EnumDocumentType
EnumDocumentType is an enumeration class that defines the type of document to scan, such as ID cards or passports.
Definition
Assembly: dynamsoft-capture-vision-react-native
export enum EnumDocumentType
{
DT_ALL, // supports both ID cards (TD1 and TD2) and passports (TD3)
DT_ID, // only supports ID cards (TD1 and TD2)
DT_PASSPORT // only supports passports (TD3)
}
Members
| Member | Description |
|---|---|
DT_ALL |
Supports both ID cards (TD1 and TD2) and passports (TD3) |
DT_ID |
Only supports ID cards (TD1 and TD2) |
DT_PASSPORT |
Only supports passports (TD3) |