Class FaceRecognitionParams (3.1.2)

FaceRecognitionParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters for a celebrity recognition request.

Attribute

NameDescription
celebrity_set Sequence[str]
The resource names for one or more CelebritySets. 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.

Inheritance

builtins.object > proto.message.Message > FaceRecognitionParams