public sealed class OccupancyCountConfig : IMessage<OccupancyCountConfig>, IEquatable<OccupancyCountConfig>, IDeepCloneable<OccupancyCountConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class OccupancyCountConfig.
Message describing OccupancyCountConfig.
Implements
IMessageOccupancyCountConfig, IEquatableOccupancyCountConfig, IDeepCloneableOccupancyCountConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
OccupancyCountConfig()
public OccupancyCountConfig()OccupancyCountConfig(OccupancyCountConfig)
public OccupancyCountConfig(OccupancyCountConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
OccupancyCountConfig |
Properties
EnableDwellingTimeTracking
public bool EnableDwellingTimeTracking { get; set; }Whether to track each invidual object's loitering time inside the scene or specific zone.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnablePeopleCounting
public bool EnablePeopleCounting { get; set; }Whether to count the appearances of people, output counts have 'people' as the key.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableVehicleCounting
public bool EnableVehicleCounting { get; set; }Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
| Property Value | |
|---|---|
| Type | Description |
bool |
|