-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathprogramming-android.html
More file actions
724 lines (708 loc) · 78.2 KB
/
Copy pathprogramming-android.html
File metadata and controls
724 lines (708 loc) · 78.2 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
722
723
724
<li lang="android" class="category">DEVELOPMENT</li>
<li lang="android" ><a href="{{ site.android }}user-guide/index.html" class="otherLinkColour">User Guide</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.android }}user-guide.html" class="otherLinkColour">Build your first APP</a></li>
<li lang="android" ><a href="{{ site.android }}user-guide/configure-barcode-scanner.html" class="otherLinkColour">Configure Barcode Scanner</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-barcode-formats.html" class="otherLinkColour">Specify Barcode Format</a></li>
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Switch Single & Multiple Scanning Modes</a></li>
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Additional Settings</a></li>
</ul>
</li>
<li lang="android" ><a class="otherLinkColour">Develop with Foundational APIs</a>
<ul lang="android">
<li lang="android" ><a href="{{ site.android }}foundational-guide.html" class="otherLinkColour">Build your APP with foundational APIs</a></li>
<li lang="android" ><a href="{{ site.android }}user-guide/explore-features/index.html" class="otherLinkColour">Explore Features</a>
<ul lang="android" >
<li lang="android" ><a class="otherLinkColour">Basic Features</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.features }}barcode-formats-and-count.html?lang=android" class="otherLinkColour">Specify barcode formats and count</a></li>
<li lang="android" ><a href="{{ site.features }}read-video-streaming-mobile.html?lang=android" class="otherLinkColour">Read barcode from video streaming</a></li>
<li lang="android" ><a href="{{ site.features }}barcode-scan-region-mobile.html?lang=android" class="otherLinkColour">Read a specific area/region</a></li>
<li lang="android" ><a href="{{ site.android }}ui-configurations.html" class="otherLinkColour">Customize the UI</a></li>
</ul>
</li>
<li lang="android" ><a class="otherLinkColour">Handle Different Scenarios</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.features }}read-inverted-barcodes.html?lang=android" class="otherLinkColour">Read inverted barcodes</a></li>
<li lang="android" ><a href="{{ site.features }}read-deformed-barcodes.html?lang=android" class="otherLinkColour">Read deformed barcodes</a></li>
<li lang="android" ><a href="{{ site.features }}read-incomplete-barcodes.html?lang=android" class="otherLinkColour">Read incomplete barcodes</a></li>
<li lang="android" ><a href="{{ site.features }}read-a-large-image.html?lang=android" class="otherLinkColour">Read barcodes from a large image</a></li>
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=android" class="otherLinkColour">Read barcodes with small module size</a></li>
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=android" class="otherLinkColour">Read images with imbalanced colors</a></li>
<li lang="android" ><a href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=android" class="otherLinkColour">Read images with uneven lighting</a></li>
<li lang="android" ><a href="{{ site.features }}read-images-with-texture.html?lang=android" class="otherLinkColour">Read images with texture</a></li>
<li lang="android" ><a href="{{ site.features }}read-images-with-lots-of-text.html?lang=android" class="otherLinkColour">Read images with lots of text</a></li>
<li lang="android" ><a href="{{ site.features }}read-dense-barcodes.html?lang=android" class="otherLinkColour">Read high-density QR Codes</a></li>
<li lang="android" ><a href="{{ site.features }}preprocess-images.html?lang=android" class="otherLinkColour">Preprocess images to read difficult barcodes</a></li>
<li lang="android" ><a href="{{ site.features }}use-region-predetection.html?lang=android" class="otherLinkColour">Pre-detect Region of Interest (ROI)</a></li>
</ul>
</li>
<li lang="android" ><a class="otherLinkColour">Barcode Results</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.features }}get-confidence-rotation.html?lang=android" class="otherLinkColour">Get barcode confidence and rotation</a></li>
<li lang="android" ><a href="{{ site.features }}get-barcode-location.html?lang=android" class="otherLinkColour">Get barcode location</a></li>
<li lang="android" ><a href="{{ site.features }}get-detailed-info.html?lang=android" class="otherLinkColour">Get detailed barcode information</a></li>
<li lang="android" ><a href="{{ site.features }}filter-and-sort.html?lang=android" class="otherLinkColour">Filter and sort decoding results</a></li>
</ul>
</li>
<li lang="android" ><a class="otherLinkColour">Advanced Features</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.features }}use-runtimesettings-or-templates.html?lang=android" class="otherLinkColour">Use RuntimeSettings or Templates</a></li>
<li lang="android" ><a href="{{ site.features }}use-format-specific-configuration.html?lang=android" class="otherLinkColour">Use format specific configurations</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a href="{{ site.android }}samples/index.html" class="otherLinkColour">Demo & Samples</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/index.html" class="otherLinkColour">BarcodeScanner APIs</a>
<ul lang="android">
<li lang="android"><a>Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/barcode-scanner-activity.html" class="otherLinkColour">BarcodeScannerActivity</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html" class="otherLinkColour">BarcodeScannerConfig</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/barcode-scan-result.html" class="otherLinkColour">BarcodeScanResult</a></li>
</ul>
</li>
<li lang="android"><a class="otherLinkColour">Enumerations</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/enum-result-status.html?lang=android" class="otherLinkColour">EnumResultStatus</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-scanner/enum-scanning-mode.html?lang=android" class="otherLinkColour">EnumScanningMode</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a href="{{ site.dbr_android_api }}" class="otherLinkColour">Foundational APIs</a>
<ul lang="android">
<li lang="android"><a>DynamsoftCaptureVisionRouter</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/constructors.html" class="otherLinkColour">Constructor and Destructor</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/single-file-processing.html" class="otherLinkColour">Single-File Processing</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/multiple-file-processing.html" class="otherLinkColour">Multiple-File Processing</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/settings.html" class="otherLinkColour">Settings</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/intermediate-result.html" class="otherLinkColour">Intermediate Result</a></li>
</ul>
</li>
<li lang="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/capture-vision-router-module.html" class="otherLinkColour">CaptureVisionRouterModule</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/captured-result-filter.html" class="otherLinkColour">CapturedResultFilter</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/captured-result.html" class="otherLinkColour">CapturedResult</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.html" class="otherLinkColour">IntermediateResultManager</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/intermediate-result-receiver.html" class="otherLinkColour">IntermediateResultReceiver</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li>
</ul>
</li>
<li lang="android"><a class="otherLinkColour">Interfaces</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/capture-state-listener.html" class="otherLinkColour">CaptureStateListener</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/image-source-state-listener.html" class="otherLinkColour">ImageSourceStateListener</a></li>
</ul>
</li>
<li lang="android"><a class="otherLinkColour">Enumerations</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/enum/capture-state.html?lang=android" class="otherLinkColour">CaptureState</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}capture-vision-router/enum/preset-template.html?lang=android" class="otherLinkColour">PresetTemplate</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a>DynamsoftBarcodeReader</a>
<ul lang="android">
<li lang="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-AztecDetails.html" class="otherLinkColour">AztecDetails</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-details.html" class="otherLinkColour">BarcodeDetails</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-reader-module.html" class="otherLinkColour">BarcodeReaderModule</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}candidate-barcode-zones-unit.html" class="otherLinkColour">CandidateBarcodeZonesUnit</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}candidate-barcode-zone.html" class="otherLinkColour">CandidateBarcodeZone</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}complemented-barcode-image-unit.html" class="otherLinkColour">ComplementedBarcodeImageUnit</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-DatamatrixDetails.html" class="otherLinkColour">DataMatrixDetails</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}decoded-barcode-element.html" class="otherLinkColour">DecodedBarcodeElement</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}decoded-barcodes-unit.html" class="otherLinkColour">DecodedBarcodesUnit</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}deformation-resisted-barcode-image-unit.html" class="otherLinkColour">DeformationResistedBarcodeImageUnit</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}deformation-resisted-barcode.html" class="otherLinkColour">DeformationResistedBarcode</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}eci-segment.html" class="otherLinkColour">ECISegment</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-ExtendedResult.html" class="otherLinkColour">ExtendedBarcodeResult</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}localized-barcodes-unit.html" class="otherLinkColour">LocalizedBarcodesUnit</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}localized-barcode-element.html" class="otherLinkColour">LocalizedBarcodesElement</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-OneDCodeDetails.html" class="otherLinkColour">OneDCodeDetails</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-PDF417Details.html" class="otherLinkColour">PDF417Details</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-QRCodeDetails.html" class="otherLinkColour">QRCodeDetails</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}scaled-up-barcode-image-unit.html" class="otherLinkColour">ScaledUpBarcodeImageUnit</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li>
</ul>
</li>
<li lang="android"><a>Enumerations</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dbr_android_api }}enum/barcode-format.html" class="otherLinkColour">BarcodeFormat</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}enum/deblur-mode.html" class="otherLinkColour">DeblurMode</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}enum/extended-barcode-result-type.html" class="otherLinkColour">ExtendedBarcodeResultType</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}enum/localization-mode.html" class="otherLinkColour">LocalizationMode</a></li>
<li lang="android"><a href="{{ site.dbr_android_api }}enum/qr-code-error-correction-level.html" class="otherLinkColour">QRCodeErrorCorrectionLevel</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a>DynamsoftCore</a>
<ul lang="android">
<li lang="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcv_android_api }}core/intermediate-results/auxiliary-region-element.html" class="otherLinkColour">AuxiliaryRegionElement</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/binary-image-unit.html" class="otherLinkColour">BinaryImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/captured-result-base.html" class="otherLinkColour">CapturedResultBase</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html" class="otherLinkColour">CapturedResultItem</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/colour-image-unit.html" class="otherLinkColour">ColourImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/contours-unit.html" class="otherLinkColour">ContoursUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/contour.html" class="otherLinkColour">Contour</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/core-module.html" class="otherLinkColour">CoreModule</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/corner.html" class="otherLinkColour">Corner</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/rect.html" class="otherLinkColour">DSRect</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/edge.html" class="otherLinkColour">Edge</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/enhanced-grayscale-image-unit.html" class="otherLinkColour">EnhancedGrayscaleImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/file-image-tag.html" class="otherLinkColour">FileImageTag</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/grayscale-image-unit.html" class="otherLinkColour">GrayscaleImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/image-data.html" class="otherLinkColour">ImageData</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/image-source-adapter.html" class="otherLinkColour">ImageSourceAdapter</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/image-tag.html" class="otherLinkColour">ImageTag</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/intermediate-result-extra-info.html" class="otherLinkColour">IntermediateResultExtraInfo</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/intermediate-result-unit.html" class="otherLinkColour">IntermediateResultUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/intermediate-result.html" class="otherLinkColour">IntermediateResult</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/line-segments-unit.html" class="otherLinkColour">LineSegmentsUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/line-segment.html" class="otherLinkColour">LineSegment</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/observation-parameters.html" class="otherLinkColour">ObservationParameters</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/original-image-result-item.html" class="otherLinkColour">OriginalImageResultItem</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/predetected-region-element.html" class="otherLinkColour">PredetectedRegionElement</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/predetected-regions-unit.html" class="otherLinkColour">PredetectedRegionsUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/region-object-element.html" class="otherLinkColour">RegionObjectElement</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/scaled-down-colour-image-unit.html" class="otherLinkColour">ScaledColourImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/short-lines-unit.html" class="otherLinkColour">ShortLinesUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/text-removed-binary-image-unit.html" class="otherLinkColour">TextRemovedBinaryImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/texture-detection-result-unit.html" class="otherLinkColour">TextureDetectionResultUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/texture-removed-binary-image-unit.html" class="otherLinkColour">TextureRemovedBinaryImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/texture-removed-grayscale-image-unit.html" class="otherLinkColour">TextureRemovedGrayscaleImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/text-zones-unit.html" class="otherLinkColour">TextZonesUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/transformed-grayscale-image-unit.html" class="otherLinkColour">TransformedGrayscaleImageUnit</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/vector4.html" class="otherLinkColour">Vector4</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/video-frame-tag.html" class="otherLinkColour">VideoFrameTag</a></li>
</ul>
</li>
<li lang="android"><a class="otherLinkColour">Interfaces</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/image-source-error-listener.html" class="otherLinkColour">ImageSourceErrorListener</a></li>
</ul>
</li>
<li lang="android"><a>Enumerations</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/buffer-overflow-protection-mode.html?lang=android" class="otherLinkColour">BufferOverflowProtectionMode</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/captured-result-item-type.html?lang=android" class="otherLinkColour">CapturedResultItemType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/colour-channel-usage-type.html?lang=android" class="otherLinkColour">ColourChannelUsageType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/corner-type.html?lang=android" class="otherLinkColour">CornerType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/error-code.html?lang=android" class="otherLinkColour">ErrorCode</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/grayscale-enhancement-mode.html?lang=android" class="otherLinkColour">GrayscaleEnhancementMode</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/grayscale-transformation-mode.html?lang=android" class="otherLinkColour">GrayscaleTransformationMode</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/image-capture-distance-mode.html?lang=android" class="otherLinkColour">ImageCaptureDistanceMode</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/image-file-format.html?lang=android" class="otherLinkColour">ImageFileFormat</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/image-pixel-format.html?lang=android" class="otherLinkColour">ImagePixelFormat</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/image-source-state.html?lang=android" class="otherLinkColour">ImageSourceState</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/image-tag-type.html?lang=android" class="otherLinkColour">ImageTagType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/intermediate-result-unit-type.html?lang=android" class="otherLinkColour">IntermediateResultUnitType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/log-mode.html?lang=android" class="otherLinkColour">LogMode</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/region-object-element-type.html?lang=android" class="otherLinkColour">RegionObjectElementType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/section-type.html?lang=android" class="otherLinkColour">SectionType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/transform-matrix-type.html?lang=android" class="otherLinkColour">TransformMatrixType</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}core/enum/video-frame-quality.html?lang=android" class="otherLinkColour">VideoFrameQuality</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a>DynamsoftLicense</a>
<ul lang="android">
<li lang="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-module.html" class="otherLinkColour">LicenseModule</a></li>
</ul>
</li>
<li lang="android"><a class="otherLinkColour">Interfaces</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-verification-listener.html" class="otherLinkColour">LicenseVerificationListener</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a>DynamsoftUtility</a>
<ul lang="android">
<li lang="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcv_android_api }}utility/cross-verification-criteria.html" class="otherLinkColour">CrossVerificationCriteria</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/directory-fetcher.html" class="otherLinkColour">DirectoryFetcher</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/file-fetcher.html" class="otherLinkColour">FileFetcher</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-io.html" class="otherLinkColour">ImageIO</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-processor.html" class="otherLinkColour">ImageProcessor</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">ProactiveImageSourceAdapter</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/utility-exception.html" class="otherLinkColour">UtilityException</a></li>
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/utility-module.html" class="otherLinkColour">UtilityModule</a></li>
</ul>
</li>
<li lang="android"><a>Enumerations</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/enum/filter-type.html" class="otherLinkColour">EnumFilterType</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a>DynamsoftIdentityUtility</a>
<ul lang="android">
<li lang="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcvb_android_api }}identity-utility/identity-processor.html" class="otherLinkColour">IdentityProcessor</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a>DynamsoftCodeParser</a>
<ul lang="android">
<li lang="android"><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="android"><a class="otherLinkColour">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcp_android_api }}code-parser.html" class="otherLinkColour">CodeParser</a></li>
<li lang="android"><a href="{{ site.dcp_android_api }}code-parser-module.html" class="otherLinkColour">CodeParserModule</a></li>
<li lang="android"><a href="{{ site.dcp_android_api }}parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
<li lang="android"><a href="{{ site.dcp_android_api }}parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
</ul>
</li>
<li lang="android"><a>Enumerations</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dcp_android_api }}enum/code-type.html?lang=android" class="otherLinkColour">CodeType</a></li>
<li lang="android"><a href="{{ site.dcp_android_api }}enum/mapping-status.html?lang=android" class="otherLinkColour">MappingStatus</a></li>
<li lang="android"><a href="{{ site.dcp_android_api }}enum/validation-status.html?lang=android" class="otherLinkColour">ValiadtionStatus</a></li>
</ul>
</li>
</ul>
</li>
<li lang="android"><a href="{{ site.dce_android }}api-reference.html" class="otherLinkColour">DynamsoftCameraEnhancer</a>
<ul lang="android">
<li lang="android"><a style="cursor:pointer;color:#3c3c3c">Classes</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingitem-arc.html" class="otherLinkColour">ArcDrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android }}primary-api/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/camera-enhancer-module.html" class="otherLinkColour">CameraEnhancerModule</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/dcecameraview.html" class="otherLinkColour">CameraView</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/capabilities.html" class="otherLinkColour">Capabilities</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingitem.html" class="otherLinkColour">DrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/dcedrawinglayer.html" class="otherLinkColour">DrawingLayer</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingstylemanager.html" class="otherLinkColour">DrawingStyleManager</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingstyle.html" class="otherLinkColour">DrawingStyle</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/dcefeedback.html" class="otherLinkColour">Feedback</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/dceimageeditorview.html" class="otherLinkColour">ImageEditorView</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingitem-line.html" class="otherLinkColour">LineDrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/note.html" class="otherLinkColour">Note</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingitem-quad.html" class="otherLinkColour">QuadDrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingitem-rect.html" class="otherLinkColour">RectDrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/drawingitem-text.html" class="otherLinkColour">TextDrawingItem</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/tip-config.html" class="otherLinkColour">TipConfig</a></li>
</ul>
</li>
<li lang="android"><a style="cursor:pointer;color:#3c3c3c">Interfaces</a>
<ul lang="android">
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-dcecamerastatelistener.html" class="otherLinkColour">CameraStateListener</a></li>
<li lang="android"><a href="{{ site.dce_android_api }}auxiliary-api/interface-click-listener.html" class="otherLinkColour">DrawingItemClickListener</a></li>
<li lang="android"><a href="{{ site.dce_android_api }}auxiliary-api/interface-focus-listener.html" class="otherLinkColour">FocusListener</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-dcephotolistener.html" class="otherLinkColour">PhotoListener</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-dceframelistener.html" class="otherLinkColour">VideoFrameListener</a></li>
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-zoomfactorchangelistener.html" class="otherLinkColour">ZoomFactorChangeListener</a></li>
</ul>
</li>
<li lang="android" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.dce_android}}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/camera-state.html" class="otherLinkColour">EnumCameraState</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/coordinate-base.html" class="otherLinkColour">EnumCoordinateBase</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/drawing-item-media-type.html" class="otherLinkColour">EnumDrawingItemMediaType</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/drawing-item-state.html" class="otherLinkColour">EnumDrawingItemState</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/enhanced-features.html" class="otherLinkColour">EnumEnhancedFeatures</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
<li lang="android" ><a href="{{ site.dce_android}}enum/resolution.html" class="otherLinkColour">EnumResolution</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="android" ><a href="{{ site.android_faq }}" class="otherLinkColour">FAQ</a></li>
<li lang="android" class="category">UNDERSTANDING DBR</li>
<li lang="android"><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="android"><a href="{{ site.dcvb_parameters }}file/index.html" class="otherLinkColour">Parameters</a>
<ul>
<li lang="android"><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="android"><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="android"><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="android"><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="android"><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="android"><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="android"><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="android"><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="android"><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="android"><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="android"><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="android" class="category">USEFUL RESOURCES</li>
<li lang="android" ><a href="{{ site.android_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul lang="android" >
<li lang="android" ><a href="{{ site.android_release_notes }}android-11.html" class="otherLinkColour">Version 11.x</a></li>
<li lang="android" ><a href="{{ site.android_release_notes_v10 }}android-10.html" class="otherLinkColour">Version 10.x</a></li>
<li lang="android" ><a href="{{ site.android_release_notes_v9 }}android-9.html" class="otherLinkColour">Version 9.x</a></li>
<li lang="android" ><a href="{{ site.android_release_notes_v9 }}android-8.html" class="otherLinkColour">Version 8.x</a></li>
<li lang="android" ><a href="{{ site.android_release_notes_v9 }}android-7.html" class="otherLinkColour">Version 7.6.1 and below</a></li>
</ul>
</li>
<li lang="android" ><a href="{{ site.android }}user-guide/license-activation.html" class="otherLinkColour">License Initialization</a></li>
<li lang="android" ><a href="{{ site.android }}migrate-from-v10.html" class="otherLinkColour">Migrate from v10 to v11</a></li>
<li lang="android" ><a href="{{ site.android }}migrate-from-v9.html" class="otherLinkColour">Migrate from v9 to v11</a></li>
<li lang="android" class="category">OTHER EDITIONS</li>
<li lang="android"><a class="otherLinkColour">Choose a Language</a>
<ul>
<li><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">iOS (Objective-C & Swift)</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>