DocumentBarcode interface
Barcode in a document.
Properties
| confidence | Confidence of predicting the barcode. |
| kind | Barcode kind. |
| source | Encoded source that identifies the position of the barcode in the content. |
| span | Span of the barcode in the markdown content. |
| value | Barcode value. |
Property Details
confidence
Confidence of predicting the barcode.
confidence?: number
Property Value
number
kind
source
Encoded source that identifies the position of the barcode in the content.
source?: string
Property Value
string
span
value
Barcode value.
value: string
Property Value
string