DocumentDetectorIosSettings class

Constructors

DocumentDetectorIosSettings.new({double? detectionThreshold, bool? verifyQuality, double? qualityThreshold, DocumentDetectorCustomizationIos? customization, SensorSettingsIos? sensorSettings, bool? enableManualCapture, double? timeEnableManualCapture, String? resolution, double? compressQuality})

Properties

compressQuality double?
getter/setter pair
customization DocumentDetectorCustomizationIos?
getter/setter pair
detectionThreshold double?
getter/setter pair
enableManualCapture bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
qualityThreshold double?
getter/setter pair
resolution String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorSettings SensorSettingsIos?
getter/setter pair
timeEnableManualCapture double?
getter/setter pair
verifyQuality 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