Need better scanning performance?
ContentType
ContentType defines which contents are the targeting objects.
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── SectionArray[j] (Section object where Section = "ST_DOCUMENT_DETECTION")
└── ContentType
Parent object: DocumentDetectionSection
Example:
{
"ContentType": "CT_TABLE"
}
- This snippet shows only the
ContentTypeparameter.- To use it, embed this parameter within a DocumentDetectionSection object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| ContentType Parameter Details |
|---|
| Type String |
| Available Content Type CT_DOCUMENT CT_TABLE CT_UNKNOWN |
| Default Value “CT_DOCUMENT” |