Class: Google::Cloud::VideoIntelligence::V1::FaceDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::FaceDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Config for FACE_DETECTION.
Instance Attribute Summary collapse
-
#include_attributes ⇒ ::Boolean
Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc.
-
#include_bounding_boxes ⇒ ::Boolean
Whether bounding boxes are included in the face annotation output.
-
#model ⇒ ::String
Model to use for face detection.
Instance Attribute Details
#include_attributes ⇒ ::Boolean
Returns Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc. Ignored if 'include_bounding_boxes' is set to false.
176 177 178 179 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 176 class FaceDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_bounding_boxes ⇒ ::Boolean
Returns Whether bounding boxes are included in the face annotation output.
176 177 178 179 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 176 class FaceDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String
Returns Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
176 177 178 179 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 176 class FaceDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |