你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AnalyzeResultCommon interface
The common fields of all AnalyzeResult-like types, such as LayoutResult, ReadResult, and GeneralDocumentResult.
Properties
api |
The service API version used to produce this result. |
content | A string representation of all textual and visual elements in the input, concatenated by reading order (the order in which the service "reads" or extracts the textual and visual content from the document). |
model |
The unique ID of the model that was used to produce this result. |
Property Details
apiVersion
The service API version used to produce this result.
apiVersion: string
Property Value
string
content
A string representation of all textual and visual elements in the input, concatenated by reading order (the order in which the service "reads" or extracts the textual and visual content from the document).
content: string
Property Value
string
modelId
The unique ID of the model that was used to produce this result.
modelId: string
Property Value
string