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

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

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class VideoAnnotationProgress.

Annotation progress for a single video.

Inheritance

object > VideoAnnotationProgress

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

VideoAnnotationProgress()

public VideoAnnotationProgress()

VideoAnnotationProgress(VideoAnnotationProgress)

public VideoAnnotationProgress(VideoAnnotationProgress other)
Parameter
NameDescription
otherVideoAnnotationProgress

Properties

Feature

public Feature Feature { get; set; }

Specifies which feature is being tracked if the request contains more than one feature.

Property Value
TypeDescription
Feature

InputUri

public string InputUri { get; set; }

Video file location in Cloud Storage.

Property Value
TypeDescription
string

ProgressPercent

public int ProgressPercent { get; set; }

Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.

Property Value
TypeDescription
int

Segment

public VideoSegment Segment { get; set; }

Specifies which segment is being tracked if the request contains more than one segment.

Property Value
TypeDescription
VideoSegment

StartTime

public Timestamp StartTime { get; set; }

Time when the request was received.

Property Value
TypeDescription
Timestamp

UpdateTime

public Timestamp UpdateTime { get; set; }

Time of the most recent update.

Property Value
TypeDescription
Timestamp