Interface protos.google.cloud.videointelligence.v1.IVideoAnnotationProgress (5.0.2)

Properties of a VideoAnnotationProgress.

Package

@google-cloud/video-intelligence

Properties

feature

feature?: (google.cloud.videointelligence.v1.Feature|keyof typeof google.cloud.videointelligence.v1.Feature|null);

VideoAnnotationProgress feature

inputUri

inputUri?: (string|null);

VideoAnnotationProgress inputUri

progressPercent

progressPercent?: (number|null);

VideoAnnotationProgress progressPercent

segment

segment?: (google.cloud.videointelligence.v1.IVideoSegment|null);

VideoAnnotationProgress segment

startTime

startTime?: (google.protobuf.ITimestamp|null);

VideoAnnotationProgress startTime

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

VideoAnnotationProgress updateTime