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


CustomEntityRecognitionDocumentEvalResult Class

Definition

Represents the document evaluation result for a custom entity recognition project.

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

Properties

CustomEntityRecognitionResult

Represents the evaluation prediction for entity recognition.

Language

Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

(Inherited from TextAuthoringDocumentEvalResult)
Location

Represents the document path.

(Inherited from TextAuthoringDocumentEvalResult)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomEntityRecognitionDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomEntityRecognitionDocumentEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TextAuthoringDocumentEvalResult)
IJsonModel<TextAuthoringDocumentEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<CustomEntityRecognitionDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomEntityRecognitionDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomEntityRecognitionDocumentEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<TextAuthoringDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<TextAuthoringDocumentEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TextAuthoringDocumentEvalResult)

Applies to