Class: Google::Cloud::VideoIntelligence::V1beta2::FaceDetectionConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#include_bounding_boxes::Boolean

Returns Whether bounding boxes be included in the face annotation output.

Returns:

  • (::Boolean)

    Whether bounding boxes be included in the face annotation output.



141
142
143
144
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 141

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".

Returns:

  • (::String)

    Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".



141
142
143
144
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 141

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