BarcodeReaderV1Document
extends Prediction
in package
Barcode Reader API version 1.0 document data.
Table of Contents
Properties
- $codes1D : array<string|int, StringField>
- $codes2D : array<string|int, StringField>
Methods
- __construct() : mixed
- __toString() : string
Properties
$codes1D
public
array<string|int, StringField>
$codes1D
List of decoded 1D barcodes.
$codes2D
public
array<string|int, StringField>
$codes2D
List of decoded 2D barcodes.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
Tags
__toString()
public
__toString() : string
Return values
string —String representation.