Interface protos.google.cloud.videointelligence.v1p3beta1.IVideoAnnotationProgress (3.0.0)

Properties of a VideoAnnotationProgress.

Package

@google-cloud/video-intelligence!

Properties

feature

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

VideoAnnotationProgress feature

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.Feature|keyof typeof google.cloud.videointelligence.v1p3beta1.Feature|null)

inputUri

inputUri?: (string|null);

VideoAnnotationProgress inputUri

Property Value
TypeDescription
(string|null)

progressPercent

progressPercent?: (number|null);

VideoAnnotationProgress progressPercent

Property Value
TypeDescription
(number|null)

segment

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

VideoAnnotationProgress segment

Property Value
TypeDescription
(google.cloud.videointelligence.v1p3beta1.IVideoSegment|null)

startTime

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

VideoAnnotationProgress startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

updateTime

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

VideoAnnotationProgress updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)