# SemanticProcessingNameArray

Parameter `SemanticProcessingNameArray` represents the collection of semantic-processing object names, used to refer to the `SematicProcessing` objects. It is used to define post-processing code parsing tasks performed on input text/bytes.

## JSON Structure

**Location in template:**
```
CaptureVisionTemplates[i]
    └── SemanticProcessingNameArray
```

**Parent object:** [CaptureVisionTemplate](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/capture-vision-template.md) object

**Example:**

```json
{
    "SemanticProcessingNameArray": ["smp_1"]
}
```

> [!NOTE]
> - This snippet shows only the `SemanticProcessingNameArray` parameter.
> - To use it, embed this parameter within a [CaptureVisionTemplate](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/capture-vision-template.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#minimal-valid-json-example)

## Parameter Details

| SemanticProcessingNameArray Parameter Details |
| :----------------------------------- |
| **Type**<br>*String[]* |
| **Range**<br>Each element is the name of a `SematicProcessing` object. |
| **Default Value**<br>null |
