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


TextAuthoringExportedPrebuiltEntity Class

Definition

Represents an exported prebuilt entity component.

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

Constructors

TextAuthoringExportedPrebuiltEntity(String)

Initializes a new instance of TextAuthoringExportedPrebuiltEntity.

Properties

Category

The prebuilt entity category.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedPrebuiltEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedPrebuiltEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedPrebuiltEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedPrebuiltEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedPrebuiltEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to