Prediction.Entities Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="entities")]
public System.Collections.Generic.IDictionary<string,object> Entities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entities")>]
member this.Entities : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Entities As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to