共用方式為


DocumentArrayField interface

由巢狀欄位陣列組成的 DocumentField。 陣列中的所有欄位都會有相同的類型。

Extends

屬性

kind

欄位種類:“array”。

values

陣列欄位的擷取成員。

繼承的屬性

boundingRegions

涵蓋欄位的周框區域。

confidence

正確擷取字段的信心。

content

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

spans

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

屬性詳細資料

kind

欄位種類:“array”。

kind: "array"

屬性值

"array"

values

陣列欄位的擷取成員。

values: T[]

屬性值

T[]

繼承的屬性詳細資料

boundingRegions

涵蓋欄位的周框區域。

boundingRegions?: BoundingRegion[]

屬性值

繼承自DocumentFieldCommon.boundingRegions

confidence

正確擷取字段的信心。

confidence?: number

屬性值

number

繼承自DocumentFieldCommon.confidence

content

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

content?: string

屬性值

string

繼承自DocumentFieldCommon.content

spans

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

spans?: DocumentSpan[]

屬性值

繼承自DocumentFieldCommon.spans