Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
BaseLabelRecognizerTaskSettingName
Parameter 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.
Example
{
"BaseLabelRecognizerTaskSettingName": "dlr_task_1"
}
Parameter Summary
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. |