DocumentDetectorAndroidSettings class
Constructors
-
DocumentDetectorAndroidSettings.new({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})
Properties
-
captureStages
↔ List<
CaptureStage> ? -
getter/setter pair
- compressQuality ↔ int?
-
getter/setter pair
- customization ↔ DocumentDetectorCustomizationAndroid?
-
getter/setter pair
- enableGoogleServices ↔ bool?
-
getter/setter pair
- enableSwitchCameraButton ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resolution ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensorSettings ↔ SensorSettingsAndroid?
-
getter/setter pair
- useAdb ↔ bool?
-
getter/setter pair
- useDebug ↔ bool?
-
getter/setter pair
- useDeveloperMode ↔ bool?
-
getter/setter pair
- useEmulator ↔ bool?
-
getter/setter pair
- useRoot ↔ bool?
-
getter/setter pair
Methods
-
asMap(
) → Map -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited