Share via


ExportedUtteranceEntityLabel Class

Definition

Represents an entity label for an utterance.

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

Constructors

Name Description
ExportedUtteranceEntityLabel(String, Int32, Int32)

Initializes a new instance of ExportedUtteranceEntityLabel.

Properties

Name Description
Category

The category of the entity label.

Length

Length for the entity text.

Offset

Start position for the entity text.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExportedUtteranceEntityLabel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedUtteranceEntityLabel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedUtteranceEntityLabel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedUtteranceEntityLabel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedUtteranceEntityLabel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to