Share via


TextEntityLinkingInput Class

Definition

Contains the analyze text Entity linking input.

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

Constructors

Name Description
TextEntityLinkingInput()

Initializes a new instance of TextEntityLinkingInput.

Properties

Name Description
ActionContent

Task parameters.

TextInput

Contains the analysis input to be handled by the service.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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<TextEntityLinkingInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextEntityLinkingInput>.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<TextEntityLinkingInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextEntityLinkingInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextEntityLinkingInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to