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.
Implements
IMessageAnnotateVideoProgress, IEquatableAnnotateVideoProgress, IDeepCloneableAnnotateVideoProgress, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
AnnotateVideoProgress()
public AnnotateVideoProgress()
AnnotateVideoProgress(AnnotateVideoProgress)
public AnnotateVideoProgress(AnnotateVideoProgress other)
Parameter | |
---|---|
Name | Description |
other |
AnnotateVideoProgress |
Properties
AnnotationProgress
public RepeatedField<VideoAnnotationProgress> AnnotationProgress { get; }
Progress metadata for all videos specified in AnnotateVideoRequest
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVideoAnnotationProgress |