Class: Google::Cloud::VideoIntelligence::V1::FaceDetectionConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb

Overview

Config for FACE_DETECTION.

Instance Attribute Summary collapse

Instance Attribute Details

#include_bounding_boxestrue, false

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

Returns:

  • (true, false)

    Whether bounding boxes be included in the face annotation output.



147
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 147

class FaceDetectionConfig; end

#modelString

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



147
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 147

class FaceDetectionConfig; end