Share via


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

Barcode kind.

kind: DocumentBarcodeKind

Property Value

source

Encoded source that identifies the position of the barcode in the content.

source?: string

Property Value

string

span

Span of the barcode in the markdown content.

span?: ContentSpan

Property Value

value

Barcode value.

value: string

Property Value

string