-api-id | -api-type |
---|---|
T:Windows.Devices.Perception.Provider.PerceptionStartFaceAuthenticationHandler |
winrt delegate |
Invoked when a PerceptionFaceAuthenticationGroup enters Face Authentication mode.
The associated PerceptionFaceAuthenticationGroup that was registered.
True if the group is ready to preform Face Authentication; otherwise, false.
All members of the PerceptionFaceAuthenticationGroup are expected to adjust any settings to fully support Face Authentication such as contrast or exposure on the device underlying the IPerceptionFrameProvider members. The handler returns whether or not all members are ready to preform Face Authentication.
If the handler returns true, all members are expected to remain in this mode until the PerceptionStopFaceAuthenticationHandler associated with the group is invoked.
If the handler returns false, the IPerceptionFrameProvider(s) isn't used for face authentication.