Documentation

BankAccountDetailsV2Bban
in package
implements Stringable uses FieldConfidenceMixin, FieldPositionMixin

Full extraction of BBAN, including: branch code, bank code, account and key.

Table of Contents

Interfaces

Stringable

Properties

$bbanBankCode  : string|null
$bbanBranchCode  : string|null
$bbanKey  : string|null
$bbanNumber  : string|null
$boundingBox  : Polygon|null
$confidence  : float
$pageId  : int|null
$polygon  : Polygon

Methods

__construct()  : mixed
__toString()  : string
toFieldList()  : string
Output in a format suitable for inclusion in a field list.
setConfidence()  : void
Sets the confidence score.
setPosition()  : void
Sets the position of a field.
printableValues()  : array<string, string>
Return values for printing as an array.

Properties

Methods

__construct()

public __construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction, int|null $pageId) : mixed
Parameters
$rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>

Array containing the JSON document response.

$pageId : int|null

Page number for multi pages document.

toFieldList()

Output in a format suitable for inclusion in a field list.

public toFieldList() : string
Return values
string

setConfidence()

Sets the confidence score.

protected setConfidence(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction) : void
Parameters
$rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>

Raw prediction array.

setPosition()

Sets the position of a field.

protected setPosition(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction) : void
Parameters
$rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>

Raw prediction array.

printableValues()

Return values for printing as an array.

private printableValues() : array<string, string>
Return values
array<string, string>
On this page

Search results