AnalyzeResultOutput interface
Document analysis result.
Properties
api |
API version used to produce this result. |
content | Concatenate string representation of all textual and visual elements in reading order. |
content |
Format of the analyze result top-level content. Possible values: "text", "markdown" |
documents | Extracted documents. |
figures | Extracted figures. |
key |
Extracted key-value pairs. |
languages | Detected languages. |
model |
Document model ID used to produce this result. |
pages | Analyzed pages. |
paragraphs | Extracted paragraphs. |
sections | Extracted sections. |
string |
Method used to compute string offset and length. Possible values: "textElements", "unicodeCodePoint", "utf16CodeUnit" |
styles | Extracted font styles. |
tables | Extracted tables. |
warnings | List of warnings encountered. |
Property Details
apiVersion
API version used to produce this result.
apiVersion: string
Property Value
string
content
Concatenate string representation of all textual and visual elements in reading order.
content: string
Property Value
string
contentFormat
Format of the analyze result top-level content.
Possible values: "text", "markdown"
contentFormat?: string
Property Value
string
documents
figures
keyValuePairs
Extracted key-value pairs.
keyValuePairs?: DocumentKeyValuePairOutput[]
Property Value
languages
modelId
Document model ID used to produce this result.
modelId: string
Property Value
string
pages
paragraphs
Extracted paragraphs.
paragraphs?: DocumentParagraphOutput[]
Property Value
sections
stringIndexType
Method used to compute string offset and length.
Possible values: "textElements", "unicodeCodePoint", "utf16CodeUnit"
stringIndexType: string
Property Value
string
styles
tables
warnings
Azure SDK for JavaScript