Partager via


IEntityToType Interface

Définition

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.

S’applique à