Share via


ContentAnalyzerAnalyzeOperationStatus interface

Provides status details for analyze operations.

Properties

error

Error object that describes the error when status is "Failed".

id

The unique ID of the operation.

result

The result of the operation.

status

The status of the operation

usage

Usage details of the analyze operation.

Property Details

error

Error object that describes the error when status is "Failed".

error?: ErrorModel

Property Value

id

The unique ID of the operation.

id: string

Property Value

string

result

The result of the operation.

result?: AnalysisResult

Property Value

status

The status of the operation

status: OperationState

Property Value

usage

Usage details of the analyze operation.

usage?: UsageDetails

Property Value