SizeTooLargeValidator

class SizeTooLargeValidator(maxDetectionSizeToImageShorterSideRatioThreshold: Double = DEFAULT_THRESHOLD_MAX_DETECTION_SIZE_TO_IMAGE_SHORTER_SIDE_RATIO) : FaceAutoCaptureDetectionValidator

Too large size validation.

Parameters

maxDetectionSizeToImageShorterSideRatioThreshold

Maximum ratio of the detection size to image shorter side threshold. Value greater than or equal to 0.0. Default value is 0.2.

Throws

If the value is less than 0.0.

Constructors

Link copied to clipboard
fun SizeTooLargeValidator(maxDetectionSizeToImageShorterSideRatioThreshold: Double = DEFAULT_THRESHOLD_MAX_DETECTION_SIZE_TO_IMAGE_SHORTER_SIDE_RATIO)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun validate(faceAutoCaptureFrameParameters: FaceAutoCaptureFrameParameters): Boolean

Validate auto capture frame parameters.

Properties

Link copied to clipboard
open override val dependencyIdentifiers: Set<String>

Set of validator identifiers which represents a set of dependencies for this validator.

Link copied to clipboard
open override val identifier: String

String identifier of the validator.