Skip to content

Commit 030a56c

Browse files
Merge pull request #78 from dynamsoft-docs/preview
update to internal commit c19fbe91
2 parents 9465e3e + 6742410 commit 030a56c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_includes/sidelist-programming/sidelist-parameter-reference.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<li><a href="{{ site.dcvb_parameters }}file/target-roi-definition/index.html" class="otherLinkColour">Target ROI Def</a>
1616
<ul>
1717
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
18+
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/enable-results-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
1819
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location.html" class="otherLinkColour">Location</a>
1920
<ul>
2021
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/location/reference-object-filter/index.html" class="otherLinkColour">ReferenceObjectFilter</a>

programming/cplusplus/api-reference/core/enum-error-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ typedef enum ErrorCode
182182
/** -50000~-59999: DDN error code. */
183183
/**No content has been detected. */
184184
EC_CONTENT_NOT_FOUND = -50056,
185-
/*The quardrilateral is invalid. */
185+
/*The quadrilateral is invalid. */
186186
EC_QUADRILATERAL_INVALID = -50057,
187187
/*[Document Normalizer] No license found.*/
188188
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,

programming/dotnet/api-reference/core/enum-error-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public enum EnumErrorCode
177177
/** -50000~-59999: DDN error code. */
178178
/**No content has been detected. */
179179
EC_CONTENT_NOT_FOUND = -50056,
180-
/*The quardrilateral is invalid. */
180+
/*The quadrilateral is invalid. */
181181
EC_QUADRILATERAL_INVALID = -50057,
182182
/*[Document Normalizer] No license found.*/
183183
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,

programming/python/api-reference/core/enum-error-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class EnumErrorCode(IntEnum):
206206
#[Label Recognizer] No license found.
207207
EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND = -40103
208208
#-50000~-59999: DDN error code
209-
#The quardrilateral is invalid
209+
#The quadrilateral is invalid
210210
EC_QUADRILATERAL_INVALID = -50057
211211
#[Document Normalizer] No license found.
212212
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058

0 commit comments

Comments
 (0)