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


TextAuthoringExportedClass Class

Definition

Represents a class of an exported project.

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

Constructors

TextAuthoringExportedClass()

Initializes a new instance of TextAuthoringExportedClass.

Properties

Category

The class category.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedClass>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedClass>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedClass>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedClass>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedClass>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to