你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextActionState Struct

Definition

The status of the task at the mentioned last update time.

public readonly struct TextActionState : IEquatable<Azure.AI.Language.Text.TextActionState>
type TextActionState = struct
Public Structure TextActionState
Implements IEquatable(Of TextActionState)
Inheritance
TextActionState
Implements

Constructors

Name Description
TextActionState(String)

Initializes a new instance of TextActionState.

Properties

Name Description
Cancelled

Cancelled status.

Cancelling

Cancelling status.

Failed

Failed status.

NotStarted

Not started status.

PartiallyCompleted

Partially completed status.

Running

Running status.

Succeeded

Succeeded status.

Methods

Name Description
Equals(TextActionState)

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

Name Description
Equality(TextActionState, TextActionState)

Determines if two TextActionState values are the same.

Implicit(String to TextActionState)

Converts a String to a TextActionState.

Inequality(TextActionState, TextActionState)

Determines if two TextActionState values are not the same.

Applies to