Need better scanning performance?
Name
Name represents the name of a LabelRecognizerTaskSetting object, which serves as its unique identifier.
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── Name
Parent object: LabelRecognizerTaskSetting
Example:
{
"Name": "lr_0"
}
- This snippet shows only the
Nameparameter.- To use it, embed this parameter within a LabelRecognizerTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type String |
| Default Value It must be a mandatory setting value. |
| Remarks It must be a unique name. |