Class: Google::Cloud::Videointelligence::V1beta1::VideoSegment
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1beta1::VideoSegment
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb
 
Overview
Video segment.
Instance Attribute Summary collapse
- 
  
    
      #end_time_offset  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
End offset in microseconds (inclusive).
 - 
  
    
      #start_time_offset  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Start offset in microseconds (inclusive).
 
Instance Attribute Details
#end_time_offset ⇒ Integer
Returns End offset in microseconds (inclusive). Unset means 0.
      97  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 97 class VideoSegment; end  | 
  
#start_time_offset ⇒ Integer
Returns Start offset in microseconds (inclusive). Unset means 0.
      97  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 97 class VideoSegment; end  |