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


DocumentEntityRecognitionEvalResult Class

Definition

Represents the entity recognition evaluation result for a document.

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

Properties

Entities

Represents the document labelled entities.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DocumentEntityRecognitionEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentEntityRecognitionEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DocumentEntityRecognitionEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentEntityRecognitionEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentEntityRecognitionEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to