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


TextAuthoringEntityEvalSummary Class

Definition

Represents the evaluation summary for an entity.

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

Properties

F1

Represents the model precision.

FalseNegativeCount

Represents the count of false negative.

FalsePositiveCount

Represents the count of false positive.

Precision

Represents the model recall.

Recall

Represents the model F1 score.

TrueNegativeCount

Represents the count of true negative.

TruePositiveCount

Represents the count of true positive.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringEntityEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringEntityEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringEntityEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringEntityEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringEntityEvalSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to