react-native-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS
24 lines (20 loc) • 566 B
text/typescript
/// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten.
/// Generated from core/schemas/ImageTypes.yaml
/**
Image rotation.
- `NONE`:
No rotation.
- `CLOCKWISE_90`:
90 degrees clockwise rotation.
- `CLOCKWISE_180`:
180 degrees rotation.
- `COUNTERCLOCKWISE_90`:
90 degrees counterclockwise rotation.
*/
export type ImageRotation = 'NONE' | 'CLOCKWISE_90' | 'CLOCKWISE_180' | 'COUNTERCLOCKWISE_90';
export const ImageRotationValues: ImageRotation[] = [
'NONE',
'CLOCKWISE_90',
'CLOCKWISE_180',
'COUNTERCLOCKWISE_90',
];