Need better scanning performance?
Type
Parameter Type indicates the type of the ImageSource object, which helps CVR create the correct type of image source.
JSON Structure
Location in template:
ImageSourceOptions
└── Type
Parent object: ImageSource object
Example:
{
"Type": "IST_DIRECTORY_FETCHER"
}
- This snippet shows only the
Typeparameter.- To use it, embed this parameter within a ImageSource object.
- For the complete JSON structure, see:
Parameter Details
| Type Parameter Details |
|---|
| Description Define the type of ImageSource. |
| Type String |
| Value range One of the ImageSourceType as a string. IST_DIRECTORY_FETCHER IST_CAMERA_ENHANCER IST_SCANNER_CONNECTOR |