UtteranceEntityEvaluationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Category |
Represents the entity category. |
Length |
Represents the entity length. |
Offset |
Represents the entity offset index relative to the original text. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |