EntitiesResult.Entities Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="entities")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.EntityRecord> Entities { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entities")>]
member this.Entities : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.EntityRecord>
Public ReadOnly Property Entities As IList(Of EntityRecord)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to