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