AnalyzeHealthcareEntitiesResult.Entities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The collection of healthcare entities that were recognized in this document.
public System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.HealthcareEntity> Entities { get; }
member this.Entities : System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.HealthcareEntity>
Public ReadOnly Property Entities As IReadOnlyCollection(Of HealthcareEntity)