Vision AI V1 API - Class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::TrackInfo (v0.1.0)

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

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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.