Class: Google::Cloud::VideoIntelligence::V1p2beta1::VideoAnnotationProgress
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p2beta1::VideoAnnotationProgress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb
Overview
Annotation progress for a single video.
Instance Attribute Summary collapse
-
#input_uri ⇒ ::String
Video file location in Google Cloud 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 Google Cloud Storage.
332 333 334 335 |
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 332 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer
Returns Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
332 333 334 335 |
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 332 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the request was received.
332 333 334 335 |
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 332 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Time of the most recent update.
332 333 334 335 |
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 332 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |