Interface WebDetectionOrBuilder (3.1.0)

public interface WebDetectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBestGuessLabels(int index)

public abstract WebDetection.WebLabel getBestGuessLabels(int index)

Best guess text labels for the request image.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebLabel

getBestGuessLabelsCount()

public abstract int getBestGuessLabelsCount()

Best guess text labels for the request image.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;

Returns
TypeDescription
int

getBestGuessLabelsList()

public abstract List<WebDetection.WebLabel> getBestGuessLabelsList()

Best guess text labels for the request image.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;

Returns
TypeDescription
List<WebLabel>

getBestGuessLabelsOrBuilder(int index)

public abstract WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(int index)

Best guess text labels for the request image.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebLabelOrBuilder

getBestGuessLabelsOrBuilderList()

public abstract List<? extends WebDetection.WebLabelOrBuilder> getBestGuessLabelsOrBuilderList()

Best guess text labels for the request image.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p3beta1.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.v1p3beta1.WebDetection.WebImage full_matching_images = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage full_matching_images = 2;

Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage full_matching_images = 2;

Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage full_matching_images = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage full_matching_images = 2;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p3beta1.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.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebPage

getPagesWithMatchingImagesCount()

public abstract int getPagesWithMatchingImagesCount()

Web pages containing the matching images from the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;

Returns
TypeDescription
int

getPagesWithMatchingImagesList()

public abstract List<WebDetection.WebPage> getPagesWithMatchingImagesList()

Web pages containing the matching images from the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;

Returns
TypeDescription
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.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebPageOrBuilder

getPagesWithMatchingImagesOrBuilderList()

public abstract List<? extends WebDetection.WebPageOrBuilder> getPagesWithMatchingImagesOrBuilderList()

Web pages containing the matching images from the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p3beta1.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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;

Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;

Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder>

getVisuallySimilarImages(int index)

public abstract WebDetection.WebImage getVisuallySimilarImages(int index)

The visually similar image results.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebImage

getVisuallySimilarImagesCount()

public abstract int getVisuallySimilarImagesCount()

The visually similar image results.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;

Returns
TypeDescription
int

getVisuallySimilarImagesList()

public abstract List<WebDetection.WebImage> getVisuallySimilarImagesList()

The visually similar image results.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;

Returns
TypeDescription
List<WebImage>

getVisuallySimilarImagesOrBuilder(int index)

public abstract WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder(int index)

The visually similar image results.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebImageOrBuilder

getVisuallySimilarImagesOrBuilderList()

public abstract List<? extends WebDetection.WebImageOrBuilder> getVisuallySimilarImagesOrBuilderList()

The visually similar image results.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder>

getWebEntities(int index)

public abstract WebDetection.WebEntity getWebEntities(int index)

Deduced entities from similar images on the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebEntity

getWebEntitiesCount()

public abstract int getWebEntitiesCount()

Deduced entities from similar images on the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;

Returns
TypeDescription
int

getWebEntitiesList()

public abstract List<WebDetection.WebEntity> getWebEntitiesList()

Deduced entities from similar images on the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;

Returns
TypeDescription
List<WebEntity>

getWebEntitiesOrBuilder(int index)

public abstract WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)

Deduced entities from similar images on the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebDetection.WebEntityOrBuilder

getWebEntitiesOrBuilderList()

public abstract List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()

Deduced entities from similar images on the Internet.

repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebEntityOrBuilder>