Compartir a través de


IEntityToType Interfaz

Definición

Abtraction para asignar de un LUIS EntityRecommendation a tipos CLR específicos.

public interface IEntityToType
type IEntityToType = interface
Public Interface IEntityToType
Derivado

Métodos

TryMapToDateRanges(DateTime, IEnumerable<EntityRecommendation>, IEnumerable<Range<DateTime>>)

Intente asignar instancias de LUIS EntityRecommendation a una lista de DateTime intervalos, con respecto a ahora.

TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan)

Intente asignar instancias de LUIS EntityRecommendation a un TimeSpanobjeto , con respecto a ahora.

Se aplica a