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