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