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 15
15
< li > < a href ="{{ site.dcvb_parameters }}file/target-roi-definition/index.html " class ="otherLinkColour "> Target ROI Def</ a >
16
16
< ul >
17
17
< 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 >
18
19
< li > < a href ="{{ site.dcvb_parameters_reference }}target-roi-def/location.html " class ="otherLinkColour "> Location</ a >
19
20
< ul >
20
21
< 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
182
182
/** -50000~-59999: DDN error code. */
183
183
/**No content has been detected. */
184
184
EC_CONTENT_NOT_FOUND = -50056,
185
- /*The quardrilateral is invalid. */
185
+ /*The quadrilateral is invalid. */
186
186
EC_QUADRILATERAL_INVALID = -50057,
187
187
/*[Document Normalizer] No license found.*/
188
188
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public enum EnumErrorCode
177
177
/** -50000~-59999: DDN error code. */
178
178
/** No content has been detected. */
179
179
EC_CONTENT_NOT_FOUND = - 50056 ,
180
- /* The quardrilateral is invalid. */
180
+ /* The quadrilateral is invalid. */
181
181
EC_QUADRILATERAL_INVALID = - 50057 ,
182
182
/* [Document Normalizer] No license found.*/
183
183
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = - 50058 ,
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ class EnumErrorCode(IntEnum):
206
206
# [Label Recognizer] No license found.
207
207
EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND = - 40103
208
208
# -50000~-59999: DDN error code
209
- # The quardrilateral is invalid
209
+ # The quadrilateral is invalid
210
210
EC_QUADRILATERAL_INVALID = - 50057
211
211
# [Document Normalizer] No license found.
212
212
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = - 50058
You can’t perform that action at this time.
0 commit comments