Class: Google::Cloud::VisionAI::V1::PersonVehicleDetectionConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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