Class AnnotateVideoProgress (2.2.0)

 public sealed class AnnotateVideoProgress : IMessage<AnnotateVideoProgress>, IEquatable<AnnotateVideoProgress>, IDeepCloneable<AnnotateVideoProgress>, IBufferMessage, IMessage 

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Inheritance

Object > AnnotateVideoProgress

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

AnnotateVideoProgress()

 public AnnotateVideoProgress() 

AnnotateVideoProgress(AnnotateVideoProgress)

 public AnnotateVideoProgress(AnnotateVideoProgress other) 
Parameter
Name
Description

Properties

AnnotationProgress

 public RepeatedField<VideoAnnotationProgress> AnnotationProgress { get; } 

Progress metadata for all videos specified in AnnotateVideoRequest .

Property Value
Type
Description