共用方式為


AnalyzeResultOutput interface

檔分析結果。

屬性

apiVersion

用來產生此結果的 API 版本。

content

依閱讀順序串連所有文字和視覺元素的字串表示。

contentFormat

分析結果最上層內容的格式。

可能的值:“text”、“Markdown”

documents

擷取的檔。

figures

擷取的圖表。

keyValuePairs

擷取的索引鍵/值組。

languages

偵測到的語言。

lists

擷取的清單。

modelId

用來產生此結果的檔模型標識碼。

pages

分析的頁面。

paragraphs

擷取的段落。

sections

擷取的區段。

stringIndexType

用來計算字串位移和長度的方法。

可能的值:“textElements”、“unicodeCodePoint”、“utf16CodeUnit”

styles

擷取的字型樣式。

tables

擷取的數據表。

屬性詳細資料

apiVersion

用來產生此結果的 API 版本。

apiVersion: string

屬性值

string

content

依閱讀順序串連所有文字和視覺元素的字串表示。

content: string

屬性值

string

contentFormat

分析結果最上層內容的格式。

可能的值:“text”、“Markdown”

contentFormat?: string

屬性值

string

documents

擷取的檔。

documents?: DocumentOutput[]

屬性值

figures

擷取的圖表。

figures?: DocumentFigureOutput[]

屬性值

keyValuePairs

擷取的索引鍵/值組。

keyValuePairs?: DocumentKeyValuePairOutput[]

屬性值

languages

偵測到的語言。

languages?: DocumentLanguageOutput[]

屬性值

lists

擷取的清單。

lists?: DocumentListOutput[]

屬性值

modelId

用來產生此結果的檔模型標識碼。

modelId: string

屬性值

string

pages

分析的頁面。

pages: DocumentPageOutput[]

屬性值

paragraphs

擷取的段落。

paragraphs?: DocumentParagraphOutput[]

屬性值

sections

擷取的區段。

sections?: DocumentSectionOutput[]

屬性值

stringIndexType

用來計算字串位移和長度的方法。

可能的值:“textElements”、“unicodeCodePoint”、“utf16CodeUnit”

stringIndexType: string

屬性值

string

styles

擷取的字型樣式。

styles?: DocumentStyleOutput[]

屬性值

tables

擷取的數據表。

tables?: DocumentTableOutput[]

屬性值