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 webpage provides documentation for the \u003ccode\u003eAnnotateVideoResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.VideoIntelligence.V1\u003c/code\u003e namespace, specifically version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAnnotateVideoResponse\u003c/code\u003e is a response object for video annotation requests, part of the \u003ccode\u003eOperation\u003c/code\u003e returned by the \u003ccode\u003eGetOperation\u003c/code\u003e call.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, supporting various functionalities including message handling and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnnotateVideoResponse\u003c/code\u003e class includes a property called \u003ccode\u003eAnnotationResults\u003c/code\u003e, which is of type \u003ccode\u003eRepeatedField<VideoAnnotationResults>\u003c/code\u003e and holds the results of video annotation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eThrowOnAnyError\u003c/code\u003e method checks the \u003ccode\u003eError\u003c/code\u003e property in each \u003ccode\u003eAnnotationResults\u003c/code\u003e and throws an \u003ccode\u003eAggregateException\u003c/code\u003e containing \u003ccode\u003eAnnotateVideoException\u003c/code\u003e if errors exist, or else it returns \u003ccode\u003ethis\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]