Interface WebDetection.WebImageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebDetection.WebImage,WebDetection.WebImage.Builder
- Enclosing class:
- WebDetection
public static interface WebDetection.WebImageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetScore()(Deprecated) Overall relevancy score for the image.StringgetUrl()The result image URL.com.google.protobuf.ByteStringgetUrlBytes()The result image URL.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
The result image URL.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
The result image URL.
string url = 1;- Returns:
- The bytes for url.
-
getScore
float getScore()
(Deprecated) Overall relevancy score for the image.
float score = 2;- Returns:
- The score.
-
-