Need better scanning performance?
TextLineSpecificationNameArray
TextLineSpecificationNameArray defines the collection of text line specification object names, used to refer to the TextLineSpecification objects.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── TextLineSpecificationNameArray
Parent object: LabelRecognizerTaskSetting
Example:
{
"TextLineSpecificationNameArray": ["tls_default"]
}
- This snippet shows only the
TextLineSpecificationNameArrayparameter.- To use it, embed this parameter within a LabelRecognizerTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| TextLineSpecificationNameArray Parameter Details |
|---|
| Type String[] |
| Range Each element is the name of a TextLineSpecification object. |
| Default Value [‘tls_default’] |
| Remarks If TextLineSpecificationNameArray is not specified, a default array [“tls_default”] will be created. The TextLineSpecification object with the name “tls_default” will have a default configuration for all text lines. |