public static interface WebDetection.WebImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getScore()
Overall relevancy score for the image.
|
java.lang.String |
getUrl()
The result image URL.
|
com.google.protobuf.ByteString |
getUrlBytes()
The result image URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getUrl()
The result image URL.
optional string url = 1;com.google.protobuf.ByteString getUrlBytes()
The result image URL.
optional string url = 1;float getScore()
Overall relevancy score for the image. Not normalized and not comparable across different image queries.
optional float score = 2;