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 float
getScore()
(Deprecated) Overall relevancy score for the image.String
getUrl()
The result image URL.com.google.protobuf.ByteString
getUrlBytes()
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.
-
-