DocumentBarcode interface

文件中的條碼。

屬性

confidence

預測條碼的信心。

kind

條碼種類。

source

編碼來源,標示條碼在內容中的位置。

span

條碼在 Markdown 內容中的範圍。

value

條碼值。

屬性詳細資料

confidence

預測條碼的信心。

confidence?: number

屬性值

number

kind

條碼種類。

kind: DocumentBarcodeKind

屬性值

source

編碼來源,標示條碼在內容中的位置。

source?: string

屬性值

string

span

條碼在 Markdown 內容中的範圍。

span?: ContentSpan

屬性值

value

條碼值。

value: string

屬性值

string