Class: Google::Cloud::VideoIntelligence::V1beta2::FaceDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1beta2::FaceDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb
Overview
Config for FACE_DETECTION.
Instance Attribute Summary collapse
-
#include_bounding_boxes ⇒ ::Boolean
Whether bounding boxes be included in the face annotation output.
-
#model ⇒ ::String
Model to use for face detection.
Instance Attribute Details
#include_bounding_boxes ⇒ ::Boolean
Returns Whether bounding boxes be included in the face annotation output.
143 144 145 146 |
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 143 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".
143 144 145 146 |
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 143 class FaceDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |