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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/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_offsetGoogle::Protobuf::Duration

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

Returns:



29
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/temporal.rb', line 29

class TimeSegment; end

#start_time_offsetGoogle::Protobuf::Duration

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

Returns:



29
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/temporal.rb', line 29

class TimeSegment; end