public interface WebDetectionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBestGuessLabels(int index)
public abstract WebDetection.WebLabel getBestGuessLabels(int index)
The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebLabel best_guess_labels = 8;
Name | Description |
index | int |
Type | Description |
WebDetection.WebLabel |
getBestGuessLabelsCount()
public abstract int getBestGuessLabelsCount()
The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebLabel best_guess_labels = 8;
Type | Description |
int |
getBestGuessLabelsList()
public abstract List<WebDetection.WebLabel> getBestGuessLabelsList()
The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebLabel best_guess_labels = 8;
Type | Description |
List<WebLabel> |
getBestGuessLabelsOrBuilder(int index)
public abstract WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(int index)
The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebLabel best_guess_labels = 8;
Name | Description |
index | int |
Type | Description |
WebDetection.WebLabelOrBuilder |
getBestGuessLabelsOrBuilderList()
public abstract List<? extends WebDetection.WebLabelOrBuilder> getBestGuessLabelsOrBuilderList()
The service's best guess as to the topic of the request image. Inferred from similar images on the open web.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebLabel best_guess_labels = 8;
Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.WebDetection.WebLabelOrBuilder> |
getFullMatchingImages(int index)
public abstract WebDetection.WebImage getFullMatchingImages(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage full_matching_images = 2;
Name | Description |
index | int |
Type | Description |
WebDetection.WebImage |
getFullMatchingImagesCount()
public abstract int getFullMatchingImagesCount()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage full_matching_images = 2;
Type | Description |
int |
getFullMatchingImagesList()
public abstract List<WebDetection.WebImage> getFullMatchingImagesList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage full_matching_images = 2;
Type | Description |
List<WebImage> |
getFullMatchingImagesOrBuilder(int index)
public abstract WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage full_matching_images = 2;
Name | Description |
index | int |
Type | Description |
WebDetection.WebImageOrBuilder |
getFullMatchingImagesOrBuilderList()
public abstract List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage full_matching_images = 2;
Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.WebDetection.WebImageOrBuilder> |
getPagesWithMatchingImages(int index)
public abstract WebDetection.WebPage getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4;
Name | Description |
index | int |
Type | Description |
WebDetection.WebPage |
getPagesWithMatchingImagesCount()
public abstract int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4;
Type | Description |
int |
getPagesWithMatchingImagesList()
public abstract List<WebDetection.WebPage> getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4;
Type | Description |
List<WebPage> |
getPagesWithMatchingImagesOrBuilder(int index)
public abstract WebDetection.WebPageOrBuilder getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4;
Name | Description |
index | int |
Type | Description |
WebDetection.WebPageOrBuilder |
getPagesWithMatchingImagesOrBuilderList()
public abstract List<? extends WebDetection.WebPageOrBuilder> getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4;
Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.WebDetection.WebPageOrBuilder> |
getPartialMatchingImages(int index)
public abstract WebDetection.WebImage getPartialMatchingImages(int index)
Partial matching images from the Internet. 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.v1p4beta1.WebDetection.WebImage partial_matching_images = 3;
Name | Description |
index | int |
Type | Description |
WebDetection.WebImage |