DLScanningOrder
public enum DLScanningOrder
↳ package com.onekosmos.blockid.sdk.cameramodule.dlScanner
An enum to define the Drivers License document scanning order.
Enum Constants
Type | Name | Description |
---|---|---|
DLScanningOrder | FIRST_FRONT_THEN_BACK | Indicates to scan the front side of Driver License document first. |
DLScanningOrder | FIRST_BACK_THEN_FRONT | Indicates to scan the back side of Driver License document first. |