public sealed class AnnotateVideoProgress : IMessage<AnnotateVideoProgress>, IEquatable<AnnotateVideoProgress>, IDeepCloneable<AnnotateVideoProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class AnnotateVideoProgress.
Video annotation progress. Included in the metadata
field of the Operation returned by the GetOperation
call of the google::longrunning::Operations service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Version 3.3.0 of the Google Cloud Video Intelligence v1 API documentation focuses on the `AnnotateVideoProgress` class."],["The `AnnotateVideoProgress` class provides details about the progress of video annotation operations."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnnotateVideoProgress` class includes a property, `AnnotationProgress`, which is a `RepeatedField` of `VideoAnnotationProgress` type and contains progress metadata for all videos in the annotation request."]]],[]]