DocumentDetectorAndroidSettings constructor

DocumentDetectorAndroidSettings({
  1. DocumentDetectorCustomizationAndroid? customization,
  2. SensorSettingsAndroid? sensorSettings,
  3. List<CaptureStage>? captureStages,
  4. bool? enableSwitchCameraButton,
  5. int? compressQuality,
  6. String? resolution,
  7. bool? enableGoogleServices,
  8. bool? useEmulator,
  9. bool? useRoot,
  10. bool? useDeveloperMode,
  11. bool? useAdb,
  12. 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});