Share via


AnalyzeTextOperationResult Class

Definition

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.UnknownAnalyzeTextOperationResult))]
public abstract class AnalyzeTextOperationResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.AnalyzeTextOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.AnalyzeTextOperationResult>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.UnknownAnalyzeTextOperationResult))>]
type AnalyzeTextOperationResult = class
    interface IJsonModel<AnalyzeTextOperationResult>
    interface IPersistableModel<AnalyzeTextOperationResult>
Public MustInherit Class AnalyzeTextOperationResult
Implements IJsonModel(Of AnalyzeTextOperationResult), IPersistableModel(Of AnalyzeTextOperationResult)
Inheritance
AnalyzeTextOperationResult
Derived
Attributes
Implements

Constructors

AnalyzeTextOperationResult(DateTimeOffset, TextActionState)

Initializes a new instance of AnalyzeTextOperationResult.

Properties

LastUpdateDateTime

The last updated time in UTC for the task.

Name

task name.

Status

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

Explicit Interface Implementations

IJsonModel<AnalyzeTextOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AnalyzeTextOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeTextOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AnalyzeTextOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to