TextAnalyticsOperationStatus type

Defines values for State.

type TextAnalyticsOperationStatus =
  | "notStarted"
  | "running"
  | "succeeded"
  | "failed"
  | "rejected"
  | "cancelled"
  | "cancelling"