Compartilhar via


IEntityToType Interface

Definição

Uma abtração a ser mapeada de um LUIS EntityRecommendation para tipos CLR específicos.

public interface IEntityToType
type IEntityToType = interface
Public Interface IEntityToType
Derivado

Métodos

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

Tente mapear instâncias do LUIS EntityRecommendation para uma lista de DateTime intervalos, em relação a agora.

TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan)

Tente mapear instâncias do LUIS EntityRecommendation para um TimeSpan, em relação a agora.

Aplica-se a