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


CustomTextSentimentDocumentEvalResult Class

Definition

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
CustomTextSentimentDocumentEvalResult
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)

Explicit Interface Implementations

IJsonModel<CustomTextSentimentDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomTextSentimentDocumentEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TextAuthoringDocumentEvalResult)
IJsonModel<TextAuthoringDocumentEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<CustomTextSentimentDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomTextSentimentDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomTextSentimentDocumentEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<TextAuthoringDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<TextAuthoringDocumentEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TextAuthoringDocumentEvalResult)

Applies to