AnalyzeResultOutput interface
檔分析結果。
屬性
api |
用來產生此結果的 API 版本。 |
content | 依閱讀順序串連所有文字和視覺元素的字串表示。 |
content |
分析結果最上層內容的格式。 可能的值:“text”、“Markdown” |
documents | 擷取的檔。 |
figures | 擷取的圖表。 |
key |
擷取的索引鍵/值組。 |
languages | 偵測到的語言。 |
lists | 擷取的清單。 |
model |
用來產生此結果的檔模型標識碼。 |
pages | 分析的頁面。 |
paragraphs | 擷取的段落。 |
sections | 擷取的區段。 |
string |
用來計算字串位移和長度的方法。 可能的值:“textElements”、“unicodeCodePoint”、“utf16CodeUnit” |
styles | 擷取的字型樣式。 |
tables | 擷取的數據表。 |
屬性詳細資料
apiVersion
用來產生此結果的 API 版本。
apiVersion: string
屬性值
string
content
依閱讀順序串連所有文字和視覺元素的字串表示。
content: string
屬性值
string
contentFormat
分析結果最上層內容的格式。
可能的值:“text”、“Markdown”
contentFormat?: string
屬性值
string
documents
figures
keyValuePairs
languages
lists
modelId
用來產生此結果的檔模型標識碼。
modelId: string
屬性值
string
pages
paragraphs
sections
stringIndexType
用來計算字串位移和長度的方法。
可能的值:“textElements”、“unicodeCodePoint”、“utf16CodeUnit”
stringIndexType: string
屬性值
string