Share via


PerceptionFrameProviderManagerService.RegisterFaceAuthenticationGroup Method

Definition

Registers a PerceptionFaceAuthenticationGroup associated with the given IPerceptionProviderManager.

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)

Parameters

manager
IPerceptionFrameProviderManager

The manager that owns the lifetime of the group.

faceAuthenticationGroup
PerceptionFaceAuthenticationGroup

The group of IPerceptionFrameProvider(s) to atomically control.

Attributes

Applies to