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


TextAuthoringEvalSummary Class

Definition

Represents the summary for an evaluation operation. Please note TextAuthoringEvalSummary is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CustomEntityRecognitionEvalSummary, CustomHealthcareEvalSummary, CustomMultiLabelClassificationEvalSummary, CustomSingleLabelClassificationEvalSummary and CustomTextSentimentEvalSummary.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.Authoring.UnknownTextAuthoringEvalSummary))]
public abstract class TextAuthoringEvalSummary : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.Authoring.UnknownTextAuthoringEvalSummary))>]
type TextAuthoringEvalSummary = class
    interface IJsonModel<TextAuthoringEvalSummary>
    interface IPersistableModel<TextAuthoringEvalSummary>
Public MustInherit Class TextAuthoringEvalSummary
Implements IJsonModel(Of TextAuthoringEvalSummary), IPersistableModel(Of TextAuthoringEvalSummary)
Inheritance
TextAuthoringEvalSummary
Derived
Attributes
Implements

Constructors

TextAuthoringEvalSummary(TextAuthoringEvaluationDetails)

Initializes a new instance of TextAuthoringEvalSummary.

Properties

EvaluationOptions

Represents the options used running the evaluation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringEvalSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to