Class: Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/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).
239 240 241 242 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 239 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).
239 240 241 242 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 239 class VideoSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |