Class: Google::Cloud::VideoIntelligence::V1::PersonDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::PersonDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Config for PERSON_DETECTION.
Instance Attribute Summary collapse
-
#include_attributes ⇒ ::Boolean
Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc.
-
#include_bounding_boxes ⇒ ::Boolean
Whether bounding boxes are included in the person detection annotation output.
-
#include_pose_landmarks ⇒ ::Boolean
Whether to enable pose landmarks detection.
Instance Attribute Details
#include_attributes ⇒ ::Boolean
Returns Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'include_bounding_boxes' is set to false.
196 197 198 199 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 196 class PersonDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_bounding_boxes ⇒ ::Boolean
Returns Whether bounding boxes are included in the person detection annotation output.
196 197 198 199 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 196 class PersonDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_pose_landmarks ⇒ ::Boolean
Returns Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.
196 197 198 199 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 196 class PersonDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |