次の方法で共有


EntityComponentInformation Class

Definition

This object contains information of the detected entity components. The possible component types may expand in the future. Parsing code should handle unexpected values gracefully Please note EntityComponentInformation is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include LearnedComponent, ListComponent and PrebuiltComponent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.UnknownEntityComponentInformation))]
public abstract class EntityComponentInformation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.EntityComponentInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.EntityComponentInformation>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Text.UnknownEntityComponentInformation))>]
type EntityComponentInformation = class
    interface IJsonModel<EntityComponentInformation>
    interface IPersistableModel<EntityComponentInformation>
Public MustInherit Class EntityComponentInformation
Implements IJsonModel(Of EntityComponentInformation), IPersistableModel(Of EntityComponentInformation)
Inheritance
EntityComponentInformation
Derived
Attributes
Implements

Constructors

EntityComponentInformation()

Initializes a new instance of EntityComponentInformation.

Explicit Interface Implementations

IJsonModel<EntityComponentInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityComponentInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityComponentInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityComponentInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityComponentInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to