Class: Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb

Overview

Config for PERSON_DETECTION.

Instance Attribute Summary collapse

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.

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.



207
208
209
210
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 207

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.

Returns:

  • (::Boolean)

    Whether bounding boxes are included in the person detection annotation output.



207
208
209
210
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 207

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.

Returns:

  • (::Boolean)

    Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.



207
208
209
210
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 207

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