Interface WebDetection.WebEntityOrBuilder (3.39.0)

public static interface WebDetection.WebEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Canonical description of the entity, in English.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Canonical description of the entity, in English.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getEntityId()

public abstract String getEntityId()

Opaque entity ID.

string entity_id = 1;

Returns
TypeDescription
String

The entityId.

getEntityIdBytes()

public abstract ByteString getEntityIdBytes()

Opaque entity ID.

string entity_id = 1;

Returns
TypeDescription
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
TypeDescription
float

The score.