Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentAnalysisPollOperationState<Result>

Package version

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

Type parameters

  • Result

Hierarchy

  • any
    • DocumentAnalysisPollOperationState

Index

Properties

createdOn

createdOn: Date

The Date and Time that the operation was created.

lastUpdatedOn

lastUpdatedOn: Date

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

modelId

modelId: string

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

operationLocation

operationLocation: string

The URL to the operation.

status

status: AnalyzeOperationStatus

The status of the operation. One of:

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

Generated using TypeDoc