Need better scanning performance?
BaseLabelRecognizerTaskSettingName
BaseLabelRecognizerTaskSettingName represents the name of another LabelRecognizerTaskSetting object. It is used to inherit the parameters defined in its parent LabelRecognizerTaskSetting object. If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── BaseLabelRecognizerTaskSettingName
Parent object: LabelRecognizerTaskSetting
Example:
{
"BaseLabelRecognizerTaskSettingName": "dlr_task_1"
}
- This snippet shows only the
BaseLabelRecognizerTaskSettingNameparameter.- To use it, embed this parameter within a LabelRecognizerTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| BaseLabelRecognizerTaskSettingName Parameter Details |
|---|
| Type String |
| Range The name of the inherited LabelRecognizerTaskSetting object. |
| Default Value ”” |
| Remarks (1) “” stands for no inheritance. (2) If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object. |