public sealed class AnnotateVideoResponse : IMessage<AnnotateVideoResponse>, IEquatable<AnnotateVideoResponse>, IDeepCloneable<AnnotateVideoResponse>, IBufferMessage, IMessage
Video annotation response. Included in the response
field of the Operation returned by the GetOperation
call of the google::longrunning::Operations service.
If the Error property is non-null for any response within AnnotationResults,
throws an AggregateException, containing one AnnotateVideoException
for each failed response. Otherwise, returns this (so that the method can be called in a fluent manner).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides details on the \u003ccode\u003eAnnotateVideoResponse\u003c/code\u003e class, which is part of the Google Cloud Video Intelligence API's version 3.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnnotateVideoResponse\u003c/code\u003e class serves as a container for the results of video annotation operations, returned by the \u003ccode\u003eGetOperation\u003c/code\u003e call.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities in message handling and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eAnnotationResults\u003c/code\u003e property that contains a list of \u003ccode\u003eVideoAnnotationResults\u003c/code\u003e for all videos included in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eThrowOnAnyError()\u003c/code\u003e method allows for checking errors in the \u003ccode\u003eAnnotationResults\u003c/code\u003e and throws an \u003ccode\u003eAggregateException\u003c/code\u003e if there are errors, otherwise returning the response itself.\u003c/p\u003e\n"]]],[],null,[]]