CropInference
extends BaseInference
in package
The inference result for a crop utility request.
Table of Contents
Properties
- $file : InferenceFile
- $id : string
- $job : InferenceJob
- $model : InferenceModel
- $result : CropResult
Methods
- __construct() : mixed
- __toString() : string
Properties
$file
public
InferenceFile
$file
File used for the inference.
$id
public
string
$id
ID of the inference.
$job
public
InferenceJob
$job
Job the inference belongs to.
$model
public
InferenceModel
$model
Model used for inference.
$result
public
CropResult
$result
Result of a crop utility inference.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawResponse) : mixed
Parameters
- $rawResponse : array<string|int, mixed>
-
Raw server response array.
__toString()
public
__toString() : string
Return values
string —Raw server response array.