次の方法で共有


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