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


TextAuthoringPrebuiltEntity Class

Definition

Represents a supported prebuilt entity.

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

Properties

Category

The prebuilt entity category.

Description

The description.

Examples

English examples for the entity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringPrebuiltEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringPrebuiltEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringPrebuiltEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringPrebuiltEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringPrebuiltEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to