Class: Google::Cloud::Videointelligence::V1::VideoAnnotationProgress
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1::VideoAnnotationProgress
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/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.
      305  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 305 class VideoAnnotationProgress; end  | 
  
#progress_percent ⇒ Integer
Returns Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
      305  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 305 class VideoAnnotationProgress; end  | 
  
#start_time ⇒ Google::Protobuf::Timestamp
Returns Time when the request was received.
      305  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 305 class VideoAnnotationProgress; end  | 
  
#update_time ⇒ Google::Protobuf::Timestamp
Returns Time of the most recent update.
      305  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 305 class VideoAnnotationProgress; end  |