Class: Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::TrackInfo
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::TrackInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/annotations.rb
Overview
The track info for annotations from occupancy counting operator.
Instance Attribute Summary collapse
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Start timestamp of this track.
-
#track_id ⇒ ::String
An unique id to identify a track.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Start timestamp of this track.
575 576 577 578 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 575 class TrackInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#track_id ⇒ ::String
Returns An unique id to identify a track. It should be consistent across frames.
575 576 577 578 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 575 class TrackInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |