共用方式為


DocumentBarcode interface

擷取的條碼。

Extends

屬性

confidence

正確擷取條碼的信心。

kind

已擷取的條碼類型。 如需可能值的清單,請參閱 DocumentBarcodeKind 類型。

span

讀取順序中條碼的位置,串連 content

value

條碼中的編碼數據。

繼承的屬性

polygon

實體的周框多邊形。

屬性詳細資料

confidence

正確擷取條碼的信心。

confidence: number

屬性值

number

kind

已擷取的條碼類型。 如需可能值的清單,請參閱 DocumentBarcodeKind 類型。

kind: string

屬性值

string

span

讀取順序中條碼的位置,串連 content

span: DocumentSpan

屬性值

value

條碼中的編碼數據。

value: string

屬性值

string

繼承的屬性詳細資料

polygon

實體的周框多邊形。

polygon?: Point2D[]

屬性值

繼承自HasBoundingPolygon.polygon