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)

プロパティ値

適用対象