IEntityToType 接口

定义

从 LUIS EntityRecommendation 映射到特定 CLR 类型的缩进。

public interface IEntityToType
type IEntityToType = interface
Public Interface IEntityToType
派生

方法

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

尝试将 LUIS EntityRecommendation 实例映射到范围列表 DateTime (相对于现在)。

TryMapToTimeSpan(DateTime, IEnumerable<EntityRecommendation>, TimeSpan)

尝试将 LUIS EntityRecommendation 实例映射到 TimeSpan,相对于现在。

适用于