AnalyzeResultCommon interface

The common fields of all AnalyzeResult-like types, such as LayoutResult, ReadResult, and GeneralDocumentResult.

Properties

apiVersion

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).

modelId

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