Share via


RecognizerResult.Entities Property

Definition

Gets or sets the recognized top-level entities.

public Newtonsoft.Json.Linq.JObject Entities { get; set; }
member this.Entities : Newtonsoft.Json.Linq.JObject with get, set
Public Property Entities As JObject

Property Value

Newtonsoft.Json.Linq.JObject

Object with each top-level recognized entity as a key.

Applies to