Skip to main content

Results_file

NameTypeDescription
locationobjectThe location for the output result of comparison information.
file_patternstringThe file pattern for the output result of comparison information.

Example results_file

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"compare_asset": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_comparison_master.mp4"
}
},
"deep_properties": {
"audio": [
{
"phase_mismatch": {
"enabled": true,
"sensitivity": 4,
"algorithm": "fast",
"min_duration_sec": 5,
"results_file": {
"file_pattern": "{source_basename}_phase_mismatch_results.txt",
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket"
}
}
}
}
]
}
}
}