Skip to content

Commit 8f2260c

Browse files
update to internal commit 8482a4d1
1 parent 527946f commit 8f2260c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
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>

_includes/sidelist-programming/programming-maui.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
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>

_includes/sidelist-programming/programming-oc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@
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>

programming/android/api-reference/auxiliary-QRCodeDetails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)