File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
_includes/sidelist-programming
programming/android/api-reference Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 384384 < li lang ="android "> < a href ="{{ site.dcvb_parameters }}file/target-roi-definition/index.html " class ="otherLinkColour "> TargetROIDef Object</ a >
385385 < ul >
386386 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html " class ="otherLinkColour "> BaseTargetROIDefName</ a > </ li >
387+ < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/enable-result-deduplication.html " class ="otherLinkColour "> EnableResultsDeduplication</ a > </ li >
387388 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location.html " class ="otherLinkColour "> Location</ a >
388389 < ul >
389390 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html " class ="otherLinkColour "> ReferenceObjectFilter</ a >
Original file line number Diff line number Diff line change 240240 < li > < a href ="{{ site.dcvb_parameters }}file/target-roi-definition/index.html " class ="otherLinkColour "> TargetROIDef Object</ a >
241241 < ul >
242242 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html " class ="otherLinkColour "> BaseTargetROIDefName</ a > </ li >
243+ < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/enable-result-deduplication.html " class ="otherLinkColour "> EnableResultsDeduplication</ a > </ li >
243244 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location.html " class ="otherLinkColour "> Location</ a >
244245 < ul >
245246 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html " class ="otherLinkColour "> ReferenceObjectFilter</ a >
Original file line number Diff line number Diff line change 382382 < li lang ="objectivec-swift "> < a href ="{{ site.dcvb_parameters }}file/target-roi-definition/index.html " class ="otherLinkColour "> TargetROIDef Object</ a >
383383 < ul >
384384 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html " class ="otherLinkColour "> BaseTargetROIDefName</ a > </ li >
385+ < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/enable-result-deduplication.html " class ="otherLinkColour "> EnableResultsDeduplication</ a > </ li >
385386 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location.html " class ="otherLinkColour "> Location</ a >
386387 < ul >
387388 < li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html " class ="otherLinkColour "> ReferenceObjectFilter</ a >
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ class QRCodeDetails extends BarcodeDetails
3737| [`getPage`](#getpage) | Returns the position of the particular symbol in the structured append format of the QR Code .|
3838| [`getTotalPage`](#gettotalpage) | Returns the total number of symbols to be concatenated int the structured append format of the QR Code .|
3939| [`getParityData`](#getparitydata) | Returns the Parity Data of the QR Code .|
40- | [`getDataMaskPattern`](#getdatamaskpattern) | |
41- | [`getCodewords`](#getcodewords) | |
40+ | [`getDataMaskPattern`](#getdatamaskpattern) | Gets the data mask pattern reference for QR Code symbols. |
41+ | [`getCodewords`](#getcodewords) | Gets the codewords of the QR Code . |
4242
4343### QRCodeDetails
4444
You can’t perform that action at this time.
0 commit comments