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


TextAuthoringExportedEntityListSynonym Class

Definition

Represents a list of synonyms inside a list component.

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

Constructors

TextAuthoringExportedEntityListSynonym()

Initializes a new instance of TextAuthoringExportedEntityListSynonym.

Properties

Language

Represents the language of the synonyms. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

Values

The list of synonyms.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedEntityListSynonym>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedEntityListSynonym>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedEntityListSynonym>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedEntityListSynonym>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedEntityListSynonym>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to