你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnalyzeResultOutput interface

文档分析结果。

属性

apiVersion

用于生成此结果的 API 版本。

content

按阅读顺序连接所有文本元素和视觉元素的字符串表示形式。

contentFormat

分析结果顶级内容的格式。

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

documents

提取的文档。

figures

提取的数字。

keyValuePairs

提取的键值对。

languages

检测到的语言。

modelId

用于生成此结果的文档模型 ID。

pages

已分析的页面。

paragraphs

提取的段落。

sections

提取的分区。

stringIndexType

用于计算字符串偏移量和长度的方法。

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

styles

提取的字体样式。

tables

提取的表。

warnings

遇到的警告列表。

属性详细信息

apiVersion

用于生成此结果的 API 版本。

apiVersion: string

属性值

string

content

按阅读顺序连接所有文本元素和视觉元素的字符串表示形式。

content: string

属性值

string

contentFormat

分析结果顶级内容的格式。

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

contentFormat?: string

属性值

string

documents

提取的文档。

documents?: AnalyzedDocumentOutput[]

属性值

figures

提取的数字。

figures?: DocumentFigureOutput[]

属性值

keyValuePairs

提取的键值对。

keyValuePairs?: DocumentKeyValuePairOutput[]

属性值

languages

检测到的语言。

languages?: DocumentLanguageOutput[]

属性值

modelId

用于生成此结果的文档模型 ID。

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[]

属性值

warnings

遇到的警告列表。

warnings?: DocumentIntelligenceWarningOutput[]

属性值