BarcodeFormatCommonTwoDConfiguration

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(regexFilter: String = "", minimumSizeScore: Double = 0.0, addAdditionalQuietZone: Boolean = false, gs1Handling: Gs1Handling = Gs1Handling.PARSE, strictMode: Boolean = true, formats: List<BarcodeFormat> = listOf( BarcodeFormat.AZTEC, BarcodeFormat.DATA_MATRIX, BarcodeFormat.MAXI_CODE, BarcodeFormat.MICRO_QR_CODE, BarcodeFormat.MICRO_PDF_417, BarcodeFormat.PDF_417, BarcodeFormat.QR_CODE, BarcodeFormat.RMQR_CODE ))