Need better scanning performance?
OutputResults
Parameter OutputResults defines whether to enable the output of the TextLineSpecification object.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── OutputResults
Parent object: TextLineSpecification object
Example:
{
"OutputResults": 0
}
- This snippet shows only the
OutputResultsparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type int |
| Range 0,1 |
| Default Value 1. It outputs the text line result for the TextLineSpecification object. |