Need better scanning performance?
CharacterModelName
The CharacterModelName parameter references the character model by its name.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── CharacterModelName
Parent object: TextLineSpecification object
Example:
{
"CharacterModelName": "NumberLetterCharRecognition"
}
- This snippet shows only the
CharacterModelNameparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| CharacterModelName Parameter Details |
|---|
| Type String |
| Range The name of a Character Model object that defined in CaptureVisionModelOptions. |
| Default Value “NumberLetterCharRecognition” |