
The requirement is to analyze video content to identify mentions of specific company names. This is essentially an audio transcript analysis task (speech-to-text followed by entity recognition). Azure Video Analyzer for Media integrates with Content model customization to detect such entities.
Step-by-step reasoning:
Sign in to the Azure Video Analyzer for Media website.
Azure Video Analyzer for Media (formerly Video Indexer) is the service used for analyzing videos and extracting insights such as speech, text, brands, and entities.
From Content model customization, select Language.
To recognize specific company names in transcripts, you must customize the Language model.
Customization allows you to add vocabulary (e.g., company names) so that speech recognition and transcription are tuned to correctly identify them.
Add the specific company names to the include list.
Adding them to the include list ensures the system actively looks for and recognizes those company names during transcript analysis.
The exclude list would suppress terms, not detect them, so it is not correct in this scenario.
Why not other options?
Sign in to the Custom Vision website → Custom Vision is for image classification/object detection, not audio/video transcript entity recognition.
From Content model customization, select Brands → The Brands model helps detect logos and existing brand mentions, but for custom company names not in the brand catalog, you must customize the Language model.
Exclude list → Would filter out terms, which is opposite of the requirement.
Correct Answer Order:
Sign in to the Azure Video Analyzer for Media website.
From Content model customization, select Language.
Add the specific company names to the include list.
Microsoft References
Customize models in Video Indexer
Azure Video Analyzer for Media overview
Content model customization in Video Indexer