You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-config.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,17 +34,17 @@ class BarcodeScannerConfig : NSObject
34
34
| Property | Type | Description |
35
35
| -------- | ---- | ----------- |
36
36
|[`license`](#license)|*NSString \**| Sets or returns the license key for the Barcode Reader. |
37
-
|[`templateFile`](#templatefile)|*String\**| Sets or returns the local JSON file path that will configure the parameters template for the Barcode Reader. |
37
+
|[`templateFile`](#templatefile)|*NSString\**| Sets or returns the local JSON file path that will configure the parameters template for the Barcode Reader. |
38
38
|[`barcodeFormats`](#barcodeformats)|*DSBarcodeFormat*| Sets or returns the barcode format(s) to read. |
39
39
|[`scanRegion`](#scanregion)|*DSRect \**| Sets or returns the scan region where only the barcodes located in the scan region can be decoded. |
40
40
|[`isTorchButtonVisible`](#istorchbuttonvisible)|*BOOL*| Sets or returns whether or not the torch button is visible. |
41
41
|[`isBeepEnabled`](#isbeepenabled)|*BOOL*| Sets or returns whether the beep sound is enabled when a barcode is found. |
42
42
|[`isScanLaserVisible`](#isscanlaservisible)|*BOOL*| Sets or returns whether or not the scan laser is visible. |
43
43
|[`isAutoZoomEnabled`](#isautozoomenabled)|*BOOL*| Sets or returns whether or not the auto-zoom feature of the Camera Enhancer is enabled. |
44
44
|[`isCloseButtonVisible`](#isclosebuttonvisible)|*BOOL*| Sets or returns whether or not the close button is visible. |
45
-
|[`scanningMode`](#scanningmode)|*ScanningMode*| Sets or returns the scanning mode. |
45
+
|[`scanningMode`](#scanningmode)|*DSScanningMode*| Sets or returns the scanning mode. |
46
46
|[`maxConsecutiveStableFramesToExit`](#maxconsecutivestableframestoexit)|*int*| Sets or returns how long the library will keep scanning when there is no more barcodes to decode. |
47
-
|[`expectedBarcodesCount`](#expectedbarcodescount)|*int*| Sets or returns the expected number of barcodes. |
47
+
|[`expectedBarcodesCount`](#expectedbarcodescount)|*NSIntger*| Sets or returns the expected number of barcodes. |
48
48
|[`isCameraToggleButtonVisible`](#iscameratogglebuttonvisible)|*BOOL*| Sets or returns whether or not the camera toggle button is visible. |
49
49
50
50
The following property is deprecated:
@@ -82,7 +82,7 @@ Sets or returns the local JSON file path that will configure the parameters temp
0 commit comments