Need better scanning performance?
BaseDocumentNormalizerTaskSettingName
BaseDocumentNormalizerTaskSettingName represents the name of another DocumentNormalizerTaskSetting object. It is used to inherit the parameters defined in its parent DocumentNormalizerTaskSetting 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:
DocumentNormalizerTaskSettingOptions[i]
└── BaseDocumentNormalizerTaskSettingName
Parent object: DocumentNormalizerTaskSetting
Example:
{
"BaseDocumentNormalizerTaskSettingName": "DD_0"
}
- This snippet shows only the
BaseDocumentNormalizerTaskSettingNameparameter.- To use it, embed this parameter within a DocumentNormalizerTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| BaseDocumentNormalizerTaskSettingName Parameter Details |
|---|
| Type String |
| Range One of the existing DocumentNormalizerTaskSetting object name. |
| Default Value ”” |
| Remarks The default value “” means this object don’t inherit the settings of another object. |