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


ExportedDocumentClass Class

Definition

Represents a classification label for a document.

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

Constructors

ExportedDocumentClass()

Initializes a new instance of ExportedDocumentClass.

Properties

Category

Gets or sets the category.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedDocumentClass>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedDocumentClass>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedDocumentClass>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedDocumentClass>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedDocumentClass>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to