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


TextAuthoringExportedCompositeEntity Class

Definition

Represents an entity in an exported project with composite entities enabled.

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

Constructors

TextAuthoringExportedCompositeEntity()

Initializes a new instance of TextAuthoringExportedCompositeEntity.

Properties

Category

The entity category.

CompositionSetting

The behavior to follow when the entity's components overlap with each other.

List

The list component of the entity.

Prebuilts

The prebuilt entities components.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedCompositeEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedCompositeEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedCompositeEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedCompositeEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedCompositeEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to