diff --git a/_includes/sidelist-programming/sidelist-parameter-reference.html b/_includes/sidelist-programming/sidelist-parameter-reference.html
index eb09976..714d55c 100644
--- a/_includes/sidelist-programming/sidelist-parameter-reference.html
+++ b/_includes/sidelist-programming/sidelist-parameter-reference.html
@@ -15,6 +15,7 @@
Target ROI Def
- BaseTargetROIDefName
+ - EnableResultsDeduplication
- Location
- ReferenceObjectFilter
diff --git a/programming/cplusplus/api-reference/core/enum-error-code.md b/programming/cplusplus/api-reference/core/enum-error-code.md
index 40e9fc9..8dd7d37 100644
--- a/programming/cplusplus/api-reference/core/enum-error-code.md
+++ b/programming/cplusplus/api-reference/core/enum-error-code.md
@@ -182,7 +182,7 @@ typedef enum ErrorCode
/** -50000~-59999: DDN error code. */
/**No content has been detected. */
EC_CONTENT_NOT_FOUND = -50056,
- /*The quardrilateral is invalid. */
+ /*The quadrilateral is invalid. */
EC_QUADRILATERAL_INVALID = -50057,
/*[Document Normalizer] No license found.*/
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,
diff --git a/programming/dotnet/api-reference/core/enum-error-code.md b/programming/dotnet/api-reference/core/enum-error-code.md
index cd53a6f..d6a6038 100644
--- a/programming/dotnet/api-reference/core/enum-error-code.md
+++ b/programming/dotnet/api-reference/core/enum-error-code.md
@@ -177,7 +177,7 @@ public enum EnumErrorCode
/** -50000~-59999: DDN error code. */
/**No content has been detected. */
EC_CONTENT_NOT_FOUND = -50056,
- /*The quardrilateral is invalid. */
+ /*The quadrilateral is invalid. */
EC_QUADRILATERAL_INVALID = -50057,
/*[Document Normalizer] No license found.*/
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,
diff --git a/programming/python/api-reference/core/enum-error-code.md b/programming/python/api-reference/core/enum-error-code.md
index 37d81cb..364016c 100644
--- a/programming/python/api-reference/core/enum-error-code.md
+++ b/programming/python/api-reference/core/enum-error-code.md
@@ -206,7 +206,7 @@ class EnumErrorCode(IntEnum):
#[Label Recognizer] No license found.
EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND = -40103
#-50000~-59999: DDN error code
- #The quardrilateral is invalid
+ #The quadrilateral is invalid
EC_QUADRILATERAL_INVALID = -50057
#[Document Normalizer] No license found.
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058