Class: Google::Cloud::VisionAI::V1::OccupancyCountConfig

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 OccupancyCountConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_dwelling_time_tracking::Boolean

Returns Whether to track each invidual object's loitering time inside the scene or specific zone.

Returns:

  • (::Boolean)

    Whether to track each invidual object's loitering time inside the scene or specific zone.



1754
1755
1756
1757
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1754

class OccupancyCountConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_people_counting::Boolean

Returns Whether to count the appearances of people, output counts have 'people' as the key.

Returns:

  • (::Boolean)

    Whether to count the appearances of people, output counts have 'people' as the key.



1754
1755
1756
1757
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1754

class OccupancyCountConfig
  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.



1754
1755
1756
1757
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1754

class OccupancyCountConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end