Class: Google::Cloud::VideoIntelligence::V1p1beta1::VideoSegment

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/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).



122
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 122

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).



122
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 122

class VideoSegment; end