Need better scanning performance?
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 object
Example:
{
"SemanticProcessingNameArray": ["smp_1"]
}
- This snippet shows only the
SemanticProcessingNameArrayparameter.- To use it, embed this parameter within a CaptureVisionTemplate object.
- For the complete JSON structure, see:
Parameter Details
| SemanticProcessingNameArray Parameter Details |
|---|
| Type String[] |
| Range Each element is the name of a SematicProcessing object. |
| Default Value null |