共用方式為


DocumentObjectField interface

DocumentField,由具有自己 DocumentField 值的數個具名屬性所組成。

Extends

屬性

kind

欄位種類:「object」。

properties

擷取的物件屬性。 這個物件的每個屬性本身都是巢狀 DocumentField。

繼承的屬性

boundingRegions

涵蓋欄位的周框區域。

confidence

正確擷取字段的信心。

content

逐字擷取字段的文字內容。

spans

讀取順序中欄位的位置串連內容。

屬性詳細資料

kind

欄位種類:「object」。

kind: "object"

屬性值

"object"

properties

擷取的物件屬性。 這個物件的每個屬性本身都是巢狀 DocumentField。

properties: Properties

屬性值

Properties

繼承的屬性詳細資料

boundingRegions

涵蓋欄位的周框區域。

boundingRegions?: BoundingRegion[]

屬性值

繼承自DocumentFieldCommon.boundingRegions

confidence

正確擷取字段的信心。

confidence?: number

屬性值

number

繼承自DocumentFieldCommon.confidence

content

逐字擷取字段的文字內容。

content?: string

屬性值

string

繼承自DocumentFieldCommon.content

spans

讀取順序中欄位的位置串連內容。

spans?: DocumentSpan[]

屬性值

繼承自DocumentFieldCommon.spans