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


CustomTextSentimentEvalSummary Class

Definition

Represents the evaluation summary for a custom text sentiment project.

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

Properties

CustomTextSentimentEvaluation

Contains the data related to custom sentiment evaluation.

EvaluationOptions

Represents the options used running the evaluation.

(Inherited from TextAuthoringEvalSummary)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomTextSentimentEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomTextSentimentEvalSummary>.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<CustomTextSentimentEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomTextSentimentEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomTextSentimentEvalSummary>.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