Class: Google::Cloud::VideoIntelligence::V1beta2::VideoSegment

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Video segment.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_offsetGoogle::Protobuf::Duration

Returns Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

Returns:

  • (Google::Protobuf::Duration)

    Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).



133
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 133

class VideoSegment; end

#start_time_offsetGoogle::Protobuf::Duration

Returns Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Returns:

  • (Google::Protobuf::Duration)

    Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).



133
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 133

class VideoSegment; end