AnalyzeBatchOperationDetailOutput interface

Operation detail for a document in a batch analysis.

Properties

error

Encountered error.

resultUrl

URL of the analyze result JSON.

sourceUrl

URL of the source document.

status

Analyze status. succeeded, failed, or skipped

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

Property Details

error

Encountered error.

error?: ErrorModelOutput

Property Value

resultUrl

URL of the analyze result JSON.

resultUrl?: string

Property Value

string

sourceUrl

URL of the source document.

sourceUrl: string

Property Value

string

status

Analyze status. succeeded, failed, or skipped

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

status: string

Property Value

string