共用方式為


DocumentBarcodeOutput interface

條碼物件。

屬性

confidence

正確擷取條碼的信賴度。

kind

條碼種類。

可能的值:“QRCode”、“PDF417”、“UPCA”、“UPCE”、“Code39”、“Code128”、“EAN8”、“EAN13”、“DataBar”、“Code93”、“Codabar”、“DataBarExpanded”、“ITF”、“MicroQRCode”、“Aztec”、“DataMatrix”、“MaxiCode”

polygon

條碼的周框多邊形,指定相對於頁面左上方的座標。 數位代表多邊形頂點的 x、y 值,從左方 (-180 度的順時針) 相對於專案方向。

span

讀取順序串連內容的條碼位置。

value

條碼值。

屬性詳細資料

confidence

正確擷取條碼的信賴度。

confidence: number

屬性值

number

kind

條碼種類。

可能的值:“QRCode”、“PDF417”、“UPCA”、“UPCE”、“Code39”、“Code128”、“EAN8”、“EAN13”、“DataBar”、“Code93”、“Codabar”、“DataBarExpanded”、“ITF”、“MicroQRCode”、“Aztec”、“DataMatrix”、“MaxiCode”

kind: string

屬性值

string

polygon

條碼的周框多邊形,指定相對於頁面左上方的座標。 數位代表多邊形頂點的 x、y 值,從左方 (-180 度的順時針) 相對於專案方向。

polygon?: number[]

屬性值

number[]

span

讀取順序串連內容的條碼位置。

span: DocumentSpanOutput

屬性值

value

條碼值。

value: string

屬性值

string