PerceptionFaceAuthenticationGroup コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい PerceptionFaceAuthenticationGroup インスタンスを初期化します。
public:
PerceptionFaceAuthenticationGroup(IIterable<Platform::String ^> ^ ids, PerceptionStartFaceAuthenticationHandler ^ startHandler, PerceptionStopFaceAuthenticationHandler ^ stopHandler);
PerceptionFaceAuthenticationGroup(IIterable<winrt::hstring> const& ids, PerceptionStartFaceAuthenticationHandler const& startHandler, PerceptionStopFaceAuthenticationHandler const& stopHandler);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionFaceAuthenticationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionFaceAuthenticationGroup(IIterable<winrt::hstring> const& ids, PerceptionStartFaceAuthenticationHandler const& startHandler, PerceptionStopFaceAuthenticationHandler const& stopHandler);
public PerceptionFaceAuthenticationGroup(IEnumerable<string> ids, PerceptionStartFaceAuthenticationHandler startHandler, PerceptionStopFaceAuthenticationHandler stopHandler);
[Windows.Foundation.Metadata.Deprecated("PerceptionFaceAuthenticationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionFaceAuthenticationGroup(IEnumerable<string> ids, PerceptionStartFaceAuthenticationHandler startHandler, PerceptionStopFaceAuthenticationHandler stopHandler);
function PerceptionFaceAuthenticationGroup(ids, startHandler, stopHandler)
Public Sub New (ids As IEnumerable(Of String), startHandler As PerceptionStartFaceAuthenticationHandler, stopHandler As PerceptionStopFaceAuthenticationHandler)
パラメーター
PerceptionFrameProviderInfo::Id を介して IPerceptionFrameProviders にマップされる一意識別子のコレクション。
- startHandler
- PerceptionStartFaceAuthenticationHandler
このグループが Face Authentication モードに入るよう要求されたときに呼び出すハンドラーは、準備ができたらを返します。
- stopHandler
- PerceptionStopFaceAuthenticationHandler
startHandler が呼び出されて true が返された後、このグループが Face Authentication モードを終了するときに呼び出すハンドラー。
- 属性
注釈
IPerceptionFrameProviders を指定する一意の識別子のコレクション、Face 認証の開始ハンドラー、および Face 認証の終了のハンドラーから PerceptionFaceAuthenticationGroup を作成します。