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にマッピングしてみてください。

適用対象