Class: Google::Cloud::Videointelligence::V1::VideoSegment
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1::VideoSegment
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
 
Overview
Video segment.
Instance Attribute Summary collapse
- 
  
    
      #end_time_offset  ⇒ Google::Protobuf::Duration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
 - 
  
    
      #start_time_offset  ⇒ Google::Protobuf::Duration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
 
Instance Attribute Details
#end_time_offset ⇒ Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
      132  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 132 class VideoSegment; end  | 
  
#start_time_offset ⇒ Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
      132  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 132 class VideoSegment; end  |