File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
_includes/sidelist-programming
cplusplus/api-reference/core
dotnet/api-reference/core
python/api-reference/core Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments