共用方式為


AnalyzedDocumentOutput interface

物件,描述檔的位置和語意內容。

屬性

boundingRegions

涵蓋檔的周框區域。

confidence

正確擷取檔的信心。

docType

檔案類型。

fields

具名域值的字典。

spans

以閱讀順序串連內容的檔案位置。

屬性詳細資料

boundingRegions

涵蓋檔的周框區域。

boundingRegions?: BoundingRegionOutput[]

屬性值

confidence

正確擷取檔的信心。

confidence: number

屬性值

number

docType

檔案類型。

docType: string

屬性值

string

fields

具名域值的字典。

fields?: Record<string, DocumentFieldOutput>

屬性值

Record<string, DocumentFieldOutput>

spans

以閱讀順序串連內容的檔案位置。

spans: DocumentSpanOutput[]

屬性值