Class: Google::Cloud::Videointelligence::V1beta1::VideoAnnotationProgress
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1beta1::VideoAnnotationProgress
- Defined in:
- lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb
Overview
Annotation progress for a single video.
Instance Attribute Summary collapse
-
#input_uri ⇒ String
Video file location in Cloud Storage[https://cloud.google.com/storage/].
-
#progress_percent ⇒ Integer
Approximate percentage processed thus far.
-
#start_time ⇒ Google::Protobuf::Timestamp
Time when the request was received.
-
#update_time ⇒ Google::Protobuf::Timestamp
Time of the most recent update.
Instance Attribute Details
#input_uri ⇒ String
Returns Video file location in Cloud Storage[https://cloud.google.com/storage/].
236 |
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 236 class VideoAnnotationProgress; end |
#progress_percent ⇒ Integer
Returns Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
236 |
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 236 class VideoAnnotationProgress; end |
#start_time ⇒ Google::Protobuf::Timestamp
Returns Time when the request was received.
236 |
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 236 class VideoAnnotationProgress; end |
#update_time ⇒ Google::Protobuf::Timestamp
Returns Time of the most recent update.
236 |
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 236 class VideoAnnotationProgress; end |