ContentType
ContentType
specifies the target content type to be normalized. Currently, DDN supports normalizing documents or table structures.
Setting Methods
As Json Parameter
ContentType
as a JSON parameter is a string value defined as below.
Parent Json Object | Key Name | Key Value Type | Key Value Range | Key Default Value |
---|---|---|---|---|
NormalizerParameter | ContentType | string | “CT_DOCUMENT” “CT_TABLE” “CT_UNKNOWN” |
“CT_DOCUMENT” |
Example
{
"ContentType": "CT_TABLE",
}