IEntityToType Interface
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.
Abtraction pour mapper d’un LUIS EntityRecommendation à des types CLR spécifiques.
public interface IEntityToType
type IEntityToType = interface
Public Interface IEntityToType
- Dérivé
Méthodes
TryMapToDateRanges(DateTime, IEnumerable<EntityRecommendation>, IEnumerable<Range<DateTime>>) |
Essayez de mapper des instances LUIS EntityRecommendation à une liste de DateTime plages, par rapport à maintenant. |
TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan) |
Essayez de mapper des instances LUIS EntityRecommendation à un TimeSpan, par rapport à maintenant. |