public static interface WebDetection.WebEntityOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Canonical description of the entity, in English.
|
ByteString |
getDescriptionBytes()
Canonical description of the entity, in English.
|
java.lang.String |
getEntityId()
Opaque entity ID.
|
ByteString |
getEntityIdBytes()
Opaque entity ID.
|
float |
getScore()
Overall relevancy score for the entity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getEntityId()
Opaque entity ID.
string entity_id = 1;
ByteString getEntityIdBytes()
Opaque entity ID.
string entity_id = 1;
float getScore()
Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
float score = 2;
java.lang.String getDescription()
Canonical description of the entity, in English.
string description = 3;
ByteString getDescriptionBytes()
Canonical description of the entity, in English.
string description = 3;