EnumDocumentType
EnumDocumentType is an enumeration class that defines the type of document to scan, such as ID cards or passports.
Definition
Assembly: DynamsoftMRZScanner.aar
Namespace: com.dynamsoft.mrzscanner.ui
public enum EnumDocumentType{
DT_ALL,
DT_ID,
DT_PASSPORT,
}