Поделиться через


PerceptionFrameProviderManagerService.UnregisterFaceAuthenticationGroup Метод

Определение

Отменяет регистрацию PerceptionFaceAuthenticationGroup в связи с заданным IPerceptionProviderManager.

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 для отмены регистрации.

Атрибуты

Комментарии

Это не позволяет поставщикам в группе получить запрос на переход в режим проверки подлинности лиц или использовать их для проверки подлинности лиц до тех пор, пока они не будут зарегистрированы снова. Группа или любое подмножество может быть зарегистрировано снова после отмены регистрации.

Применяется к