|
10 | 10 | <li lang="flutter"><a style="cursor:pointer;color:#3c3c3c">Explore Features</a> |
11 | 11 | <ul lang="flutter"> |
12 | 12 | <li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/ui-customization.html" style="cursor:pointer;color:#3c3c3c">UI Customization</a></li> |
| 13 | + <li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/advanced-features.html" style="cursor:pointer;color:#3c3c3c">Advanced Features</a></li> |
13 | 14 | </ul> |
14 | 15 | </li> |
15 | 16 | <li lang="flutter"><a href="{{ site.dbr_flutter }}samples/index.html" class="otherLinkColour">Demo & Samples</a></li> |
|
35 | 36 | <ul lang="flutter"> |
36 | 37 | <li lang="flutter"><a>Classes</a> |
37 | 38 | <ul lang="flutter"> |
38 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li> |
39 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li> |
40 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/captured-result.html" class="otherLinkColour">CapturedResult</a></li> |
41 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li> |
42 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li> |
43 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li> |
44 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-view.html" class="otherLinkColour">CameraView</a></li> |
45 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/torch-button.html" class="otherLinkColour">TorchButton</a></li> |
46 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/feedback.html" class="otherLinkColour">FeedBack</a></li> |
47 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/license-manager.html" class="otherLinkColour">LicenseManager</a></li> |
48 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result.html" class="otherLinkColour">ParsedResult</a></li> |
49 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li> |
50 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-field.html" class="otherLinkColour">ParsedField</a></li> |
51 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li> |
52 | | - <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li> |
| 39 | + <li lang="flutter"><a>Core Capture Vision</a> |
| 40 | + <ul lang="flutter"> |
| 41 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li> |
| 42 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li> |
| 43 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/captured-result.html" class="otherLinkColour">CapturedResult</a></li> |
| 44 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li> |
| 45 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/multi-frame-result-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li> |
| 46 | + </ul> |
| 47 | + </li> |
| 48 | + <li lang="flutter"><a>Barcode Results</a> |
| 49 | + <ul lang="flutter"> |
| 50 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li> |
| 51 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li> |
| 52 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li> |
| 53 | + </ul> |
| 54 | + </li> |
| 55 | + <li lang="flutter"><a>Barcode Format Details</a> |
| 56 | + <ul lang="flutter"> |
| 57 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/aztec-details.html" class="otherLinkColour">AztecDetails</a></li> |
| 58 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/datamatrix-details.html" class="otherLinkColour">DataMatrixDetails</a></li> |
| 59 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/oned-details.html" class="otherLinkColour">OneDCodeDetails</a></li> |
| 60 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/pdf417-details.html" class="otherLinkColour">PDF417Details</a></li> |
| 61 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/qr-code-details.html" class="otherLinkColour">QRCodeDetails</a></li> |
| 62 | + </ul> |
| 63 | + </li> |
| 64 | + <li lang="flutter"><a>Camera & View Components</a> |
| 65 | + <ul lang="flutter"> |
| 66 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li> |
| 67 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-view.html" class="otherLinkColour">CameraView</a></li> |
| 68 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-toggle-button.html" class="otherLinkColour">CameraToggleButton</a></li> |
| 69 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/torch-button.html" class="otherLinkColour">TorchButton</a></li> |
| 70 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/feedback.html" class="otherLinkColour">FeedBack</a></li> |
| 71 | + </ul> |
| 72 | + </li> |
| 73 | + <li lang="flutter"><a>Parsing Results</a> |
| 74 | + <ul lang="flutter"> |
| 75 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-result.html" class="otherLinkColour">ParsedResult</a></li> |
| 76 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li> |
| 77 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-field.html" class="otherLinkColour">ParsedField</a></li> |
| 78 | + </ul> |
| 79 | + </li> |
| 80 | + <li lang="flutter"><a>Image Processing</a> |
| 81 | + <ul lang="flutter"> |
| 82 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-data.html" class="otherLinkColour">ImageData</a></li> |
| 83 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li> |
| 84 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-io.html" class="otherLinkColour">ImageIO</a></li> |
| 85 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-processor.html" class="otherLinkColour">ImageProcessor</a></li> |
| 86 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/intermediate-result-manager.html" class="otherLinkColour">IntermediateResultManager</a></li> |
| 87 | + </ul> |
| 88 | + </li> |
| 89 | + <li lang="flutter"><a>Utilities</a> |
| 90 | + <ul lang="flutter"> |
| 91 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/dsrect.html" class="otherLinkColour">DSRect</a></li> |
| 92 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/license-manager.html" class="otherLinkColour">LicenseManager</a></li> |
| 93 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li> |
| 94 | + </ul> |
| 95 | + </li> |
53 | 96 | </ul> |
54 | 97 | </li> |
55 | 98 | <li lang="flutter"><a class="otherLinkColour">Enumerations</a> |
|
58 | 101 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/preset-template.html" class="otherLinkColour">EnumPresetTemplate</a></li> |
59 | 102 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/localization-mode.html" class="otherLinkColour">EnumLocalizationMode</a></li> |
60 | 103 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/deblur-mode.html" class="otherLinkColour">EnumDeblurMode</a></li> |
| 104 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/colour-channel.html" class="otherLinkColour">EnumColourChannel</a></li> |
61 | 105 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/grayscale-enhancement-mode.html" class="otherLinkColour">EnumGrayscaleEnhancementMode</a></li> |
62 | 106 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/grayscale-transformation-mode.html" class="otherLinkColour">EnumGrayscaleTransformationMode</a></li> |
63 | 107 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/captured-result-item-type.html" class="otherLinkColour">EnumCapturedResultItemType</a></li> |
|
66 | 110 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li> |
67 | 111 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/enhanced-features-camera.html" class="otherLinkColour">EnumEnhancedFeatures</a></li> |
68 | 112 | <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/drawing-layer-id.html" class="otherLinkColour">EnumDrawingLayerId</a></li> |
| 113 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/filter-type.html" class="otherLinkColour">EnumFilterType</a></li> |
| 114 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li> |
| 115 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/image-pixel-format.html" class="otherLinkColour">EnumImagePixelFormat</a></li> |
| 116 | + <li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/qr-code-correction.html" class="otherLinkColour">EnumQRCodeCorrection</a></li> |
69 | 117 | </ul> |
70 | 118 | </li> |
71 | 119 | </ul> |
|
0 commit comments