Results_file
Name | Type | Description |
---|---|---|
location | object | The location for the output SSIM analysis data. |
file_pattern | string | The file pattern for the SSIM analysis data. |
Example results_file
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"compare_asset": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_reference_file.mov"
}
}
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"ssim": {
"enabled": true,
"results_file": {
"file_pattern": "{source_basename}_ssim_analysis.txt",
"location": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_folder"
}
}
}
}
}
}