Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionConfig.
Config for PERSON_DETECTION.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#include_attributes
def include_attributes() -> ::Boolean
Returns
- (::Boolean) — 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.
#include_attributes=
def include_attributes=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#include_bounding_boxes
def include_bounding_boxes() -> ::Boolean
Returns
- (::Boolean) — Whether bounding boxes are included in the person detection annotation output.
#include_bounding_boxes=
def include_bounding_boxes=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether bounding boxes are included in the person detection annotation output.
Returns
- (::Boolean) — Whether bounding boxes are included in the person detection annotation output.
#include_pose_landmarks
def include_pose_landmarks() -> ::Boolean
Returns
- (::Boolean) — Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.
#include_pose_landmarks=
def include_pose_landmarks=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.
Returns
- (::Boolean) — Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.