Share via


ContentAnalyzerOperationStatus interface

Provides status details for analyzer creation 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 analyzer creation 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?: ContentAnalyzer

Property Value

status

The status of the operation

status: OperationState

Property Value

usage

Usage details of the analyzer creation operation.

usage?: UsageDetails

Property Value