InferenceResult
in package
Inference result class.
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
- toString() : string
Properties
$fields
public
InferenceFields
$fields
Fields contained in the inference.
$options
public
InferenceResultOptions|null
$options
Potential options retrieved alongside the inference.
Methods
__construct()
public
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
Raw server response array.
__toString()
public
__toString() : string
Return values
string —String representation.
toString()
public
toString() : string
Return values
string —String representation.