Share via


AnalyzeTextOperationAction Class

Definition

The long running task to be performed by the service on the input documents. Please note AnalyzeTextOperationAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AbstractiveSummarizationOperationAction, CustomAbstractiveSummarizationOperationAction, CustomEntitiesOperationAction, CustomHealthcareOperationAction, CustomMultiLabelClassificationOperationAction, CustomSentimentAnalysisOperationAction, CustomSingleLabelClassificationOperationAction, EntityLinkingOperationAction, EntitiesOperationAction, ExtractiveSummarizationOperationAction, HealthcareOperationAction, KeyPhraseOperationAction, PiiOperationAction and SentimentAnalysisOperationAction.

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

Constructors

AnalyzeTextOperationAction()

Initializes a new instance of AnalyzeTextOperationAction.

Properties

Name

task name.

Explicit Interface Implementations

IJsonModel<AnalyzeTextOperationAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeTextOperationAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeTextOperationAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeTextOperationAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to