EntityRecommendation.Resolution 属性

定义

实体的计算机可解释解析。 例如,字符串“one thousand”的分辨率为“1000”。 解析的确切形式由实体类型定义,并记录在此处: 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)

属性值

适用于