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


CustomEntityRecognitionEvalSummary Class

Definition

Represents the evaluation summary for a custom entity recognition project.

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

Properties

CustomEntityRecognitionEvaluation

Contains the data related to extraction evaluation.

EvaluationOptions

Represents the options used running the evaluation.

(Inherited from TextAuthoringEvalSummary)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomEntityRecognitionEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomEntityRecognitionEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringEvalSummary)
IPersistableModel<CustomEntityRecognitionEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomEntityRecognitionEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomEntityRecognitionEvalSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from TextAuthoringEvalSummary)

Applies to