Partilhar via


IEntityToType Interface

Definição

Uma abtração para mapear de um LUIS EntityRecommendation para tipos de 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, relativamente a agora.

TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan)

Tente mapear instâncias do LUIS EntityRecommendation para um TimeSpan, relativo a agora.

Aplica-se a