Skip to content

Commit e6e00bb

Browse files
update obj style
1 parent e1d2576 commit e6e00bb

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

parameters/file/auxiliary/capture-vision-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A `CaptureVisionModel` object defines how the library find Convolutional Neural
3333

3434
### Name
3535

36-
The name of the CaptureVisionModel object. It will be used as a unique identifier for the model.
36+
The name of the `CaptureVisionModel` object. It will be used as a unique identifier for the model.
3737

3838
| Parameter Summary |
3939
| :------------------- |

parameters/file/image-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An `ImageSource` object defines an image source to be created and maintained by
3333

3434
| Parameter Name | Description |
3535
| ---------------- | -------------------------------------------------------------------------------------------------------- |
36-
| [`Name`]({{ site.dcvb_parameters_reference }}image-source-options/name.html) | Represents the name of the ImageSource object, which serves as its unique identifier. |
36+
| [`Name`]({{ site.dcvb_parameters_reference }}image-source-options/name.html) | Represents the name of the `ImageSource` object, which serves as its unique identifier. |
3737
| [`Type`]({{ site.dcvb_parameters_reference }}image-source-options/type.html) | Indicates the type of the `ImageSource` object, which helps CVR create the correct type of image source. |
3838
| [`DirectoryPath`]({{ site.dcvb_parameters_reference }}image-source-options/directory-path.html) | Specifies a local directory, the files within which are fetched as images to process. |
3939
| [`FileFilter`]({{ site.dcvb_parameters_reference }}image-source-options/file-filter.html) | Specifies a file name filter string, which determines which files are fetched. |

parameters/file/semantic-processing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The `SemanticProcessing` object specifies tasks to analyze and extract informati
2626

2727
| Parameter Name | Type | Required/Optional | Description |
2828
| -------------- | ---- | ----------------- | ----------- |
29-
| [`Name`]({{site.dcvb_parameters_reference}}semantic-processing/name.html) | String | Required | The unique identifier for this SemanticProcessing object. |
29+
| [`Name`]({{site.dcvb_parameters_reference}}semantic-processing/name.html) | String | Required | The unique identifier for this `SemanticProcessing` object. |
3030
| [`ReferenceObjectFilter`]({{site.dcvb_parameters_reference}}semantic-processing/reference-object-filter.html) | Object | Optional | Defines filter conditions to select relevant data sources for processing. |
31-
| [`TaskSettingNameArray`]({{site.dcvb_parameters_reference}}semantic-processing/task-setting-name-array.html) | String Array | Optional | Array of CodeParserTaskSetting object names defining the parsing tasks to execute. |
31+
| [`TaskSettingNameArray`]({{site.dcvb_parameters_reference}}semantic-processing/task-setting-name-array.html) | String Array | Optional | Array of `CodeParserTaskSetting` object names defining the parsing tasks to execute. |
3232

3333
## Workflow
3434

parameters/file/task-settings/barcode-reader-task-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ The `BarcodeReaderTaskSetting` object configures the barcode reading process in
8585

8686
| Parameter Name | Type | Required/Optional | Description |
8787
| -------------- | ---- | ----------------- | ----------- |
88-
| [`Name`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/name.html) | String | Required | The unique identifier for this BarcodeReaderTaskSetting object. |
88+
| [`Name`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/name.html) | String | Required | The unique identifier for this `BarcodeReaderTaskSetting` object. |
8989
| [`BarcodeFormatIds`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/barcode-format-ids.html) | String Array | Optional | Specifies which barcode formats to read. |
90-
| [`BarcodeFormatSpecificationNameArray`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/barcode-format-specification-name-array.html) | String Array | Optional | Names of referenced BarcodeFormatSpecification objects for format-specific settings. |
90+
| [`BarcodeFormatSpecificationNameArray`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/barcode-format-specification-name-array.html) | String Array | Optional | Names of referenced `BarcodeFormatSpecification` objects for format-specific settings. |
9191
| [`ExpectedBarcodesCount`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/expected-barcodes-count.html) | Integer | Optional | Expected number of barcodes to detect per image. |
9292
| [`MaxThreadsInOneTask`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/max-threads-in-one-task.html) | Integer | Optional | Maximum number of parallel threads for this task. |
9393
| [`SectionArray`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/section-array.html) | Object Array | Optional | Defines processing sections (region predetection, localization, decoding) and their stages. |
9494
| [`DPMCodeReadingModes`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/dpm-code-reading-modes.html) | Object Array | Optional | Modes and priority for reading Direct Part Mark (DPM) codes. |
9595
| [`TextResultOrderModes`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/text-result-order-modes.html) | Object Array | Optional | Order in which barcode results are returned. |
96-
| [`BaseBarcodeReaderTaskSettingName`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/base-barcode-reader-task-setting-name.html) | String | Optional | Name of another BarcodeReaderTaskSetting object to inherit parameters from. |
96+
| [`BaseBarcodeReaderTaskSettingName`]({{site.dcvb_parameters_reference}}barcode-reader-task-settings/base-barcode-reader-task-setting-name.html) | String | Optional | Name of another `BarcodeReaderTaskSetting` object to inherit parameters from. |

