Reference documentation and code samples for the Cloud AutoML V1beta1 Client class TimeSegment.
A time period inside of an example that has a time dimension (e.g. video).
Generated from protobuf message google.cloud.automl.v1beta1.TimeSegment
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time_offset
Google\Protobuf\Duration
Start of the time segment (inclusive), represented as the duration since the example start.
↳ end_time_offset
Google\Protobuf\Duration
End of the time segment (exclusive), represented as the duration since the example start.
getStartTimeOffset
Start of the time segment (inclusive), represented as the duration since the example start.
hasStartTimeOffset
clearStartTimeOffset
setStartTimeOffset
Start of the time segment (inclusive), represented as the duration since the example start.
$this
getEndTimeOffset
End of the time segment (exclusive), represented as the duration since the example start.
hasEndTimeOffset
clearEndTimeOffset
setEndTimeOffset
End of the time segment (exclusive), represented as the duration since the example start.
$this