Share via


UtteranceEntityEvaluationResult Class

Definition

Represents the evaluation output of an entity label or prediction.

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

Properties

Name Description
Category

Represents the entity category.

Length

Represents the entity length.

Offset

Represents the entity offset index relative to the original text.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<UtteranceEntityEvaluationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UtteranceEntityEvaluationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UtteranceEntityEvaluationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UtteranceEntityEvaluationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to