AnalysisResult interface
Analyze operation result.
Properties
| analyzer |
The unique identifier of the analyzer. |
| api |
The version of the API used to analyze the document. |
| contents | The extracted content. |
| created |
The date and time when the result was created. |
| string |
The string encoding format for content spans in the response.
Possible values are 'codePoint', 'utf16', and |
| warnings | Warnings encountered while analyzing the document. |
Property Details
analyzerId
The unique identifier of the analyzer.
analyzerId?: string
Property Value
string
apiVersion
The version of the API used to analyze the document.
apiVersion?: string
Property Value
string
contents
createdAt
The date and time when the result was created.
createdAt?: Date
Property Value
Date
stringEncoding
The string encoding format for content spans in the response.
Possible values are 'codePoint', 'utf16', and utf8. Default is codePoint.")
stringEncoding?: string
Property Value
string
warnings
Warnings encountered while analyzing the document.
warnings?: ErrorModel[]