Documentation

CropParameters extends BaseParameters
in package

Parameters for a crop utility inference.

Table of Contents

Properties

$alias  : string|null
$modelId  : string
$pollingOptions  : PollingOptions
$slug  : string
$webhooksIds  : array<string|int, string>

Methods

__construct()  : mixed
asHash()  : array<string|int, mixed>

Properties

$webhooksIds

public array<string|int, string> $webhooksIds

Optional webhook IDs.

Methods

__construct()

public __construct(string $modelId[, string|null $alias = null ][, array<string|int, string>|null $webhooksIds = null ][, PollingOptions|null $pollingOptions = null ]) : mixed
Parameters
$modelId : string

ID of the model.

$alias : string|null = null

Optional file alias.

$webhooksIds : array<string|int, string>|null = null

List of webhook IDs.

$pollingOptions : PollingOptions|null = null

Polling options.

asHash()

public asHash() : array<string|int, mixed>
Return values
array<string|int, mixed>

Hash representation.


        
On this page

Search results