react-native-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS
22 lines (18 loc) • 792 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UserGuidanceVisibilityValues = void 0;
/// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten.
/// Generated from rtu-ui-v2/schemas/document/DocumentScannerGuidanceVisibility.yaml
/**
Determines the visibility mode for the document capturing user guidance labels.
- `ENABLED`:
Enabled for both 'auto snapping' and 'manual snapping' modes.
- `AUTO_CAPTURE_ONLY`:
Enabled only for the 'auto snapping' mode.
- `DISABLED`:
Disabled for both 'auto snapping' and 'manual snapping' modes.
*/
const UserGuidanceVisibilityValues = exports.UserGuidanceVisibilityValues = ['ENABLED', 'AUTO_CAPTURE_ONLY', 'DISABLED'];
//# sourceMappingURL=DocumentScannerGuidanceVisibility.js.map