LivenessDetectionOnAllPromptsCompletedCallback typedef

LivenessDetectionOnAllPromptsCompletedCallback = void Function(LivenessDetectionResult result)

Callback for when all prompts is completed.

Implementation

typedef void LivenessDetectionOnAllPromptsCompletedCallback(
  LivenessDetectionResult result,
);