Reference documentation and code samples for the Cloud Video Intelligence V1beta2 API class Google::Cloud::VideoIntelligence::V1beta2::FaceDetectionConfig.
Config for FACE_DETECTION.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#include_bounding_boxes
def include_bounding_boxes() -> ::Boolean
Returns
- (::Boolean) — Whether bounding boxes be included in the face annotation output.
#include_bounding_boxes=
def include_bounding_boxes=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether bounding boxes be included in the face annotation output.
Returns
- (::Boolean) — Whether bounding boxes be included in the face annotation output.
#model
def model() -> ::String
Returns
- (::String) — Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
#model=
def model=(value) -> ::String
Parameter
- value (::String) — Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
Returns
- (::String) — Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".