public static interface WebDetection.WebImageOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
float |
getScore()
(Deprecated) Overall relevancy score for the image.
|
java.lang.String |
getUrl()
The result image URL.
|
ByteString |
getUrlBytes()
The result image URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getUrl()
The result image URL.
string url = 1;
ByteString getUrlBytes()
The result image URL.
string url = 1;
float getScore()
(Deprecated) Overall relevancy score for the image.
float score = 2;