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

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

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

Message describing PersonVehicleDetectionConfig.

Inheritance

object > PersonVehicleDetectionConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

PersonVehicleDetectionConfig()

public PersonVehicleDetectionConfig()

PersonVehicleDetectionConfig(PersonVehicleDetectionConfig)

public PersonVehicleDetectionConfig(PersonVehicleDetectionConfig other)
Parameter
Name Description
other PersonVehicleDetectionConfig

Properties

EnablePeopleCounting

public bool EnablePeopleCounting { get; set; }

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. 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