Share via


AnalysisResult interface

Analyze operation result.

Properties

analyzerId

The unique identifier of the analyzer.

apiVersion

The version of the API used to analyze the document.

contents

The extracted content.

createdAt

The date and time when the result was created.

stringEncoding

The string encoding format for content spans in the response. Possible values are 'codePoint', 'utf16', and utf8. Default is codePoint.")

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

The extracted content.

contents: AnalysisContentUnion[]

Property Value

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

Property Value