Configuration
Configuration for the Face Auto Capture Controller component.
Throws
If any of the validators has a missing dependency.
Constructors
Properties
Configuration for auto capture components. Default minValidSamplesInRowToStartCandidateSelection is 2. Default candidateSelectionDurationMillis is 2_000.
Common configuration for all components. Default value is CommonConfiguration.
Rectangle of a submitted image (via the FaceAutoCaptureController.process method) where a face should be detected. The rectangle defines an area inside the image. E.g. if you post images of size 1080x1920 and you want to ignore top and bottom areas, you can use the detectionArea as follows: RectangleDouble(0.0, 0.25, 1.0, 0.75)`. Source image is used if detectionArea is not defined.
List of validators. Validations are applied in the same order in which they are stored in the list.