AmountField
extends BaseField
in package
uses
FieldPositionMixin, FieldConfidenceMixin
A field containing an amount value.
Table of Contents
Properties
- $boundingBox : Polygon|null
- $confidence : float
- $pageId : int|mixed|null
- $polygon : Polygon
- $reconstructed : bool
- $value : float|null
Methods
- __compare() : bool
- Compares with the value of another field.
- __construct() : mixed
- __toString() : string
- setConfidence() : void
- Sets the confidence score.
- setPosition() : void
- Sets the position of a field.
Properties
$boundingBox
public
Polygon|null
$boundingBox
A right rectangle containing the word in the document.
$confidence
public
float
$confidence
The confidence score.
$pageId
public
int|mixed|null
$pageId
The document page on which the information was found.
$polygon
public
Polygon
$polygon
A polygon containing the word in the document.
$reconstructed
public
bool
$reconstructed
Whether the field was reconstructed from other fields.
$value
public
float|null
$value
The amount value as a float.
Methods
__compare()
Compares with the value of another field.
public
__compare(BaseField $obj) : bool
Parameters
- $obj : BaseField
-
Field to compare.
Return values
bool__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ][, bool $reconstructed = false ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction array.
- $pageId : int|null = null
-
Page number for multi pages document.
- $reconstructed : bool = false
-
Whether the field was reconstructed.
__toString()
public
__toString() : string
Return values
string —String representation.
setConfidence()
Sets the confidence score.
protected
setConfidence(array<string|int, mixed> $rawPrediction) : void
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction array.
setPosition()
Sets the position of a field.
protected
setPosition(array<string|int, mixed> $rawPrediction) : void
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction array.