DocumentDetectorAndroidSettings constructor
DocumentDetectorAndroidSettings({
- DocumentDetectorCustomizationAndroid? customization,
- SensorSettingsAndroid? sensorSettings,
- List<
CaptureStage> ? captureStages, - bool? enableSwitchCameraButton,
- int? compressQuality,
- String? resolution,
- bool? enableGoogleServices,
- bool? useEmulator,
- bool? useRoot,
- bool? useDeveloperMode,
- bool? useAdb,
- bool? useDebug,
Implementation
DocumentDetectorAndroidSettings(
{this.customization,
this.sensorSettings,
this.captureStages,
this.enableSwitchCameraButton,
this.compressQuality,
this.resolution,
this.enableGoogleServices,
this.useEmulator,
this.useRoot,
this.useDeveloperMode,
this.useAdb,
this.useDebug});