Compartilhar via


PerceptionFaceAuthenticationGroup Construtor

Definição

Inicializa uma nova instância 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)

Parâmetros

ids

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

A coleção de identificadores exclusivos que mapeia para IPerceptionFrameProviders por meio de PerceptionFrameProviderInfo::Id.

startHandler
PerceptionStartFaceAuthenticationHandler

O manipulador a ser invocado quando esse grupo é solicitado a entrar no modo de Autenticação Facial retornando se ele estiver pronto.

stopHandler
PerceptionStopFaceAuthenticationHandler

O manipulador a ser invocado quando esse grupo está saindo do modo de Autenticação Facial depois que startHandler é chamado e retornado como true.

Atributos

Comentários

Cria um PerceptionFaceAuthenticationGroup de uma coleção de identificadores exclusivos especificando IPerceptionFrameProviders, um manipulador para o início da Autenticação Facial e um manipulador para o final da Autenticação Facial.

Aplica-se a