InvoiceSplitterV1PageGroup
in package
Pages indexes in a group for Invoice Splitter V1.
Table of Contents
Properties
- $confidence : float
- $pageIndexes : array<string|int, mixed>
Methods
- __construct() : mixed
- __toString() : string
Properties
$confidence
public
float
$confidence
Confidence score.
$pageIndexes
public
array<string|int, mixed>
$pageIndexes
Index of each page.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Array containing the JSON document response.
__toString()
public
__toString() : string
Return values
string —String representation.