다음을 통해 공유


PerceptionFrameProviderManagerService.UnregisterFaceAuthenticationGroup 메서드

정의

지정된 IPerceptionProviderManager와 관련하여 PerceptionFaceAuthenticationGroup의 등록을 취소합니다.

public:
 static void UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager ^ manager, PerceptionFaceAuthenticationGroup ^ faceAuthenticationGroup);
 static void UnregisterFaceAuthenticationGroup(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 UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager const& manager, PerceptionFaceAuthenticationGroup const& faceAuthenticationGroup);
public static void UnregisterFaceAuthenticationGroup(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 UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager manager, PerceptionFaceAuthenticationGroup faceAuthenticationGroup);
function unregisterFaceAuthenticationGroup(manager, faceAuthenticationGroup)
Public Shared Sub UnregisterFaceAuthenticationGroup (manager As IPerceptionFrameProviderManager, faceAuthenticationGroup As PerceptionFaceAuthenticationGroup)

매개 변수

manager
IPerceptionFrameProviderManager

그룹의 수명을 소유하는 관리자입니다.

faceAuthenticationGroup
PerceptionFaceAuthenticationGroup

등록을 취소할 PerceptionFaceAuthenticationGroup입니다.

특성

설명

이렇게 하면 그룹의 공급자가 얼굴 인증 모드로 전환하도록 요청되거나 다시 등록될 때까지 얼굴 인증에 사용되지 않습니다. 등록을 취소한 후 그룹 또는 하위 집합을 다시 등록할 수 있습니다.

적용 대상