public sealed class PersonVehicleDetectionConfig : IMessage<PersonVehicleDetectionConfig>, IEquatable<PersonVehicleDetectionConfig>, IDeepCloneable<PersonVehicleDetectionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonVehicleDetectionConfig.
Message describing PersonVehicleDetectionConfig.
Implements
IMessagePersonVehicleDetectionConfig, IEquatablePersonVehicleDetectionConfig, IDeepCloneablePersonVehicleDetectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|