Package version:

Interface DocumentAnalysisPollOperationState<Result>

The state of an analysis operation, which will eventually produce the result type that corresponds to the model.

Type Parameters

Hierarchy

Properties

createdOn: Date

The Date and Time that the operation was created.

lastUpdatedOn: Date

The date & time that the operation state was last modified.

modelId: string

The model ID that the analysis operation will use to produce the result.

operationLocation: string

The URL to the operation.

The status of the operation. One of:

  • "notStarted"
  • "running"
  • "succeeded"
  • "failed"

Generated using TypeDoc