PRODUCTION SCENARIO
A custom video analyzer defines a summary field, but every run returns one summary for a 30-minute news program. The team needs a summary for each story in the program.
Which analyzer setting produces per-story output?
Answering here is anonymous. Nothing is saved unless you sign in.
Show answer and explanation
Answer: enableSegment set to true with a contentCategories description
With enableSegment false the service treats the whole video as a single segment, while enableSegment true with a contentCategories description lets the model create segments that match that natural-language logic, such as breaking a news broadcast into stories. Fields are then filled for every segment.