IEntityToType 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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,相对于现在。 |