PerceptionFrameProviderManagerService.RegisterFaceAuthenticationGroup メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された IPerceptionProviderManager に関連付けられている PerceptionFaceAuthenticationGroup を登録します。
public:
static void RegisterFaceAuthenticationGroup(IPerceptionFrameProviderManager ^ manager, PerceptionFaceAuthenticationGroup ^ faceAuthenticationGroup);
static void RegisterFaceAuthenticationGroup(IPerceptionFrameProviderManager const& manager, PerceptionFaceAuthenticationGroup const& faceAuthenticationGroup);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionFrameProviderManagerService may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static void RegisterFaceAuthenticationGroup(IPerceptionFrameProviderManager const& manager, PerceptionFaceAuthenticationGroup const& faceAuthenticationGroup);
public static void RegisterFaceAuthenticationGroup(IPerceptionFrameProviderManager manager, PerceptionFaceAuthenticationGroup faceAuthenticationGroup);
[Windows.Foundation.Metadata.Deprecated("PerceptionFrameProviderManagerService may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static void RegisterFaceAuthenticationGroup(IPerceptionFrameProviderManager manager, PerceptionFaceAuthenticationGroup faceAuthenticationGroup);
function registerFaceAuthenticationGroup(manager, faceAuthenticationGroup)
Public Shared Sub RegisterFaceAuthenticationGroup (manager As IPerceptionFrameProviderManager, faceAuthenticationGroup As PerceptionFaceAuthenticationGroup)
パラメーター
- manager
- IPerceptionFrameProviderManager
グループの有効期間を所有するマネージャー。
- faceAuthenticationGroup
- PerceptionFaceAuthenticationGroup
アトミックに制御する IPerceptionFrameProvider のグループ。
- 属性