Class: Google::Cloud::VideoIntelligence::V1p3beta1::Celebrity
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::Celebrity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Celebrity definition.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Textual description of additional information about the celebrity, if applicable.
-
#display_name ⇒ ::String
The celebrity name.
-
#name ⇒ ::String
The resource name of the celebrity.
Instance Attribute Details
#description ⇒ ::String
Returns Textual description of additional information about the celebrity, if applicable.
421 422 423 424 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 421 class Celebrity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The celebrity name.
421 422 423 424 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 421 class Celebrity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the celebrity. Have the format
video-intelligence/kg-mid
indicates a celebrity from preloaded gallery.
kg-mid is the id in Google knowledge graph, which is unique for the
celebrity.
421 422 423 424 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 421 class Celebrity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |