public interface CelebrityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Textual description of additional information about the celebrity, if
applicable.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Textual description of additional information about the celebrity, if
applicable.
|
String |
getDisplayName()
The celebrity name.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The celebrity name.
|
String |
getName()
The resource name of the celebrity.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the celebrity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
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.
string name = 1;com.google.protobuf.ByteString getNameBytes()
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.
string name = 1;String getDisplayName()
The celebrity name.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The celebrity name.
string display_name = 2;String getDescription()
Textual description of additional information about the celebrity, if applicable.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Textual description of additional information about the celebrity, if applicable.
string description = 3;Copyright © 2024 Google LLC. All rights reserved.