SentimentEvalSummary 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 sentiment in a custom sentiment project.
public class SentimentEvalSummary : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.SentimentEvalSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.SentimentEvalSummary>
type SentimentEvalSummary = class
interface IJsonModel<SentimentEvalSummary>
interface IPersistableModel<SentimentEvalSummary>
Public Class SentimentEvalSummary
Implements IJsonModel(Of SentimentEvalSummary), IPersistableModel(Of SentimentEvalSummary)
- Inheritance
-
SentimentEvalSummary
- 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<SentimentEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SentimentEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SentimentEvalSummary>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SentimentEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SentimentEvalSummary>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |