public static interface WebDetection.WebPageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFullMatchingImages(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImage |
|
getFullMatchingImagesCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFullMatchingImagesList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<WebImage> |
|
getFullMatchingImagesOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImageOrBuilder |
|
getFullMatchingImagesOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1.WebDetection.WebImageOrBuilder> |
|
getPageTitle()
public abstract String getPageTitle()Title for the web page, may contain HTML markups.
string page_title = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageTitle. |
getPageTitleBytes()
public abstract ByteString getPageTitleBytes()Title for the web page, may contain HTML markups.
string page_title = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageTitle. |
getPartialMatchingImages(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImage |
|
getPartialMatchingImagesCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartialMatchingImagesList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<WebImage> |
|
getPartialMatchingImagesOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImageOrBuilder |
|
getPartialMatchingImagesOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1.WebDetection.WebImageOrBuilder> |
|
getScore()
public abstract float getScore()(Deprecated) Overall relevancy score for the web page.
float score = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The score. |
getUrl()
public abstract String getUrl()The result web page URL.
string url = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()The result web page URL.
string url = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |