Documentation

BooleanField extends BaseField
in package
uses FieldPositionMixin, FieldConfidenceMixin

A field containing a boolean value.

Table of Contents

Properties

$boundingBox  : Polygon|null
$confidence  : float
$pageId  : int|mixed|null
$polygon  : Polygon
$reconstructed  : bool
$value  : bool|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

$pageId

public int|mixed|null $pageId

The document page on which the information was found.

$reconstructed

public bool $reconstructed

Whether the field was reconstructed from other fields.

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 ][, string $valueKey = 'value' ]) : 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.

$valueKey : string = 'value'

Key to use for the value.

__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.


        
On this page

Search results