EntitiesSuggestionExample.EntityPredictions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="entityPredictions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> EntityPredictions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entityPredictions")>]
member this.EntityPredictions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityPrediction> with get, set
Public Property EntityPredictions As IList(Of EntityPrediction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to