Share via


EntityLinkingActionContent Class

Definition

Supported parameters for an Entity Linking task.

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

Constructors

EntityLinkingActionContent()

Initializes a new instance of EntityLinkingActionContent.

Properties

LoggingOptOut

logging opt out.

ModelVersion

model version.

StringIndexType

Optional parameter to provide the string index type used to interpret string offsets. Defaults to TextElements (Graphemes).

Explicit Interface Implementations

IJsonModel<EntityLinkingActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityLinkingActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityLinkingActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityLinkingActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityLinkingActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to