Vision AI v1 API - Class OccupancyCountingPredictionResult.Types.TrackInfo (1.0.0-beta01)

public sealed class OccupancyCountingPredictionResult.Types.TrackInfo : IMessage<OccupancyCountingPredictionResult.Types.TrackInfo>, IEquatable<OccupancyCountingPredictionResult.Types.TrackInfo>, IDeepCloneable<OccupancyCountingPredictionResult.Types.TrackInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.TrackInfo.

The track info for annotations from occupancy counting operator.

Inheritance

object > OccupancyCountingPredictionResult.Types.TrackInfo

Namespace

Google.Cloud.VisionAI.V1

Assembly

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