Google Cloud Video Intelligence v1 API - Class AnnotateVideoProgress (3.3.0)

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.

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
NameDescription
otherAnnotateVideoProgress

Properties

AnnotationProgress

public RepeatedField<VideoAnnotationProgress> AnnotationProgress { get; }

Progress metadata for all videos specified in AnnotateVideoRequest.

Property Value
TypeDescription
RepeatedFieldVideoAnnotationProgress