Skip to main content

Options

NameTypeDescription
asset_db_cachebooleanEnable analyze result database caching.
report_versionintegerAnalyze report version, to preserve legacy elements for existing code parsing.
display_pathsbooleanShow the full file path in the PDF report.
default: true
quick_scanobjectAnalyzer QuickScan properties.
response_versionenum                          
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
}
}
}
}
}