Need better scanning performance?
ExpectedDocumentsCount
ExpectedDocumentsCount sets the number of documents expected to be detected.
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── ExpectedDocumentsCount
Parent object: DocumentNormalizerTaskSetting
Example:
{
"ExpectedDocumentsCount": 1
}
- This snippet shows only the
ExpectedDocumentsCountparameter.- To use it, embed this parameter within a DocumentNormalizerTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| ExpectedDocumentsCount Parameter Details |
|---|
| Type int |
| Range [0, 0x7fffffff] |
| Default Value 1 |