Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::TrackInfo.
The track info for annotations from occupancy counting operator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Start timestamp of this track.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Start timestamp of this track.
Returns
- (::Google::Protobuf::Timestamp) — Start timestamp of this track.
#track_id
def track_id() -> ::String
Returns
- (::String) — An unique id to identify a track. It should be consistent across frames.
#track_id=
def track_id=(value) -> ::String
Parameter
- value (::String) — An unique id to identify a track. It should be consistent across frames.
Returns
- (::String) — An unique id to identify a track. It should be consistent across frames.