GeneralSettings class
Constructors
- GeneralSettings({int? threadsLimit, DecodingSpeed? decodingSpeed, double? roiX, double? roiY, double? roiWidth, double? roiHeight, FormattingType? formattingType, String? encodingCharacterSet, int? maximumResultsCount, int? duplicatesDelayMs, int? multicodeCachingDuration, bool? multicodeCachingEnabled})
Properties
- decodingSpeed ↔ DecodingSpeed?
-
getter/setter pair
- duplicatesDelayMs ↔ int?
-
getter/setter pair
- encodingCharacterSet ↔ String?
-
getter/setter pair
- formattingType ↔ FormattingType?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumResultsCount ↔ int?
-
getter/setter pair
- multicodeCachingDuration ↔ int?
-
getter/setter pair
- multicodeCachingEnabled ↔ bool?
-
getter/setter pair
- roiHeight ↔ double?
-
getter/setter pair
- roiWidth ↔ double?
-
getter/setter pair
- roiX ↔ double?
-
getter/setter pair
- roiY ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threadsLimit ↔ int?
-
getter/setter pair
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited