次の方法で共有


PrebuiltComponent Class

Definition

This object contains information of the prebuilt component of the detected entity.

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

Properties

Value

The prebuilt component of an extracted entity type.

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.

(Inherited from EntityComponentInformation)
IJsonModel<EntityComponentInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EntityComponentInformation)
IJsonModel<PrebuiltComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrebuiltComponent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityComponentInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EntityComponentInformation)
IPersistableModel<EntityComponentInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from EntityComponentInformation)
IPersistableModel<EntityComponentInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EntityComponentInformation)
IPersistableModel<PrebuiltComponent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrebuiltComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrebuiltComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to