Delen via


CustomLabelClassificationActionResult Class

Definition

Contains the custom label classification with detected language results.

public class CustomLabelClassificationActionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.CustomLabelClassificationActionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.CustomLabelClassificationActionResult>
type CustomLabelClassificationActionResult = class
    interface IJsonModel<CustomLabelClassificationActionResult>
    interface IPersistableModel<CustomLabelClassificationActionResult>
Public Class CustomLabelClassificationActionResult
Implements IJsonModel(Of CustomLabelClassificationActionResult), IPersistableModel(Of CustomLabelClassificationActionResult)
Inheritance
CustomLabelClassificationActionResult
Implements

Properties

DeploymentName

This field indicates the deployment name for the model.

Documents

Response by document.

Errors

Errors by document id.

ProjectName

This field indicates the project name for the model.

Statistics

if showStats=true was specified in the request this field will contain information about the request payload.

Explicit Interface Implementations

IJsonModel<CustomLabelClassificationActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomLabelClassificationActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomLabelClassificationActionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomLabelClassificationActionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomLabelClassificationActionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to