CustomTextSentimentEvalSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |