AnalyzeTextInput Class

Definition

Collection of documents to analyze and a single task to execute. Please note AnalyzeTextInput 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 TextDynamicClassificationInput, TextEntityLinkingInput, TextEntityRecognitionInput, TextKeyPhraseExtractionInput, TextLanguageDetectionInput, TextPiiEntitiesRecognitionInput and TextSentimentAnalysisInput.

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

Constructors

AnalyzeTextInput()

Initializes a new instance of AnalyzeTextInput.

Explicit Interface Implementations

IJsonModel<AnalyzeTextInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeTextInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeTextInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeTextInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to