Share via


EntityRecommendation.Resolution Property

Definition

A machine interpretable resolution of the entity. For example the string "one thousand" would have the resolution "1000". The exact form of the resolution is defined by the entity type and is documented here: https://www.luis.ai/Help#PreBuiltEntities.

public System.Collections.Generic.IDictionary<string,object> Resolution { get; set; }
member this.Resolution : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Resolution As IDictionary(Of String, Object)

Property Value

Applies to