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から継承