Partager via


PerceptionFaceAuthenticationGroup Constructeur

Définition

Initialise une nouvelle instance 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)

Paramètres

ids

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Collection d’identificateurs uniques mappés à IPerceptionFrameProviders via PerceptionFrameProviderInfo::Id.

startHandler
PerceptionStartFaceAuthenticationHandler

Gestionnaire à appeler lorsque ce groupe est invité à passer en mode d’authentification faciale, s’il est prêt.

stopHandler
PerceptionStopFaceAuthenticationHandler

Gestionnaire à appeler lorsque ce groupe quitte le mode d’authentification faciale après que startHandler a été appelé et retourné true.

Attributs

Remarques

Crée un objet PerceptionFaceAuthenticationGroup à partir d’une collection d’identificateurs uniques spécifiant IPerceptionFrameProviders, un gestionnaire pour le début de l’authentification des visages et un gestionnaire pour la fin de l’authentification des visages.

S’applique à