Emergency_alert
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type did not exist in the source. |
Example emergency_alert
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"options": {
"pipeline": {
"analyzer_version": "hybrik_4.2"
}
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": [
{
"emergency_alert": {
"enabled": true,
"is_optional": false
}
}
]
}
}
}