DocumentBarcode interface
An extracted barcode.
- Extends
Properties
confidence | Confidence of correctly extracting the barcode. |
kind | The type of barcode that was extracted. See the |
span | The location of the barcode in the reading-order concatenated |
value | The encoded data in the barcode. |
Inherited Properties
polygon | Bounding polygon of the entity. |
Property Details
confidence
Confidence of correctly extracting the barcode.
confidence: number
Property Value
number
kind
The type of barcode that was extracted. See the DocumentBarcodeKind
type for a list of possible values.
kind: string
Property Value
string
span
The location of the barcode in the reading-order concatenated content
.
span: DocumentSpan
Property Value
value
The encoded data in the barcode.
value: string
Property Value
string
Inherited Property Details
polygon
Bounding polygon of the entity.
polygon?: Point2D[]
Property Value
Point2D[]
Inherited From HasBoundingPolygon.polygon