Builder
Configuration builder.
Parameters
validators
List of validators. Validations are applied in the same order in which they are stored in the list.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
fun candidateSelectionDurationMillis(candidateSelectionDurationMillis: Int): FaceAutoCaptureControllerConfiguration.Builder
Content copied to clipboard
Duration of candidate selection in milliseconds.
Link copied to clipboard
fun detectionNormalizedRectangle(detectionNormalizedRectangle: RectangleDouble): FaceAutoCaptureControllerConfiguration.Builder
Content copied to clipboard
Rectangle of a submitted image (via the FaceAutoCaptureController.process method) where a face should be detected. The rectangle defines an area inside the image.
Link copied to clipboard
fun minValidFramesInRowToStartCandidateSelection(minValidFramesInRowToStartCandidateSelection: Int): FaceAutoCaptureControllerConfiguration.Builder
Content copied to clipboard
Minimum number of valid frames in a row to start candidate selection.