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": "dual_mono_detect",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": {
"channel_compare": {
"results_file": {
"location": {
"storage_provider": "s3",
"path": "{{destination_path}}"
},
"file_pattern": "{source_basename}_dual_mono_detect.txt"
},
"enabled": true,
"sensitivity": 5,
"correlation_threshold": 0.6,
"min_duration_sec": 1
}
}
}
}
}