parameters/reference/barcode-reader-task-settings/barcode-format-specification-name-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: BarcodeFormatSpecification, BarcodeReaderTaskSetting
77

88
# BarcodeFormatSpecificationNameArray
99

10-
`BarcodeFormatSpecificationNameArray` defines the collection of BarcodeFormatSpecification object names, used to refer to the `BarcodeFormatSpecification` objects.
10+
`BarcodeFormatSpecificationNameArray` defines the collection of `BarcodeFormatSpecification` object names, used to refer to the `BarcodeFormatSpecification` objects.
1111

1212
## JSON Structure
1313

parameters/reference/capture-vision-template/image-roi-processing-name-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ CaptureVisionTemplates[i]
4141
| **Type**<br>*String[]* |
4242
| **Range**<br>Each element is the name of a `TargetROIDef` object. |
4343
| **Default Value**<br>['roi_default'] |
44-
| **Remarks**<br>If `ImageROIProcessingNameArray` is not specified, a default array ["roi_default"] will be created. The TargetROIDef object with the name "roi_default" will have a default configuration of tasks including one barcode reading task, one label recognition task, and one document normalizer task.|
44+
| **Remarks**<br>If `ImageROIProcessingNameArray` is not specified, a default array ["roi_default"] will be created. The `TargetROIDef` object with the name "roi_default" will have a default configuration of tasks including one barcode reading task, one label recognition task, and one document normalizer task.|

parameters/reference/image-parameter/base-image-parameter-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ ImageParameterOptions[i]
3939
| Parameter Details |
4040
| :---------------------------------- |
4141
| **Type**<br>*String* |
42-
| **Value Range**<br>One of the ImageParameter name. |
42+
| **Value Range**<br>One of the `ImageParameter` name. |
4343
| **Default Value**<br>`""` |
4444
| **Remarks**<br>The default value "" means this object don't inherit the settings of another object. |

parameters/reference/image-source-options/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /parameters/reference/image-source-options/type.html
77
---
88
# Type
99

10-
Parameter `Type` indicates the type of the ImageSource object, which helps CVR create the correct type of image source.
10+
Parameter `Type` indicates the type of the `ImageSource` object, which helps CVR create the correct type of image source.
1111

1212
## JSON Structure
1313

parameters/reference/label-recognizer-task-settings/text-line-specification-name-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ LabelRecognizerTaskSettingOptions[i]
4141
| **Type**<br>*String[]* |
4242
| **Range**<br>Each element is the name of a `TextLineSpecification` object. |
4343
| **Default Value**<br>['tls_default'] |
44-
| **Remarks**<br>If `TextLineSpecificationNameArray` is not specified, a default array ["tls_default"] will be created. The TextLineSpecification object with the name "tls_default" will have a default configuration for all text lines.|
44+
| **Remarks**<br>If `TextLineSpecificationNameArray` is not specified, a default array ["tls_default"] will be created. The `TextLineSpecification` object with the name "tls_default" will have a default configuration for all text lines.|

parameters/reference/output-task-setting/output-condition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The parameter `TaskSettingNameArray` specifies the task name array on the descen
9898
</thead>
9999
<tr>
100100
<td rowspan = "4" style="vertical-align:text-top">ReferenceTaskNameArray</td>
101-
<td><b>Description</b><br>Specifies the task name array on the TargetROIDef object.
101+
<td><b>Description</b><br>Specifies the task name array on the `TargetROIDef` object.
102102
</td>
103103
</tr>
104104
<tr>
@@ -115,7 +115,7 @@ The parameter `TaskSettingNameArray` specifies the task name array on the descen
115115
</tr>
116116
<tr>
117117
<td rowspan = "4" style="vertical-align:text-top">ReferenceResultTypeArray</td>
118-
<td><b>Description</b><br>Specifies the type of atomic results produced by tasks (except OutputTask) on the TargetROIDef object.
118+
<td><b>Description</b><br>Specifies the type of atomic results produced by tasks (except OutputTask) on the `TargetROIDef` object.
119119
</td>
120120
</tr>
121121
<tr>

0 commit comments

Comments
 (0)