Class: Google::Cloud::VideoIntelligence::V1beta2::VideoAnnotationProgress

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Annotation progress for a single video.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uri::String

Returns Video file location in Google Cloud Storage.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 367

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.

Returns:

  • (::Integer)

    Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 367

class VideoAnnotationProgress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Time when the request was received.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 367

class VideoAnnotationProgress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp

Returns Time of the most recent update.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 367

class VideoAnnotationProgress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end