TextEntityRecognitionInput Class

Definition

The entity recognition analyze text input task request.

public class TextEntityRecognitionInput : Azure.AI.Language.Text.AnalyzeTextInput, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.TextEntityRecognitionInput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.TextEntityRecognitionInput>
type TextEntityRecognitionInput = class
    inherit AnalyzeTextInput
    interface IJsonModel<TextEntityRecognitionInput>
    interface IPersistableModel<TextEntityRecognitionInput>
Public Class TextEntityRecognitionInput
Inherits AnalyzeTextInput
Implements IJsonModel(Of TextEntityRecognitionInput), IPersistableModel(Of TextEntityRecognitionInput)
Inheritance
TextEntityRecognitionInput
Implements

Constructors

TextEntityRecognitionInput()

Initializes a new instance of TextEntityRecognitionInput.

Properties

ActionContent

Task parameters.

TextInput

The input to be analyzed.

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.

(Inherited from AnalyzeTextInput)
IJsonModel<AnalyzeTextInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextInput)
IJsonModel<TextEntityRecognitionInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextEntityRecognitionInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalyzeTextInput)
IPersistableModel<AnalyzeTextInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AnalyzeTextInput)
IPersistableModel<AnalyzeTextInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalyzeTextInput)
IPersistableModel<TextEntityRecognitionInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextEntityRecognitionInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextEntityRecognitionInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to