Options
Name | Type | Description |
---|---|---|
asset_db_cache | boolean | Enable analyze result database caching. |
report_version | integer | Analyze report version, to preserve legacy elements for existing code parsing. |
display_paths | boolean | Show the full file path in the PDF report. default: true |
quick_scan | object | Analyzer QuickScan properties. |
response_version | enum 1 2 | which version of Analyzer job summary JSON to generate |
Example options
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"options": {
"quick_scan": {
"include_start": true,
"include_end": true,
"nr_of_slices": 10,
"slice_duration_sec": 10
}
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"black_borders": {
"black_level": 0.08,
"enabled": true
}
}
}
}
}