Share via


CustomHealthcareEntity.EntityComponentInformation Property

Definition

(Optional) Entity component information listing fired components of the extracted entity. This object only applies for custom healthcare. 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.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Text.EntityComponentInformation> EntityComponentInformation { get; }
member this.EntityComponentInformation : System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Text.EntityComponentInformation>
Public ReadOnly Property EntityComponentInformation As IReadOnlyList(Of EntityComponentInformation)

Property Value

Applies to