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