-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathprogramming-oc.html
More file actions
721 lines (705 loc) · 79.8 KB
/
Copy pathprogramming-oc.html
File metadata and controls
721 lines (705 loc) · 79.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<li lang="objectivec-swift" class="category">DEVELOPMENT</li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/index.html" class="otherLinkColour">User Guide</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide.html" class="otherLinkColour">Build your first APP</a> </li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/configure-barcode-scanner.html" class="otherLinkColour">Configure Barcode Scanner</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-barcode-formats.html" class="otherLinkColour">Specify Barcode Format</a></li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Switch Single & Multiple Scanning Modes</a></li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Additional Settings</a></li>
</ul>
</li>
<li lang="objectivec-swift" ><a class="otherLinkColour">Develop with Foundational APIs</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift" ><a href="{{ site.oc }}foundational-guide.html" class="otherLinkColour">Build your APP with foundational APIs</a></li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/explore-features/index.html" class="otherLinkColour">Explore Features</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a class="otherLinkColour">Basic Features</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.features }}barcode-formats-and-count.html?lang=objc,swift" class="otherLinkColour">Specify barcode formats and count</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-video-streaming-mobile.html?lang=objc,swift" class="otherLinkColour">Read barcode from video streaming</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}barcode-scan-region-mobile.html?lang=objc,swift" class="otherLinkColour">Read a specific area/region</a></li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}ui-configurations.html" class="otherLinkColour">Customize the UI</a></li>
</ul>
</li>
<li lang="objectivec-swift" ><a class="otherLinkColour">Handle Different Scenarios</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=objc,swift" class="otherLinkColour">Read inverted barcodes</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=objc,swift" class="otherLinkColour">Read deformed barcodes</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=objc,swift" class="otherLinkColour">Read incomplete barcodes</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-a-large-image.html?lang=objc,swift" class="otherLinkColour">Read barcodes from a large image</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=objc,swift" class="otherLinkColour">Read barcodes with small module size</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=objc,swift" class="otherLinkColour">Read images with imbalanced colors</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=objc,swift" class="otherLinkColour">Read images with uneven lighting</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-images-with-texture.html?lang=objc,swift" class="otherLinkColour">Read images with texture</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=objc,swift" class="otherLinkColour">Read images with lots of text</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}read-dense-barcodes.html?lang=objc,swift" class="otherLinkColour">Read high-density QR Codes</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}preprocess-images.html?lang=objc,swift" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}use-region-predetection.html?lang=objc,swift" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
</ul>
</li>
<li lang="objectivec-swift" ><a class="otherLinkColour">Barcode Results</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.features }}get-confidence-rotation.html?lang=objc,swift" class="otherLinkColour">Get barcode confidence and rotation</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}get-barcode-location.html?lang=objc,swift" class="otherLinkColour">Get barcode location</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}get-detailed-info.html?lang=objc,swift" class="otherLinkColour">Get detailed barcode information</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}filter-and-sort.html?lang=objc,swift" class="otherLinkColour">Filter and sort decoding results</a></li>
</ul>
</li>
<li lang="objectivec-swift" ><a class="otherLinkColour">Advanced Features</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=objc,swift" class="otherLinkColour">Use RuntimeSettings or Templates</a></li>
<li lang="objectivec-swift" ><a href="{{ site.features }}use-format-specific-configuration.html?lang=objc,swift" class="otherLinkColour">Use format specific configurations</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.oc }}samples/index.html" class="otherLinkColour">Demo & Samples</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-scanner/index.html" class="otherLinkColour">BarcodeScanner APIs</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a>Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-scanner/barcode-scanner-view-controller.html" class="otherLinkColour">BarcodeScannerViewController</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-scanner/barcode-scanner-config.html" class="otherLinkColour">BarcodeScannerConfig</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-scanner/barcode-scan-result.html" class="otherLinkColour">BarcodeScanResult</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Enumerations</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-scanner/enum-result-status.html?lang=objc,swift" class="otherLinkColour">EnumResultStatus</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-scanner/enum-scanning-mode.html?lang=objc,swift" class="otherLinkColour">EnumScanningMode</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}" class="otherLinkColour">Foundational APIs</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a>DynamsoftCaptureVisionRouter</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/capture-vision-router.html" class="otherLinkColour">DSCaptureVisionRouter Class</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/constructors.html" class="otherLinkColour">Constructor and Destructor</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/single-file-processing.html" class="otherLinkColour">Single-File Processing</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/multiple-file-processing.html" class="otherLinkColour">Multiple-File Processing</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/settings.html" class="otherLinkColour">Settings</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/intermediate-result.html" class="otherLinkColour">Intermediate Result</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Auxiliary Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/capture-vision-router-module.html" class="otherLinkColour">DSCaptureVisionRouterModule</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/captured-result-filter.html" class="otherLinkColour">DSCapturedResultFilter</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html" class="otherLinkColour">DSCapturedResultReceiver</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.html" class="otherLinkColour">DSIntermediateResultManager</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/intermediate-result-receiver.html" class="otherLinkColour">DSIntermediateResultReceiver</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/simplified-capture-vision-settings.html" class="otherLinkColour">DSSimplifiedCaptureVisionSettings</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Protocols</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/capture-state-listener.html" class="otherLinkColour">DSCaptureStateListener</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/auxiliary-classes/image-source-state-listener.html" class="otherLinkColour">DSImageSourceStateListener</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Enumerations</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/enum/capture-state.html?lang=objc,swift" class="otherLinkColour">DSCaptureState</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}capture-vision-router/enum/preset-template.html?lang=objc,swift" class="otherLinkColour">DSPresetTemplate</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftBarcodeReader</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iAztecDetails.html" class="otherLinkColour">DSAztecDetails</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-details.html" class="otherLinkColour">DSBarcodeDetails</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-reader-module.html" class="otherLinkColour">DSBarcodeReaderModule</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}barcode-result-item.html" class="otherLinkColour">DSBarcodeResultItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}candidate-barcode-zones-unit.html" class="otherLinkColour">DSCandidateBarcodeZonesUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}candidate-barcode-zone.html" class="otherLinkColour">DSCandidateBarcodeZone</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}complemented-barcode-image-unit.html" class="otherLinkColour">DSComplementedBarcodeImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iDatamatrixDetails.html" class="otherLinkColour">DSDataMatrixDetails</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}decoded-barcode-element.html" class="otherLinkColour">DSDecodedBarcodeElement</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}decoded-barcodes-result.html" class="otherLinkColour">DSDecodedBarcodesResult</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}decoded-barcodes-unit.html" class="otherLinkColour">DSDecodedBarcodesUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}deformation-resisted-barcode-image-unit.html" class="otherLinkColour">DSDeformationResistedBarcodeImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}deformation-resisted-barcode.html" class="otherLinkColour">DSDeformationResistedBarcode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}eci-segment.html" class="otherLinkColour">DSECISegment</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iExtendedResult.html" class="otherLinkColour">DSExtendedBarcodeResult</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}localized-barcodes-unit.html" class="otherLinkColour">DSLocalizedBarcodesUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}localized-barcode-element.html" class="otherLinkColour">DSLocalizedBarcodesElement</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iOneDCodeDetails.html" class="otherLinkColour">DSOneDCodeDetails</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iPDF417Details.html" class="otherLinkColour">DSPDF417Details</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iQRCodeDetails.html" class="otherLinkColour">DSQRCodeDetails</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}scaled-up-barcode-image-unit.html" class="otherLinkColour">DSScaledUpBarcodeImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}simplified-barcode-reader-settings.html" class="otherLinkColour">DSSimplifiedBarcodeReaderSettings</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a>Enumerations</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}enum/barcode-format.html" class="otherLinkColour">DSBarcodeFormat</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}enum/deblur-mode.html" class="otherLinkColour">DSDeblurMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}enum/extended-barcode-result-type.html" class="otherLinkColour">DSExtendedBarcodeResultType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}enum/localization-mode.html" class="otherLinkColour">DSLocalizationMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}enum/qr-code-error-correction-level.html" class="otherLinkColour">DSQRCodeErrorCorrectionLevel</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftCore</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/auxiliary-region-element.html" class="otherLinkColour">DSAuxiliaryRegionElement</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/binary-image-unit.html" class="otherLinkColour">DSBinaryImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/captured-result-item.html" class="otherLinkColour">DSCapturedResultItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/captured-result.html" class="otherLinkColour">DSCapturedResult</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/colour-image-unit.html" class="otherLinkColour">DSColourImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/contours-unit.html" class="otherLinkColour">DSContoursUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/contour.html" class="otherLinkColour">DSContour</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/core-module.html" class="otherLinkColour">DSCoreModule</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/corner.html" class="otherLinkColour">DSCorner</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/rect.html" class="otherLinkColour">DSRect</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/edge.html" class="otherLinkColour">DSEdge</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/enhanced-grayscale-image-unit.html" class="otherLinkColour">DSEnhancedGrayscaleImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/file-image-tag.html" class="otherLinkColour">DSFileImageTag</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/grayscale-image-unit.html" class="otherLinkColour">DSGrayscaleImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/image-data.html" class="otherLinkColour">DSImageData</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/image-source-adapter.html" class="otherLinkColour">DSImageSourceAdapter</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/image-tag.html" class="otherLinkColour">DSImageTag</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/intermediate-result-extra-info.html" class="otherLinkColour">DSIntermediateResultExtraInfo</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/intermediate-result-unit.html" class="otherLinkColour">DSIntermediateResultUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/intermediate-result.html" class="otherLinkColour">DSIntermediateResult</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/line-segments-unit.html" class="otherLinkColour">DSLineSegmentsUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/line-segment.html" class="otherLinkColour">DSLineSegment</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/observation-parameters.html" class="otherLinkColour">DSObservationParameters</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/original-image-result-item.html" class="otherLinkColour">DSOriginalImageResultItem</a></li>
<!-- <li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/pdf-reading-parameter.html" class="otherLinkColour">PDFReadingParameter</a></li> -->
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/predetected-region-element.html" class="otherLinkColour">DSPredetectedRegionElement</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/predetected-regions-unit.html" class="otherLinkColour">DSPredetectedRegionsUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/quadrilateral.html" class="otherLinkColour">DSQuadrilateral</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/region-object-element.html" class="otherLinkColour">DSRegionObjectElement</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/scaled-down-colour-image-unit.html" class="otherLinkColour">DSScaledDownColourImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/text-removed-binary-image-unit.html" class="otherLinkColour">DSTextRemovedBinaryImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/texture-detection-result-unit.html" class="otherLinkColour">DSTextureDetectionResultUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/texture-removed-binary-image-unit.html" class="otherLinkColour">DSTextureRemovedBinaryImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/texture-removed-grayscale-image-unit.html" class="otherLinkColour">DSTextureRemovedGrayscaleImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/text-zones-unit.html" class="otherLinkColour">DSTextZonesUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/transformed-grayscale-image-unit.html" class="otherLinkColour">DSTransformedGrayscaleImageUnit</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/vector4.html" class="otherLinkColour">DSVector4</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/video-frame-tag.html" class="otherLinkColour">DSVideoFrameTag</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Protocols</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/image-source-error-listener.html" class="otherLinkColour">DSImageSourceErrorListener</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a>Enumerations</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/buffer-overflow-protection-mode.html" class="otherLinkColour">DSBufferOverflowProtectionMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/captured-result-item-type.html" class="otherLinkColour">DSCapturedResultItemType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/colour-channel-usage-type.html" class="otherLinkColour">DSColourChannelUsageType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/corner-type.html" class="otherLinkColour">DSCornerType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/error-code.html" class="otherLinkColour">DSError</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/grayscale-enhancement-mode.html" class="otherLinkColour">DSGrayscaleEnhancementMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/grayscale-transformation-mode.html" class="otherLinkColour">DSGrayscaleTransformationMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/image-capture-distance-mode.html" class="otherLinkColour">DSImageCaptureDistanceMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/image-pixel-format.html" class="otherLinkColour">DSImagePixelFormat</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/image-source-state.html" class="otherLinkColour">DSImageSourceState</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/image-tag-type.html" class="otherLinkColour">DSImageTagType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/intermediate-result-unit-type.html" class="otherLinkColour">DSIntermediateResultUnitType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/log-mode.html" class="otherLinkColour">DSLogMode</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/region-object-element-type.html" class="otherLinkColour">DSRegionObjectElementType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/section-type.html" class="otherLinkColour">DSSectionType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/transform-matrix-type.html" class="otherLinkColour">DSTransformMatrixType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/enum/video-frame-quality.html" class="otherLinkColour">DSVideoFrameQuality</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftLicense</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-manager.html" class="otherLinkColour">DSLicenseManager</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-module.html" class="otherLinkColour">DSLicenseModule</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Protocols</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-verification-listener.html" class="otherLinkColour">DSLicenseVerificationListener</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftUtility</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/cross-verification-criteria.html" class="otherLinkColour">DSCrossVerificationCriteria</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/directory-fetcher.html" class="otherLinkColour">DSDirectoryFetcher</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/file-fetcher.html" class="otherLinkColour">DSFileFetcher</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-drawer.html" class="otherLinkColour">DSImageDrawer</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-io.html" class="otherLinkColour">DSImageIO</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-processor.html" class="otherLinkColour">DSImageProcessor</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">DSMultiFrameResultCrossFilter</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">DSProactiveImageSourceAdapter</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/utility-module.html" class="otherLinkColour">DSUtilityModule</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Enumerations</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/enum/filter-type.html" class="otherLinkColour">DSFilterType</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftIdentityUtility</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}identity-utility/identity-processor.html" class="otherLinkColour">DSIdentityProcessor</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftCodeParser</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.code_types }}" class="otherLinkColour">Supported Code Types</a>
<ul>
<li><a href="{{ site.code_types }}mrtd.html" class="otherLinkColour">Machine Readable Travel Documents</a></li>
<li><a href="{{ site.code_types }}aamva-dl-id.html" class="otherLinkColour">North America DL/ID</a></li>
<li><a href="{{ site.code_types }}za-dl.html" class="otherLinkColour">South Africa Driver License</a></li>
<li><a href="{{ site.code_types }}aadhaar.html" class="otherLinkColour">Aadhaar</a></li>
<li><a href="{{ site.code_types }}vin.html" class="otherLinkColour">Vehicle Identification Number</a></li>
<li><a href="{{ site.code_types }}gs1-ai.html" class="otherLinkColour">GS1 Application Identifiers (AI)</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a>Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}code-parser.html" class="otherLinkColour">DSCodeParser</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}code-parser-module.html" class="otherLinkColour">DSCodeParserModule</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}parsed-result-item.html" class="otherLinkColour">DSParsedResultItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}parsed-result.html" class="otherLinkColour">DSParsedResult</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a>Enumerations</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}code-parser/enum/code-type.html?lang=objc,swift" class="otherLinkColour">DSCodeType</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}code-parser/enum/mapping-status.html?lang=objc,swift" class="otherLinkColour">DSMappingStatus</a></li>
<li lang="objectivec-swift"><a href="{{ site.dcp_ios_api }}code-parser/enum/validation-status.html?lang=objc,swift" class="otherLinkColour">DSValiadtionStatus</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a>DynamsoftCameraEnhancer</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a style="cursor:pointer;color:#3c3c3c">Classes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-arc.html" class="otherLinkColour">DSArcDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}primary-api/camera-enhancer.html" class="otherLinkColour">DSCameraEnhancer</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/camera-enhancer-module.html" class="otherLinkColour">DSCameraEnhancerModule</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcecameraview.html" class="otherLinkColour">DSCameraView</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/capabilities.html" class="otherLinkColour">DSCapabilities</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem.html" class="otherLinkColour">DSDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcedrawinglayer.html" class="otherLinkColour">DSDrawingLayer</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingstylemanager.html" class="otherLinkColour">DSDrawingStyleManager</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingstyle.html" class="otherLinkColour">DSDrawingStyle</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcefeedback.html" class="otherLinkColour">DSFeedback</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dceimageeditorview.html" class="otherLinkColour">DSImageEditorView</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-line.html" class="otherLinkColour">DSLineDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/note.html" class="otherLinkColour">DSNote</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-quad.html" class="otherLinkColour">DSQuadDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-rect.html" class="otherLinkColour">DSRectDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-text.html" class="otherLinkColour">DSTextDrawingItem</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/tip-config.html" class="otherLinkColour">DSTipConfig</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a style="cursor:pointer;color:#3c3c3c">Protocols</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dcecamerastatelistener.html" class="otherLinkColour">DSCameraStateListener</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-click-listener.html" class="otherLinkColour">DSDrawingItemClickListener</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-focus-listener.html" class="otherLinkColour">DSFocusListener</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dcephotolistener.html" class="otherLinkColour">DSPhotoListener</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dceframelistener.html" class="otherLinkColour">DSVideoFrameListener</a></li>
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-zoomfactorchangelistener.html" class="otherLinkColour">DSZoomFactorChangeListener</a></li>
</ul>
</li>
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
<ul lang="objectivec-swift" >
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-position.html?lang=objc,swift" class="otherLinkColour">DSCameraPosition</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-state.html?lang=objc,swift" class="otherLinkColour">DSCameraState</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/coordinate-base.html?lang=objc,swift" class="otherLinkColour">DSCoordinateBase</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-media-type.html?lang=objc,swift" class="otherLinkColour">DSDrawingItemMediaType</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-state.html?lang=objc,swift" class="otherLinkColour">DSDrawingItemState</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/enhanced-features.html?lang=objc,swift" class="otherLinkColour">DSEnhancedFeatures</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/focus-mode.html?lang=objc,swift" class="otherLinkColour">DSFocusMode</a></li>
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/resolution.html?lang=objc,swift" class="otherLinkColour">DSResolution</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift" ><a href="{{ site.oc_faq }}" class="otherLinkColour">FAQ</a></li>
<li lang="objectivec-swift" class="category">UNDERSTANDING DBR</li>
<li lang="objectivec-swift"><a href="{{ site.performance }}" class="otherLinkColour">Performance</a>
<ul>
<li><a href="{{ site.performance }}speed.html" class="otherLinkColour">Speed</a></li>
<li><a href="{{ site.performance }}accuracy.html" class="otherLinkColour">Accuracy</a></li>
<li><a href="{{ site.performance }}read-rate.html" class="otherLinkColour">Read Rate</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/index.html" class="otherLinkColour">Parameters</a>
<ul>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/capture-vision-template.html" class="otherLinkColour">CaptureVisionTemplate Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/image-roi-processing-name-array.html" class="otherLinkColour">ImageROIProcessingNameArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/image-source-name.html" class="otherLinkColour">ImageSourceName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/max-parallel-tasks.html" class="otherLinkColour">MaxParallelTasks</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/min-image-capture-interval.html" class="otherLinkColour">MinImageCaptureInterval</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/output-original-image.html" class="otherLinkColour">OutputOriginalImage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/semantic-processing-name-array.html" class="otherLinkColour">SemanticProcessingNameArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/timeout.html" class="otherLinkColour">Timeout</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/image-source.html" class="otherLinkColour">ImageSource Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/directory-path.html" class="otherLinkColour">DirectoryPath</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/file-filter.html" class="otherLinkColour">FileFilter</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/pages.html" class="otherLinkColour">Pages</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/pdf-reading-mode.html" class="otherLinkColour">PDFReadingMode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/recursive.html" class="otherLinkColour">Recursive</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/type.html" class="otherLinkColour">Type</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/enable-results-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html" class="otherLinkColour">ReferenceObjectFilter</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.html#atomicresulttypearray" class="otherLinkColour">AtomicResultTypeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.html#referencetargetroidefnamearray" class="otherLinkColour">ReferenceTargetROIDefNameArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/reference-object-filter-parameter-details.html#referencetasknamearray" class="otherLinkColour">ReferenceTaskNameArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/barcode-filtering-condition.html" class="otherLinkColour">BarcodeFilteringCondition</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/frame-filtering-condition.html" class="otherLinkColour">FrameFilteringCondition</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/textLine-filtering-condition.html" class="otherLinkColour">TextLineFilteringCondition</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/region-filtering-condition.html" class="otherLinkColour">RegionFilteringCondition</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/" class="otherLinkColour">Offset</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#referenceobjectoriginindex" class="otherLinkColour">ReferenceObjectOriginIndex</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#referenceobjecttype" class="otherLinkColour">ReferenceObjectType</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#measuredbypercentage" class="otherLinkColour">MeasureByPercentage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#firstpoint" class="otherLinkColour">FirstPoint</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#secondpoint" class="otherLinkColour">SecondPoint</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#thirdpoint" class="otherLinkColour">ThirdPoint</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/offset-parameter-details.html#fourthpoint" class="otherLinkColour">FourthPoint</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/reference-x-axis.html" class="otherLinkColour">ReferenceXAxis</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/offset/reference-y-axis.html" class="otherLinkColour">ReferenceYAxis</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/pause-flag.html" class="otherLinkColour">PauseFlag</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/task-setting-name-array.html" class="otherLinkColour">TaskSettingNameArray</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/task-settings/barcode-reader-task-settings.html" class="otherLinkColour">BarcodeReaderTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-format-ids.html" class="otherLinkColour">BarcodeFormatIds</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-format-specification-name-array.html" class="otherLinkColour">BarcodeFormatSpecificationNameArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/base-barcode-reader-task-setting-name.html" class="otherLinkColour">BaseBarcodeReaderTaskSettingName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/dpm-code-reading-modes.html" class="otherLinkColour">DPMCodeReadingModes</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/max-threads-in-one-task.html" class="otherLinkColour">MaxThreadsInOneTask</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/return-barcode-zone-clarity.html" class="otherLinkColour">ReturnBarcodeZoneClarity</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/text-result-order-modes.html" class="otherLinkColour">TextResultOrderModes</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-array.html" class="otherLinkColour">SectionArray</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-region-predetection.html" class="otherLinkColour">RegionPredetectionSection Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-region-predetection.html#section" class="otherLinkColour">Section</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-region-predetection.html#imageparametername" class="otherLinkColour">ImageParameterName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-region-predetection.html#stagearray" class="otherLinkColour">StageArray</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-predetect-regions.html" class="otherLinkColour">PredetectRegionsStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-predetect-regions.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/region-predetection-modes.html" class="otherLinkColour">RegionPredetectionModes</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-localization.html" class="otherLinkColour">BarcodeLocalizationSection Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-localization.html#section" class="otherLinkColour">Section</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-localization.html#imageparametername" class="otherLinkColour">ImageParameterName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-localization.html#stagearray" class="otherLinkColour">StageArray</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-localize-candidate-barcodes.html" class="otherLinkColour">LocalizeCandidateBarcodesStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-localize-candidate-barcodes.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/localization-modes.html" class="otherLinkColour">LocalizationModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-localize-barcodes.html" class="otherLinkColour">LocalizeBarcodesStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-candidate-barcodes.html#stage" class="otherLinkColour">Stage</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-decoding.html" class="otherLinkColour">BarcodeDecodingSection Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-decoding.html#section" class="otherLinkColour">Section</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-decoding.html#imageparametername" class="otherLinkColour">ImageParameterName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-barcode-decoding.html#stagearray" class="otherLinkColour">StageArray</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-resist-deformation.html" class="otherLinkColour">ResistDeformationStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-resist-deformation.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deformation-resisting-modes.html" class="otherLinkColour">DeformationResistingModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-complement-barcode.html" class="otherLinkColour">ComplementBarcodeStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-complement-barcode.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-complement-modes.html" class="otherLinkColour">BarcodeComplementModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-scale-barcode-image.html" class="otherLinkColour">ScaleBarcodeImageStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-scale-barcode-image.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-scale-modes.html" class="otherLinkColour">BarcodeScaleModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-decode-barcodes.html" class="otherLinkColour">DecodeBarcodesStage Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-decode-barcodes.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html" class="otherLinkColour">DeblurModes</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/task-settings/code-parser-task-settings.html" class="otherLinkColour">CodeParserTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/code-specifications.html" class="otherLinkColour">CodeSpecifications</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/resources-path.html" class="otherLinkColour">ResourcesPath</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/task-settings/output-task-setting.html" class="otherLinkColour">OutputTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}output-task-setting/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}output-task-setting/output-condition.html" class="otherLinkColour">OutputCondition</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/image-parameter.html" class="otherLinkColour">ImageParameter Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/base-image-parameter-name.html" class="otherLinkColour">BaseImageParameterName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/applicable-stages.html" class="otherLinkColour">ApplicableStages</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-assemble-lines.html" class="otherLinkColour">Assemble Lines Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-assemble-lines.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/line-assembly-mode.html" class="otherLinkColour">LineAssemblyMode</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-binarize-image.html" class="otherLinkColour">Binarize Image Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-binarize-image.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/binarization-modes.html" class="otherLinkColour">BinarizationModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-binarize-texture-removed-grayscale.html" class="otherLinkColour">Binarize Texture Removed Grayscale Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-binarize-texture-removed-grayscale.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/binarization-modes.html" class="otherLinkColour">BinarizationModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-convert-to-grayscale.html" class="otherLinkColour">Convert to Grayscale Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-convert-to-grayscale.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/colour-conversion-modes.html" class="otherLinkColour">ColourConversionModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-detect-shortlines.html" class="otherLinkColour">Detect Shortlines Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-detect-shortlines.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/shortlines-detection-mode.html" class="otherLinkColour">ShortlinesDetectionMode</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-detect-text-zones.html" class="otherLinkColour">Detect Text Zones Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-detect-text-zones.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/text-detection-mode.html" class="otherLinkColour">TextDetectionMode</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-detect-texture.html" class="otherLinkColour">Detect Texture Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-detect-texture.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/texture-detection-modes.html" class="otherLinkColour">TextureDetectionModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-enhance-grayscale.html" class="otherLinkColour">Enhance Grayscale Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-enhance-grayscale.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/grayscale-enhancement-modes.html" class="otherLinkColour">GrayscaleEnhancementModes</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-find-contours.html" class="otherLinkColour">Find Contours Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-find-contours.html#stage" class="otherLinkColour">Stage</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-remove-text-zones-from-binary.html" class="otherLinkColour">Remove Text Zones from Binary Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-remove-text-zones-from-binary.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/if-erase-text-zone.html" class="otherLinkColour">IfEraseTextZone</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-remove-texture-from-grayscale.html" class="otherLinkColour">Remove Texture from Grayscale Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-remove-texture-from-grayscale.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-remove-texture-from-grayscale.html#textureremovalstrength" class="otherLinkColour">Stage</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-scale-image.html" class="otherLinkColour">Scale Image Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-scale-image.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/image-scale-settings.html" class="otherLinkColour">ImageScaleSettings</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-transform-grayscale.html" class="otherLinkColour">Transform Grayscale Stage</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/stage-transform-grayscale.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/grayscale-transformation-modes.html" class="otherLinkColour">GrayscaleTransformationModes</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/auxiliary/barcode-format-specification.html" class="otherLinkColour">BarcodeFormatSpecification Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/all-module-deviation.html" class="otherLinkColour">AllModuleDeviation</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/australian-post-encoding-table.html" class="otherLinkColour">AustralianPostEncodingTable</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-angle-range-array.html" class="otherLinkColour">BarcodeAngleRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-bytes-length-range-array.html" class="otherLinkColour">BarcodeBytesLengthRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-format-ids.html" class="otherLinkColour">BarcodeFormatIds</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-height-range-array.html" class="otherLinkColour">BarcodeHeightRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-text-length-range-array.html" class="otherLinkColour">BarcodeTextLengthRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-text-regex-pattern.html" class="otherLinkColour">BarcodeTextRegExPattern</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-width-range-array.html" class="otherLinkColour">BarcodeWidthRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-zone-bar-count-range-array.html" class="otherLinkColour">BarcodeZoneBarCountRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-zone-min-distance-to-image-borders.html" class="otherLinkColour">BarcodeZoneMinDistanceToImageBorders</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/barcode-zone-width-to-height-ratio-range-array.html" class="otherLinkColour">BarcodeZoneWidthToHeightRatioRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/code128-subset.html" class="otherLinkColour">Code128Subset</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/data-matrix-module-isotropic.html" class="otherLinkColour">DataMatrixModuleIsotropic</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/data-matrix-size-options.html" class="otherLinkColour">DataMatrixSizeOptions</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-addon-code.html" class="otherLinkColour">EnableAddOnCode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html" class="otherLinkColour">EnableDataMatrixECC000-140</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html" class="otherLinkColour">EnableQRCodeModel1</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/has-vertical-quietzone.html" class="otherLinkColour">HasVerticalQuietZone</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/head-module-ratio.html" class="otherLinkColour">HeadModuleRatio</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html" class="otherLinkColour">MinQuietZoneWidth</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html" class="otherLinkColour">MinRatioOfBarcodeZoneWidthToHeight</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/min-result-confidence.html" class="otherLinkColour">MinResultConfidence</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/mirror-mode.html" class="otherLinkColour">MirrorMode</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/module-size-range-array.html" class="otherLinkColour">ModuleSizeRangeArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/msi-code-check-digit-calculation.html" class="otherLinkColour">MSICodeCheckDigitCalculation</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/partition-modes.html" class="otherLinkColour">PartitionModes</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/patch-code-searching-margins.html" class="otherLinkColour">PatchCodeSearchingMargins</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/require-start-stop-chars.html" class="otherLinkColour">RequireStartStopChars</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/return-partial-barcode-value.html" class="otherLinkColour">ReturnPartialBarcodeValue</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/standard-format.html" class="otherLinkColour">StandardFormat</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/tail-module-ratio.html" class="otherLinkColour">TailModuleRatio</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/verify-check-digit.html" class="otherLinkColour">VerifyCheckDigit</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html" class="otherLinkColour">CaptureVisionModel Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#directorypath" class="otherLinkColour">DirectoryPath</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#maxmodelinstances" class="otherLinkColour">MaxModelInstances</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#modelargs" class="otherLinkColour">ModelArgs</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/char-set.html#" class="otherLinkColour">CharSet Object</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#name" class="otherLinkColour">Name</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
</ul>
</li>
<li lang="objectivec-swift"><a href="{{ site.dcvb_parameters }}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}semantic-processing/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}semantic-processing/reference-object-filter.html" class="otherLinkColour">ReferenceObjectFilter</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}semantic-processing/task-setting-name-array.html" class="otherLinkColour">TaskSettingNameArray</a></li>
</ul>
</li>
</ul>
</li>
<li lang="objectivec-swift" class="category">USEFUL RESOURCES</li>
<li lang="objectivec-swift"><a href="{{ site.oc_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul lang="objectivec-swift">
<li lang="objectivec-swift"><a href="{{ site.oc_release_notes }}ios-11.html" class="otherLinkColour">Version 11.x</a></li>
<li lang="objectivec-swift"><a href="{{ site.oc_release_notes_v10 }}ios-10.html" class="otherLinkColour">Version 10.x</a></li>
<li lang="objectivec-swift"><a href="{{ site.oc_release_notes_v9 }}ios-9.html" class="otherLinkColour">Version 9.x</a></li>
<li lang="objectivec-swift"><a href="{{ site.oc_release_notes_v9 }}ios-8.html" class="otherLinkColour">Version 8.x</a></li>
<li lang="objectivec-swift"><a href="{{ site.oc_release_notes_v9 }}ios-7.html" class="otherLinkColour">Version 7.6 and below</a></li>
</ul>
</li>
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li>
<li lang="objectivec-swift"><a href="{{ site.oc }}migrate-from-v10.html" class="otherLinkColour">Migrate from v10 to v11</a></li>
<li lang="objectivec-swift"><a href="{{ site.oc }}migrate-from-v9.html" class="otherLinkColour">Migrate from v9 to v11</a></li>
<li lang="objectivec-swift" class="category">OTHER EDITIONS</li>
<li lang="objectivec-swift"><a class="otherLinkColour">Choose a Language</a>
<ul>
<li><a target="_blank" href="{{ site.android }}" class="otherLinkColour refreshLink">Android (Java & Kotlin)</a></li>
<li><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
<li><a target="_blank" href="{{ site.dbr_react_native }}" class="otherLinkColour refreshLink">React Native</a></li>
<li><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Flutter</a></li>
<li><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
<li><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
<li><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
<li><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
<li><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>
</ul>
</li>