Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/sidelist-parameters-organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/expected-barcodes-count.html" class="otherLinkColour">ExpectedBarcodesCount</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/max-threads-in-one-task.html" class="otherLinkColour">MaxThreadsInOneTask</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/return-barcode-zone-clarity.html" class="otherLinkColour">ReturnBarcodeZoneClarity</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/text-result-order-modes.html" class="otherLinkColour">TextResultOrderModes</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-array.html" class="otherLinkColour">SectionArray</a>
<ul>
Expand Down Expand Up @@ -138,6 +137,7 @@
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/stage-decode-barcodes.html#stage" class="otherLinkColour">Stage</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html" class="otherLinkColour">DeblurModes</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/return-barcode-zone-clarity.html" class="otherLinkColour">ReturnBarcodeZoneClarity</a></li>
</ul>
</li>
</ul>
Expand Down
5 changes: 2 additions & 3 deletions parameters/file/task-settings/barcode-reader-task-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ All available parameters related to barcode decoding are listed here, along with
| [`ExpectedBarcodesCount`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/expected-barcodes-count.html) | Sets the number of barcodes expected to be detected for each image. |
| [`MaxThreadsInOneTask`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/max-threads-in-one-task.html) | Represents the maximum number of parallel threads that can be used on a single task.|
| [`Name`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/name.html) | The name of the BarcodeReaderTaskSetting object. |
| [`ReturnBarcodeZoneClarity`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/return-barcode-zone-clarity.html) | Sets whether or not to return the clarity of the barcode zone. |
| [`SectionArray`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/section-array.html) | Defines which sections exist under the `BarcodeReaderTaskSetting`. |
| [`TextResultOrderModes`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/text-result-order-modes.html) | Sets the mode and priority for the order of the text results returned. |
| [`BaseBarcodeReaderTaskSettingName`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/base-barcode-reader-task-setting-name.html) | Sets the name of a BarcodeReaderTaskSetting object to be Inheritanced.|
Expand All @@ -44,7 +43,6 @@ When DCV executes tasks related to barcode reading, it will process them accordi
"Mode" : "DPMCRM_SKIP"
}
],
"ReturnBarcodeZoneClarity" : 0,
"SectionArray": [
{
"Section": "ST_REGION_PREDETECTION",
Expand Down Expand Up @@ -87,7 +85,8 @@ When DCV executes tasks related to barcode reading, it will process them accordi
},
{
"Stage": "SST_DECODE_BARCODES",
"DeblurModes": []
"DeblurModes": [],
"ReturnBarcodeZoneClarity" : 0
}
]
}
Expand Down