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


TextAuthoringExportedEntityList Class

Definition

Represents a list component of an entity.

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

Constructors

TextAuthoringExportedEntityList()

Initializes a new instance of TextAuthoringExportedEntityList.

Properties

Sublists

The sub-lists of the list component.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedEntityList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedEntityList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedEntityList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedEntityList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedEntityList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to