Class: Google::Cloud::VisionAI::V1::PersonVehicleDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::PersonVehicleDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message describing PersonVehicleDetectionConfig.
Instance Attribute Summary collapse
-
#enable_people_counting ⇒ ::Boolean
At least one of enable_people_counting and enable_vehicle_counting fields must be set to true.
-
#enable_vehicle_counting ⇒ ::Boolean
Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
Instance Attribute Details
#enable_people_counting ⇒ ::Boolean
Returns 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.
1770 1771 1772 1773 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1770 class PersonVehicleDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_vehicle_counting ⇒ ::Boolean
Returns Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.
1770 1771 1772 1773 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1770 class PersonVehicleDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |