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


TextAuthoringDocumentEvalResult Class

Definition

Represents the evaluation result of a document. Please note TextAuthoringDocumentEvalResult is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CustomEntityRecognitionDocumentEvalResult, CustomHealthcareDocumentEvalResult, CustomMultiLabelClassificationDocumentEvalResult, CustomSingleLabelClassificationDocumentEvalResult and CustomTextSentimentDocumentEvalResult.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.Authoring.UnknownTextAuthoringDocumentEvalResult))]
public abstract class TextAuthoringDocumentEvalResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.Authoring.UnknownTextAuthoringDocumentEvalResult))>]
type TextAuthoringDocumentEvalResult = class
    interface IJsonModel<TextAuthoringDocumentEvalResult>
    interface IPersistableModel<TextAuthoringDocumentEvalResult>
Public MustInherit Class TextAuthoringDocumentEvalResult
Implements IJsonModel(Of TextAuthoringDocumentEvalResult), IPersistableModel(Of TextAuthoringDocumentEvalResult)
Inheritance
TextAuthoringDocumentEvalResult
Derived
Attributes
Implements

Constructors

TextAuthoringDocumentEvalResult(String, String)

Initializes a new instance of TextAuthoringDocumentEvalResult.

Properties

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.

Location

Represents the document path.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringDocumentEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringDocumentEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to