DocumentOutOfBoundsValidator

class DocumentOutOfBoundsValidator(minCornerDistanceToImageShorterSideRatioThreshold: Double) : DocumentAutoCaptureDetectionValidator

Document position validation.

Constructors

Link copied to clipboard
fun DocumentOutOfBoundsValidator(minCornerDistanceToImageShorterSideRatioThreshold: Double)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun validate(documentAutoCaptureFrameParameters: DocumentAutoCaptureFrameParameters): 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.