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."],[[["This page provides documentation for the `AnnotateVideoProgress` class within the Google Cloud Video Intelligence v1 API, specifically version 3.2.0, which is part of the larger Google.Cloud.VideoIntelligence.V1 namespace."],["`AnnotateVideoProgress` is used to track the progress of video annotation and is included in the metadata of operations returned by the `google::longrunning::Operations` service."],["The `AnnotateVideoProgress` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting members from the base `object` class."],["The class includes a constructor `AnnotateVideoProgress` with the ability to accept another `AnnotateVideoProgress` instance as a parameter and it has a property called `AnnotationProgress`, which is a `RepeatedField` of `VideoAnnotationProgress`."],["The available versions of the Google Cloud Video Intelligence API are listed and range from version 2.2.0 to the latest version 3.4.0, all of which have the `AnnotateVideoProgress` class."]]],[]]