-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathprogramming-react-native.html
More file actions
547 lines (542 loc) · 54.8 KB
/
programming-react-native.html
File metadata and controls
547 lines (542 loc) · 54.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
<li lang="react-native" class="category">DEVELOPMENT</li>
<li lang="react-native"><a style="cursor:pointer;color:#3c3c3c">User Guide</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour" href="{{ site.dbr_react_native }}user-guide.html" style="cursor:pointer;color:#3c3c3c">Build Your First App</a></li>
<li lang="react-native"><a class="otherLinkColour" href="{{ site.dbr_react_native }}foundational-user-guide.html" style="cursor:pointer;color:#3c3c3c">Build Your App with Foundational APIs</a></li>
<li lang="react-native"><a class="otherLinkColour" href="{{ site.dbr_react_native }}expo-guide.html" style="cursor:pointer;color:#3c3c3c">Build Your App with Expo</a></li>
<!-- <li lang="react-native"><a class="otherLinkColour" href="{{ site.dbr_react_native }}driver-license-user-guide.html" style="cursor:pointer;color:#3c3c3c">Driver License Guide</a></li> -->
</ul>
</li>
<li lang="react-native"><a style="cursor:pointer;color:#3c3c3c">Explore Features</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour" href="{{ site.dbr_react_native }}explore-features/ui-customization.html" style="cursor:pointer;color:#3c3c3c">UI Customization</a></li>
</ul>
</li>
<li lang="react-native"><a href="{{ site.dbr_react_native }}samples/index.html" class="otherLinkColour">Demo & Samples</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-scanner/index.html" style="cursor:pointer;color:#3c3c3c" class="otherLinkColour">BarcodeScanner APIs</a>
<ul lang="react-native">
<li lang="react-native"><a>Classes</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-scanner/barcode-scanner.html" class="otherLinkColour">BarcodeScanner</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-scanner/barcode-scanner-config.html" class="otherLinkColour">BarcodeScannerConfig</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-scanner/barcode-scan-result.html" class="otherLinkColour">BarcodeScanResult</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-scanner/enum/result-status.html" class="otherLinkColour">EnumResultStatus</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-scanner/enum/scanning-mode.html" class="otherLinkColour">EnumScanningMode</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}" class="otherLinkColour">Foundational APIs</a>
<ul lang="react-native">
<li lang="react-native"><a>CaptureVisionRouter</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour">Classes</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/intermediate-result-manager.html" class="otherLinkColour">IntermediateResultManager</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Interfaces</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/captured-result-filter.html" class="otherLinkColour">CapturedResultFilter</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/captured-result.html" class="otherLinkColour">CapturedResult</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}capture-vision-router/enum/preset-template.html" class="otherLinkColour">EnumPresetTemplate</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a>Core</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour">Classes</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/image-source-adapter.html" class="otherLinkColour">ImageSourceAdapter</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Interfaces</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/captured-result-base.html" class="otherLinkColour">CapturedResultBase</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/captured-result-item.html" class="otherLinkColour">CapturedResultItem</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/dsrect.html" class="otherLinkColour">DSRect</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/image-data.html" class="otherLinkColour">ImageData</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/point.html" class="otherLinkColour">Point</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/enum/captured-result-item-type.html" class="otherLinkColour">EnumCapturedResultItemType</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/enum/colour-channel-usage-type.html" class="otherLinkColour">EnumColourChannelUsageType</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/enum/cross-verification-status.html" class="otherLinkColour">EnumCrossVerificationStatus</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/enum/grayscale-enhancement-mode.html" class="otherLinkColour">EnumGrayscaleEnhancementMode</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/enum/grayscale-transformation-mode.html" class="otherLinkColour">EnumGrayscaleTransformationMode</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}core/enum/image-pixel-format.html" class="otherLinkColour">EnumImagePixelFormat</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a>BarcodeReader</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour">Interfaces</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/aztec-details.html" class="otherLinkColour">AztecDetails</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/datamatrix-details.html" class="otherLinkColour">DataMatrixDetails</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/oned-details.html" class="otherLinkColour">OneDCodeDetails</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/pdf417-details.html" class="otherLinkColour">PDF417Details</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/qr-code-details.html" class="otherLinkColour">QRCodeDetails</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li>
</ul>
</li>
<li lang="react-native"><a>Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/enum/barcode-format.html" class="otherLinkColour">EnumBarcodeFormat</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/enum/deblur-mode.html" class="otherLinkColour">EnumDeblurMode</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/enum/localization-mode.html" class="otherLinkColour">EnumLocalizationMode</a></li>
<li lang="react-native"><a href="{{ site.dbr_react_native_api }}barcode-reader/enum/qr-code-correction.html" class="otherLinkColour">EnumQRCodeErrorCorrectionLevel</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a>CameraEnhancer</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour">Classes</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dce_react_native_api }}camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}camera-view.html" class="otherLinkColour">CameraView</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}feedback.html" class="otherLinkColour">FeedBack</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}image-editor-view.html" class="otherLinkColour">ImageEditorView</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dce_react_native_api }}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}enum/drawing-layer-id.html" class="otherLinkColour">EnumDrawingLayerId</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}enum/enhanced-features-camera.html" class="otherLinkColour">EnumEnhancedFeatures</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}enum/focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
<li lang="react-native"><a href="{{ site.dce_react_native_api }}enum/resolution.html" class="otherLinkColour">EnumResolution</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a>CodeParser</a>
<ul lang="react-native">
<li lang="react-native"><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="react-native"><a class="otherLinkColour">Interfaces</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcp_react_native_api }}parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
<li lang="react-native"><a href="{{ site.dcp_react_native_api }}parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
<li lang="react-native"><a href="{{ site.dcp_react_native_api }}parsed-field.html" class="otherLinkColour">ParsedField</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcp_react_native_api }}enum/mapping-status.html" class="otherLinkColour">EnumMappingStatus</a></li>
<li lang="react-native"><a href="{{ site.dcp_react_native_api }}enum/validation-status.html" class="otherLinkColour">EnumValidationStatus</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a>License</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour">Classes</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}license/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
</ul>
</li>
</ul>
</li>
<li lang="react-native"><a>Utility</a>
<ul lang="react-native">
<li lang="react-native"><a class="otherLinkColour">Classes</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}utility/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}utility/image-io.html" class="otherLinkColour">ImageIO</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}utility/image-processor.html" class="otherLinkColour">ImageProcessor</a></li>
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}utility/multi-frame-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li>
</ul>
</li>
<li lang="react-native"><a class="otherLinkColour">Enumerations</a>
<ul lang="react-native">
<li lang="react-native"><a href="{{ site.dcv_react_native_api }}utility/enum/filter-type.html" class="otherLinkColour">EnumFilterType</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li lang="react-native" class="category">UNDERSTANDING DBR</li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}" class="otherLinkColour">Architecture</a>
<ul>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}input.html" class="otherLinkColour">Input</a></li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}image-processing/index.html" class="otherLinkColour">Image Processing</a>
<ul>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}image-processing/region-predetection.html" class="otherLinkColour">Region Pre-detection</a></li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}image-processing/shared-detection.html" class="otherLinkColour">Shared Detection</a></li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}image-processing/barcode-localization.html" class="otherLinkColour">Barcode Localization</a></li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}image-processing/barcode-decoding.html" class="otherLinkColour">Barcode Decoding</a></li>
</ul>
</li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}semantic-processing.html" class="otherLinkColour">Semantic Processing</a></li>
<li lang="react-native"><a href="{{ site.dcvb_architecture }}output.html" class="otherLinkColour">Output</a></li>
</ul>
</li>
<li lang="react-native"><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="react-native"><a href="{{ site.dcvb_parameters }}file/index.html" class="otherLinkColour">Parameters</a>
<ul>
<li><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><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><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><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><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><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><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><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/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/find-uneven-module-barcode.html" class="otherLinkColour">FindUnevenModuleBarcode</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><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><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter/max-total-image-dimension.html" class="otherLinkColour">MaxTotalImageDimension</a></li>
</ul>
</li>
<li><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="react-native" class="category">USEFUL RESOURCES</li>
<li lang="react-native" ><a href="{{ site.dbr_react_native }}release-notes/" class="otherLinkColour">Release Notes</a>
<ul lang="react-native" >
<li lang="react-native" ><a href="{{ site.dbr_react_native }}release-notes/react-native-11.html" class="otherLinkColour">Version 11.x</a></li>
</ul>
</li>
<li lang="react-native" ><a href="{{ site.dbr_react_native }}license-activation.html" class="otherLinkColour">License Initialization</a></li>
<li lang="react-native"><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.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_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>