Quick_scan
| Name | Type | Description |
|---|---|---|
| include_start | boolean | Forces the slices to include the start of the file. |
| include_end | boolean | Forces the slices to include the end of the file. |
| nr_of_slices | integer | Number of slices to be included in the scan. |
| slice_duration_sec | number | The duration in seconds of each slice. |
| slice_interval_sec | number | The interval between slices in seconds. |
| coverage_percent | number | The amount of the file to cover. 1 = 1%, 100 = 100%. |
| scan_intervals | array | An array specifying specific intervals to be scanned. |
Example quick_scan
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"options": {
"quick_scan": {
"slice_duration_sec": 10,
"slice_interval_sec": 100
}
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": {
},
"video": {
}
}
}
}