Salesforce

Logo detection engines

« Go Back
Information
Logo detection engines
000004364
Public
Product Selection
aiWare - aiWare
Article Details
[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
      }
    }
  ]
}
Additional Technical Documentation Information
Properties
1/16/2024 10:18 PM
1/16/2024 10:18 PM
1/16/2024 10:18 PM
Documentation
Documentation
000004364
Translation Information
English

Powered by