EntityRecommendation.Resolution Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Résolution interprétable par machine de l’entité. Par exemple, la chaîne « 1000 » aurait la résolution « 1000 ». La forme exacte de la résolution est définie par le type d’entité et est documentée ici : 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)