Поделиться через


DocumentEntityLabelEvalResult Class

Definition

Represents an evaluation result entity label.

public class DocumentEntityLabelEvalResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.DocumentEntityLabelEvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.DocumentEntityLabelEvalResult>
type DocumentEntityLabelEvalResult = class
    interface IJsonModel<DocumentEntityLabelEvalResult>
    interface IPersistableModel<DocumentEntityLabelEvalResult>
Public Class DocumentEntityLabelEvalResult
Implements IJsonModel(Of DocumentEntityLabelEvalResult), IPersistableModel(Of DocumentEntityLabelEvalResult)
Inheritance
DocumentEntityLabelEvalResult
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<DocumentEntityLabelEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentEntityLabelEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentEntityLabelEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentEntityLabelEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentEntityLabelEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to