UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

26 lines (22 loc) 776 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageImageSourceValues = void 0; /// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten. /// Generated from native/schemas/document/PageImageSource.yaml /** The source of an image. - `UNDEFINED`: The source of the image is not known. - `MANUAL_SNAP`: The image was captured manually. - `AUTO_SNAP`: The image was captured automatically. - `CAMERA_FRAME`: The image originates from a camera video frame. - `IMPORTED`: The image originates from the photo/media gallery. */ const PageImageSourceValues = exports.PageImageSourceValues = ['UNDEFINED', 'MANUAL_SNAP', 'AUTO_SNAP', 'CAMERA_FRAME', 'IMPORTED']; //# sourceMappingURL=PageImageSource.js.map