public sealed class OccupancyCountingPredictionResult.Types.DwellTimeInfo : IMessage<OccupancyCountingPredictionResult.Types.DwellTimeInfo>, IEquatable<OccupancyCountingPredictionResult.Types.DwellTimeInfo>, IDeepCloneable<OccupancyCountingPredictionResult.Types.DwellTimeInfo>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountingPredictionResult.Types.DwellTimeInfo.
The dwell time info for annotations from occupancy counting operator.
Implements
IMessageOccupancyCountingPredictionResultTypesDwellTimeInfo, IEquatableOccupancyCountingPredictionResultTypesDwellTimeInfo, IDeepCloneableOccupancyCountingPredictionResultTypesDwellTimeInfo, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
DwellTimeInfo()
public DwellTimeInfo()DwellTimeInfo(DwellTimeInfo)
public DwellTimeInfo(OccupancyCountingPredictionResult.Types.DwellTimeInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountingPredictionResultTypesDwellTimeInfo |
Properties
DwellEndTime
public Timestamp DwellEndTime { get; set; }The end time when a dwelling object has exited in a zone.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DwellStartTime
public Timestamp DwellStartTime { get; set; }The beginning time when a dwelling object has been identified in a zone.
| 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 |
|
ZoneId
public string ZoneId { get; set; }The unique id for the zone in which the object is dwelling/waiting.
| Property Value | |
|---|---|
| Type | Description |
string |
|