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


TextAuthoringExportedEntitySublist Class

Definition

Represents a sub-list inside a list component.

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

Constructors

TextAuthoringExportedEntitySublist()

Initializes a new instance of TextAuthoringExportedEntitySublist.

Properties

ListKey

The key of the sub-list.

Synonyms

The phrases of that correspond to the sub-list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedEntitySublist>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedEntitySublist>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedEntitySublist>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedEntitySublist>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedEntitySublist>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to