InferenceFile
in package
implements
Stringable
Inference result file class.
Table of Contents
Interfaces
- Stringable
Properties
- $alias : string|null
- $mimeType : string
- $name : string
- $pageCount : int
Methods
- __construct() : mixed
- __toString() : string
Properties
$alias
public
string|null
$alias
Optional alias for the file.
$mimeType
public
string
$mimeType
MIME type.
$name
public
string
$name
Name of the file.
$pageCount
public
int
$pageCount
Page count.
Methods
__construct()
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw server response array.
__toString()
public
__toString() : string
Return values
string —String representation.