public static interface WebDetection.WebEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Canonical description of the entity, in English.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Canonical description of the entity, in English.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getEntityId()
public abstract String getEntityId()Opaque entity ID.
string entity_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The entityId. |
getEntityIdBytes()
public abstract ByteString getEntityIdBytes()Opaque entity ID.
string entity_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entityId. |
getScore()
public abstract float getScore()Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
float score = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The score. |