Skip to content

Commit 9d34981

Browse files
update to internal commit 153d892d
1 parent d6c5525 commit 9d34981

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376
<li><a href="{{ site.parameter }}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
377377
<ul>
378378
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
379+
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/enable-result-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
379380
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
380381
<ul>
381382
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/location/reference-object-filter/index.html" class="otherLinkColour">ReferenceObjectFilter</a>

_includes/sidelist-programming/programming-ios.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@
380380
<li><a href="{{ site.parameter }}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
381381
<ul>
382382
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
383+
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/enable-result-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
383384
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
384385
<ul>
385386
<li><a href="{{ site.dcv_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
@@ -255,6 +255,7 @@
255255
<li><a href="{{ site.parameter }}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
256256
<ul>
257257
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
258+
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/enable-result-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
258259
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
259260
<ul>
260261
<li><a href="{{ site.dcv_parameters_reference }}target-roi-def/location/reference-object-filter/index.html" class="otherLinkColour">ReferenceObjectFilter</a>

programming/android/api-reference/capture-vision-router/auxiliary-classes/captured-result.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ The `CapturedResult` class represents the result of a capture operation on an im
1616
>
1717
> - [DecodedBarcodesResult]({{ site.dbr_android_api }}decoded-barcodes-result.html)
1818
> - [RecognizedTextLinesResult]({{ site.dlr_android_api }}recognized-text-lines-result.html)
19-
> - [ProcessedDocumentResult]({{ site.ddn_android_api }}detected-quads-result.html)
20-
> - [NormalizedImagesResult]({{ site.ddn_android_api }}normalized-images-result.html)
19+
> - [ProcessedDocumentResult]({{ site.ddn_android_api }}processed-document-result.html)
2120
> - [ParsedResults]({{ site.dcp_android_api }}parsed-result.html)
2221
2322
## Definition
@@ -96,7 +95,7 @@ ProcessedDocumentResult getProcessedDocumentResult();
9695

9796
**Return Value**
9897

99-
A [`ProcessedDocumentResult`]({{ site.ddn_android_api }}detected-quads-result.html) object. It consists of:
98+
A [`ProcessedDocumentResult`]({{ site.ddn_android_api }}processed-document-result.html) object. It consists of:
10099

101100
- [`DeskewedImageResultItem`]({{ site.ddn_android_api }}deskewed-image-result-item.html)
102101
- [`DetectedQuadResultItem`]({{ site.ddn_android_api }}detected-quad-result-item.html)

0 commit comments

Comments
 (0)