LearnedComponent Class

Definition

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

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

Properties

Value

The learned 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<LearnedComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LearnedComponent>.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<LearnedComponent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LearnedComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LearnedComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to