Class: Google::Cloud::AutoML::V1beta1::TimeSegment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/temporal.rb

Overview

A time period inside of an example that has a time dimension (e.g. video).

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_offset::Google::Protobuf::Duration

Returns End of the time segment (exclusive), represented as the duration since the example start.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/automl/v1beta1/temporal.rb', line 33

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

#start_time_offset::Google::Protobuf::Duration

Returns Start of the time segment (inclusive), represented as the duration since the example start.

Returns:



33
34
35
36
# File 'proto_docs/google/cloud/automl/v1beta1/temporal.rb', line 33

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