ReaderParams class
Constructors
- ReaderParams()
-
ReaderParams.fromJson(Map<
String, dynamic> json)
Properties
- allowAdditionalRestorations ↔ bool?
-
getter/setter pair
- allowComplexBackground ↔ bool?
-
getter/setter pair
- allowDatamatrixIndustrialBarcodes ↔ bool?
-
getter/setter pair
- allowDecreasedImage ↔ bool?
-
getter/setter pair
- allowDetectScanGap ↔ bool?
-
getter/setter pair
- allowIncorrectBarcodes ↔ bool?
-
getter/setter pair
- allowInvertImage ↔ bool?
-
getter/setter pair
- allowMedianSmoothing ↔ bool?
-
getter/setter pair
- allowMicroWhiteSpotsRemoving ↔ bool?
-
getter/setter pair
- allowOneDFastBarcodesDetector ↔ bool?
-
getter/setter pair
- allowOneDWipedBarsRestoration ↔ bool?
-
getter/setter pair
- allowQRMicroQrRestoration ↔ bool?
-
getter/setter pair
- allowRegularImage ↔ bool?
-
getter/setter pair
- allowSaltAndPepperFiltering ↔ bool?
-
getter/setter pair
- allowWhiteSpotsRemoving ↔ bool?
-
getter/setter pair
- australianPostEncodingTable ↔ CustomerInformationInterpretingType?
-
getter/setter pair
- checkMore1DVariants ↔ bool?
-
getter/setter pair
- checksumValidation ↔ ChecksumValidation?
-
getter/setter pair
- detectEncoding ↔ bool?
-
getter/setter pair
- fastScanOnly ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreEndingFillingPatternsForCTable ↔ bool?
-
getter/setter pair
- medianSmoothingWindowSize ↔ int?
-
getter/setter pair
- preset ↔ PresetType?
-
getter/setter pair
- readTinyBarcodes ↔ bool?
-
getter/setter pair
- rectHeight ↔ int?
-
getter/setter pair
- rectWidth ↔ int?
-
getter/setter pair
- rectX ↔ int?
-
getter/setter pair
- rectY ↔ int?
-
getter/setter pair
- regionLikelihoodThresholdPercent ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scanWindowSizes
↔ List<
int> ? -
getter/setter pair
- similarity ↔ double?
-
getter/setter pair
- skipDiagonalSearch ↔ bool?
-
getter/setter pair
- stripFNC ↔ bool?
-
getter/setter pair
- timeout ↔ int?
-
getter/setter pair
- type ↔ DecodeBarcodeType?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
listFromJson(
List json) → List< ReaderParams> -
mapFromJson(
Map< String, Map< json) → Map<String, dynamic> >String, ReaderParams>