Class: Google::Cloud::Vision::V1p4beta1::Celebrity
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::Celebrity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/face.rb
Overview
A Celebrity is a group of Faces with an identity.
Instance Attribute Summary collapse
-
#description ⇒ ::String
The Celebrity's description.
-
#display_name ⇒ ::String
The Celebrity's display name.
-
#name ⇒ ::String
The resource name of the preloaded Celebrity.
Instance Attribute Details
#description ⇒ ::String
Returns The Celebrity's description.
48 49 50 51 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/face.rb', line 48 class Celebrity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |