public sealed class OccupancyCountingPredictionResult.Types.TrackInfo : IMessage<OccupancyCountingPredictionResult.Types.TrackInfo>, IEquatable<OccupancyCountingPredictionResult.Types.TrackInfo>, IDeepCloneable<OccupancyCountingPredictionResult.Types.TrackInfo>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.TrackInfo.
The track info for annotations from occupancy counting operator.
Implements
IMessageOccupancyCountingPredictionResultTypesTrackInfo, IEquatableOccupancyCountingPredictionResultTypesTrackInfo, IDeepCloneableOccupancyCountingPredictionResultTypesTrackInfo, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
TrackInfo()
public TrackInfo()TrackInfo(TrackInfo)
public TrackInfo(OccupancyCountingPredictionResult.Types.TrackInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesTrackInfo |
Properties
StartTime
public Timestamp StartTime { get; set; }Start timestamp of this track.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
TrackId
public string TrackId { get; set; }An unique id to identify a track. It should be consistent across frames.
| Property Value | |
|---|---|
| Type | Description |
string |
|