Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.barcode
/
BarcodeFormatCode93Configuration
/
BarcodeFormatCode93Configuration
Barcode
Format
Code93Configuration
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
regexFilter
:
String
=
""
,
minimumSizeScore
:
Double
=
0.0
,
addAdditionalQuietZone
:
Boolean
=
false
,
minimum1DQuietZoneSize
:
Int
=
6
,
stripCheckDigits
:
Boolean
=
false
,
minimumTextLength
:
Int
=
1
,
maximumTextLength
:
Int
=
0
)