AnalyzeResultOperationOutput interface

Status and result of the analyze operation.

Properties

analyzeResult

Document analysis result.

createdDateTime

Date and time (UTC) when the analyze operation was submitted.

error

Encountered error during document analysis.

lastUpdatedDateTime

Date and time (UTC) when the status was last updated.

status

Operation status. notStarted, running, succeeded, or failed

Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

Property Details

analyzeResult

Document analysis result.

analyzeResult?: AnalyzeResultOutput

Property Value

createdDateTime

Date and time (UTC) when the analyze operation was submitted.

createdDateTime: string

Property Value

string

error

Encountered error during document analysis.

error?: ErrorModelOutput

Property Value

lastUpdatedDateTime

Date and time (UTC) when the status was last updated.

lastUpdatedDateTime: string

Property Value

string

status

Operation status. notStarted, running, succeeded, or failed

Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

status: string

Property Value

string