diff --git a/parameters/reference/barcode-reader-task-settings/deblur-modes.md b/parameters/reference/barcode-reader-task-settings/deblur-modes.md
index b0c7ef0..353378e 100644
--- a/parameters/reference/barcode-reader-task-settings/deblur-modes.md
+++ b/parameters/reference/barcode-reader-task-settings/deblur-modes.md
@@ -102,7 +102,7 @@ The mode arguments of the deblur mode object are shown as follow:
- Range Each element is the name of a `CaptureVisionModel` object.
+ | Range Each element is the name of a `CaptureVisionModel` object. Candidate values: "OneDDeblur", "EAN13Decoder", "Code128Decoder".
|
@@ -114,7 +114,7 @@ The mode arguments of the deblur mode object are shown as follow:
- Remarks Introduced in version 11.2.1000.
+ | Remarks Introduced in version 11.2.1000. When set to null, all "OneDDeblur", "EAN13Decoder", "Code128Decoder" models will be used by default.
|
diff --git a/parameters/reference/barcode-reader-task-settings/localization-modes.md b/parameters/reference/barcode-reader-task-settings/localization-modes.md
index 1e3ee24..7499faa 100644
--- a/parameters/reference/barcode-reader-task-settings/localization-modes.md
+++ b/parameters/reference/barcode-reader-task-settings/localization-modes.md
@@ -42,7 +42,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
- Mode (Required) |
+ Mode (Required) |
Description Any one in Candidate Mode List as string
|
@@ -190,7 +190,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
- Range Each element is the name of a model.
+ | Range Each element is the name of a model. Candidate values: "OneDLocalization", "DataMatrixQRCodeLocalization".
|
@@ -202,7 +202,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
- Remarks Introduced in version 11.2.1000.
+ | Remarks Introduced in version 11.2.1000. When set to null, both "OneDLocalization" and "DataMatrixQRCodeLocalization" models will be used by default.
|
diff --git a/parameters/reference/label-recognizer-task-settings/localization-modes.md b/parameters/reference/label-recognizer-task-settings/localization-modes.md
index a0b841f..c67715e 100644
--- a/parameters/reference/label-recognizer-task-settings/localization-modes.md
+++ b/parameters/reference/label-recognizer-task-settings/localization-modes.md
@@ -60,7 +60,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
- ModelNameArray (Optional) |
+ ModelNameArray (Optional) |
Description Sets the names of a text localization model.
|
@@ -69,7 +69,7 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
- Range Each element is the name of a model.
+ | Range Each element is the name of a model. Candidate values: "MRZLocalization".
|
@@ -80,6 +80,10 @@ Parameter `LocalizationModes` consist of a group of localization mode objects. E
Valid For LM_NEURAL_NETWORK.
|
+
+ Remarks When set to null, model "MRZLocalization" will be used by default.
+ |
+
### Default Settings