Device Pitch Too High Validator
class DevicePitchTooHighValidator(maxAngleThreshold: Float = DEFAULT_MAX_ANGLE_THRESHOLD) : FaceAutoCaptureDetectionValidator
Too high device pitch angle.
Parameters
max Angle Threshold
Maximum angle threshold. Value in interval [0.0, 90.0]
. Default value is 30.0
.
Throws
If value is out of the interval.