Class: Google::Cloud::VideoIntelligence::V1p1beta1::VideoAnnotationProgress
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::VideoAnnotationProgress
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb
Overview
Annotation progress for a single video.
Instance Attribute Summary collapse
-
#input_uri ⇒ ::String
Output only.
-
#progress_percent ⇒ ::Integer
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Output only.
Instance Attribute Details
#input_uri ⇒ ::String
Returns Output only. Video file location in Google Cloud Storage.
296 297 298 299 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 296 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer
Returns Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
296 297 298 299 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 296 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Time when the request was received.
296 297 298 299 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 296 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Time of the most recent update.
296 297 298 299 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 296 class VideoAnnotationProgress include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |