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


TextAuthoringConfusionMatrixCell Class

Definition

Represents a cell in a confusion matrix.

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

Properties

NormalizedValue

Represents normalized value in percentages.

RawValue

Represents raw value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringConfusionMatrixCell>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringConfusionMatrixCell>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringConfusionMatrixCell>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringConfusionMatrixCell>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringConfusionMatrixCell>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to