CustomTextSentimentDocumentEvalResult 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 document evaluation result for a custom sentiment project.
public class CustomTextSentimentDocumentEvalResult : Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomTextSentimentDocumentEvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomTextSentimentDocumentEvalResult>
type CustomTextSentimentDocumentEvalResult = class
inherit TextAuthoringDocumentEvalResult
interface IJsonModel<CustomTextSentimentDocumentEvalResult>
interface IPersistableModel<CustomTextSentimentDocumentEvalResult>
Public Class CustomTextSentimentDocumentEvalResult
Inherits TextAuthoringDocumentEvalResult
Implements IJsonModel(Of CustomTextSentimentDocumentEvalResult), IPersistableModel(Of CustomTextSentimentDocumentEvalResult)
- Inheritance
- Implements
Properties
CustomTextSentimentResult |
Represents the evaluation prediction for text sentiment. |
Language |
Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc. (Inherited from TextAuthoringDocumentEvalResult) |
Location |
Represents the document path. (Inherited from TextAuthoringDocumentEvalResult) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |