EntityLinkingOperationAction Class

Definition

Contains the analyze text Entity linking LRO task.

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

Constructors

EntityLinkingOperationAction()

Initializes a new instance of EntityLinkingOperationAction.

Properties

ActionContent

Task parameters.

Name

task name.

(Inherited from AnalyzeTextOperationAction)

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextOperationAction)
IJsonModel<EntityLinkingOperationAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityLinkingOperationAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<EntityLinkingOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityLinkingOperationAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityLinkingOperationAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to