Vision AI v1 API - Class OccupancyCountConfig (1.0.0-beta01)

public sealed class OccupancyCountConfig : IMessage<OccupancyCountConfig>, IEquatable<OccupancyCountConfig>, IDeepCloneable<OccupancyCountConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class OccupancyCountConfig.

Message describing OccupancyCountConfig.

Inheritance

object > OccupancyCountConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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