Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Topics inference creates inferred insights from transcribed audio, OCR content in visual text, and celebrities the Video Indexer facial recognition model recognizes in the video.
In the web portal, the extracted Topics and categories (when available) are listed in the Insights tab. To jump to the topic in the media file, select a Topic -> Play Previous or Play Next.
Topics inference use cases
- Personalization using topics inference to match customer interests, for example websites about England posting promotions about English movies or festivals.
- Deep-searching archives for insights on specific topics to create feature stories about companies, personas, or technologies, for example by a news agency.
- Monetization, increasing the worth of extracted insights. For example, industries like the news or social media that rely on ad revenue can deliver relevant ads by using the extracted insights as other signals to the ad server.
View the insight JSON with the web portal
After you upload and index a video, download insights in JSON format from the web portal.
- Select the Library tab.
- Select the media you want.
- Select Download, and then select Insights (JSON). The JSON file opens in a new browser tab.
- Find the key pair described in the example response.
Use the API
- Use a Get Video Index request. Pass
&includeSummarizedInsights=false. - Find the key pairs described in the following example response.
Example response
"topics": [
{
"id": 1,
"name": "Pens",
"referenceId": "Category:Pens",
"referenceUrl": "https://en.wikipedia.org/wiki/Category:Pens",
"referenceType": "Wikipedia",
"confidence": 0.6833,
"iabName": null,
"language": "en-US",
"instances": [
{
"adjustedStart": "0:00:30",
"adjustedEnd": "0:01:17.5",
"start": "0:00:30",
"end": "0:01:17.5"
}
]
},
{
"id": 2,
"name": "Musical groups",
"referenceId": "Category:Musical_groups",
"referenceUrl": "https://en.wikipedia.org/wiki/Category:Musical_groups",
"referenceType": "Wikipedia",
"confidence": 0.6812,
"iabName": null,
"language": "en-US",
"instances": [
{
"adjustedStart": "0:01:10",
"adjustedEnd": "0:01:17.5",
"start": "0:01:10",
"end": "0:01:17.5"
}
]
},
Important
Read the transparency note overview for VI features.