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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb

Overview

Video segment.

Instance Attribute Summary collapse

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

Returns:

  • (::Google::Protobuf::Duration)

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



143
144
145
146
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 143

class VideoSegment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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).

Returns:

  • (::Google::Protobuf::Duration)

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



143
144
145
146
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 143

class VideoSegment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end