public interface WebDetectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBestGuessLabels(int index)
public abstract WebDetection.WebLabel getBestGuessLabels(int index)Best guess text labels for the request image.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebLabel best_guess_labels = 8;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebLabel |
|
getBestGuessLabelsCount()
public abstract int getBestGuessLabelsCount()Best guess text labels for the request image.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebLabel best_guess_labels = 8;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBestGuessLabelsList()
public abstract List<WebDetection.WebLabel> getBestGuessLabelsList()Best guess text labels for the request image.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebLabel best_guess_labels = 8;
| Returns | |
|---|---|
| Type | Description |
List<WebLabel> |
|
getBestGuessLabelsOrBuilder(int index)
public abstract WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(int index)Best guess text labels for the request image.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebLabel best_guess_labels = 8;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebLabelOrBuilder |
|
getBestGuessLabelsOrBuilderList()
public abstract List<? extends WebDetection.WebLabelOrBuilder> getBestGuessLabelsOrBuilderList()Best guess text labels for the request image.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebLabel best_guess_labels = 8;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.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.v1p1beta1.WebDetection.WebImage full_matching_images = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1p1beta1.WebDetection.WebImage full_matching_images = 2;
| Returns | |
|---|---|
| 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.v1p1beta1.WebDetection.WebImage full_matching_images = 2;
| Returns | |
|---|---|
| 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.v1p1beta1.WebDetection.WebImage full_matching_images = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1p1beta1.WebDetection.WebImage full_matching_images = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.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.v1p1beta1.WebDetection.WebPage pages_with_matching_images = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebPage |
|
getPagesWithMatchingImagesCount()
public abstract int getPagesWithMatchingImagesCount()Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebPage pages_with_matching_images = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPagesWithMatchingImagesList()
public abstract List<WebDetection.WebPage> getPagesWithMatchingImagesList()Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebPage pages_with_matching_images = 4;
| Returns | |
|---|---|
| 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.v1p1beta1.WebDetection.WebPage pages_with_matching_images = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1p1beta1.WebDetection.WebPage pages_with_matching_images = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.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.v1p1beta1.WebDetection.WebImage partial_matching_images = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImage |
|
getPartialMatchingImagesCount()
public abstract int getPartialMatchingImagesCount()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.v1p1beta1.WebDetection.WebImage partial_matching_images = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartialMatchingImagesList()
public abstract List<WebDetection.WebImage> getPartialMatchingImagesList()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.v1p1beta1.WebDetection.WebImage partial_matching_images = 3;
| Returns | |
|---|---|
| Type | Description |
List<WebImage> |
|
getPartialMatchingImagesOrBuilder(int index)
public abstract WebDetection.WebImageOrBuilder getPartialMatchingImagesOrBuilder(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.v1p1beta1.WebDetection.WebImage partial_matching_images = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImageOrBuilder |
|
getPartialMatchingImagesOrBuilderList()
public abstract List<? extends WebDetection.WebImageOrBuilder> getPartialMatchingImagesOrBuilderList()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.v1p1beta1.WebDetection.WebImage partial_matching_images = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.WebDetection.WebImageOrBuilder> |
|
getVisuallySimilarImages(int index)
public abstract WebDetection.WebImage getVisuallySimilarImages(int index)The visually similar image results.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebImage visually_similar_images = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImage |
|
getVisuallySimilarImagesCount()
public abstract int getVisuallySimilarImagesCount()The visually similar image results.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebImage visually_similar_images = 6;
| Returns | |
|---|---|
| Type | Description |
int |
|
getVisuallySimilarImagesList()
public abstract List<WebDetection.WebImage> getVisuallySimilarImagesList()The visually similar image results.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebImage visually_similar_images = 6;
| Returns | |
|---|---|
| Type | Description |
List<WebImage> |
|
getVisuallySimilarImagesOrBuilder(int index)
public abstract WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder(int index)The visually similar image results.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebImage visually_similar_images = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebImageOrBuilder |
|
getVisuallySimilarImagesOrBuilderList()
public abstract List<? extends WebDetection.WebImageOrBuilder> getVisuallySimilarImagesOrBuilderList()The visually similar image results.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebImage visually_similar_images = 6;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.WebDetection.WebImageOrBuilder> |
|
getWebEntities(int index)
public abstract WebDetection.WebEntity getWebEntities(int index)Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebEntity web_entities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebEntity |
|
getWebEntitiesCount()
public abstract int getWebEntitiesCount()Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebEntity web_entities = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWebEntitiesList()
public abstract List<WebDetection.WebEntity> getWebEntitiesList()Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebEntity web_entities = 1;
| Returns | |
|---|---|
| Type | Description |
List<WebEntity> |
|
getWebEntitiesOrBuilder(int index)
public abstract WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebEntity web_entities = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WebDetection.WebEntityOrBuilder |
|
getWebEntitiesOrBuilderList()
public abstract List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p1beta1.WebDetection.WebEntity web_entities = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.WebDetection.WebEntityOrBuilder> |
|