Class: Google::Cloud::Vision::V1p4beta1::FaceRecognitionParams

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1p4beta1/face.rb

Overview

Parameters for a celebrity recognition request.

Instance Attribute Summary collapse

Instance Attribute Details

#celebrity_set::Array<::String>

Returns The resource names for one or more [CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s. A celebrity set is preloaded and can be specified as "builtin/default". If this is specified, the algorithm will try to match the faces detected in the input image to the Celebrities in the CelebritySets.

Returns:

  • (::Array<::String>)

    The resource names for one or more [CelebritySet][google.cloud.vision.v1p4beta1.CelebritySet]s. A celebrity set is preloaded and can be specified as "builtin/default". If this is specified, the algorithm will try to match the faces detected in the input image to the Celebrities in the CelebritySets.



32
33
34
35
# File 'proto_docs/google/cloud/vision/v1p4beta1/face.rb', line 32

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