public static interface WebDetection.WebPageOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WebDetection.WebImage |
getFullMatchingImages(int index)
Fully matching images on the page.
|
int |
getFullMatchingImagesCount()
Fully matching images on the page.
|
java.util.List<WebDetection.WebImage> |
getFullMatchingImagesList()
Fully matching images on the page.
|
WebDetection.WebImageOrBuilder |
getFullMatchingImagesOrBuilder(int index)
Fully matching images on the page.
|
java.util.List<? extends WebDetection.WebImageOrBuilder> |
getFullMatchingImagesOrBuilderList()
Fully matching images on the page.
|
java.lang.String |
getPageTitle()
Title for the web page, may contain HTML markups.
|
ByteString |
getPageTitleBytes()
Title for the web page, may contain HTML markups.
|
WebDetection.WebImage |
getPartialMatchingImages(int index)
Partial matching images on the page.
|
int |
getPartialMatchingImagesCount()
Partial matching images on the page.
|
java.util.List<WebDetection.WebImage> |
getPartialMatchingImagesList()
Partial matching images on the page.
|
WebDetection.WebImageOrBuilder |
getPartialMatchingImagesOrBuilder(int index)
Partial matching images on the page.
|
java.util.List<? extends WebDetection.WebImageOrBuilder> |
getPartialMatchingImagesOrBuilderList()
Partial matching images on the page.
|
float |
getScore()
(Deprecated) Overall relevancy score for the web page.
|
java.lang.String |
getUrl()
The result web page URL.
|
ByteString |
getUrlBytes()
The result web page URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getUrl()
The result web page URL.
string url = 1;ByteString getUrlBytes()
The result web page URL.
string url = 1;float getScore()
(Deprecated) Overall relevancy score for the web page.
float score = 2;java.lang.String getPageTitle()
Title for the web page, may contain HTML markups.
string page_title = 3;ByteString getPageTitleBytes()
Title for the web page, may contain HTML markups.
string page_title = 3;java.util.List<WebDetection.WebImage> getFullMatchingImagesList()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;WebDetection.WebImage getFullMatchingImages(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;int getFullMatchingImagesCount()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;java.util.List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;java.util.List<WebDetection.WebImage> getPartialMatchingImagesList()
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1.WebDetection.WebImage partial_matching_images = 5;WebDetection.WebImage getPartialMatchingImages(int index)
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1.WebDetection.WebImage partial_matching_images = 5;int getPartialMatchingImagesCount()
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1.WebDetection.WebImage partial_matching_images = 5;java.util.List<? extends WebDetection.WebImageOrBuilder> getPartialMatchingImagesOrBuilderList()
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1.WebDetection.WebImage partial_matching_images = 5;WebDetection.WebImageOrBuilder getPartialMatchingImagesOrBuilder(int index)
Partial matching images on the page. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops.
repeated .google.cloud.vision.v1.WebDetection.WebImage partial_matching_images = 5;