ListComponent Class

Definition

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

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

Properties

Value

The list key 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<ListComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ListComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to