TextAnalyticsOperationStatus Struct

Definition

The State.

public readonly struct TextAnalyticsOperationStatus : IEquatable<Azure.AI.TextAnalytics.TextAnalyticsOperationStatus>
type TextAnalyticsOperationStatus = struct
Public Structure TextAnalyticsOperationStatus
Implements IEquatable(Of TextAnalyticsOperationStatus)
Inheritance
TextAnalyticsOperationStatus
Implements

Constructors

TextAnalyticsOperationStatus(String)

Initializes a new instance of TextAnalyticsOperationStatus.

Properties

Cancelled

cancelled.

Cancelling

cancelling.

Failed

failed.

NotStarted

notStarted.

PartiallyCompleted

partiallyCompleted.

Rejected

Rejected

Running

running.

Succeeded

succeeded.

Methods

Equals(TextAnalyticsOperationStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TextAnalyticsOperationStatus, TextAnalyticsOperationStatus)

Determines if two TextAnalyticsOperationStatus values are the same.

Implicit(String to TextAnalyticsOperationStatus)

Converts a string to a TextAnalyticsOperationStatus.

Inequality(TextAnalyticsOperationStatus, TextAnalyticsOperationStatus)

Determines if two TextAnalyticsOperationStatus values are not the same.

Applies to