[API][yes]
[Search][yes]
[UI][yes]
Logo detection engines are designed to detect one or more logos or branding elements in an image or video.
Engine output
Logos can be reported in engine output by specifying an object of type: logo. An object definition can exist in either the object array (for non-time-based detections) or in an object key in the series array (for time-based detections).
Example
Here is an example of proper engine output for objects detected within a time series:
{
"schemaId": "https://docs.veritone.com/schemas/vtn-standard/master.json",
"validationContracts": [
"logo"
],
"series": [
{
"startTimeMs": 11000,
"stopTimeMs": 16000,
"object": {
"type": "logo",
"label": "Veritone",
"confidence": 0.2406960129737854
}
}
]
}