Interface WebDetectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebDetection,WebDetection.Builder
public interface WebDetectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebDetection.WebLabelgetBestGuessLabels(int index)Best guess text labels for the request image.intgetBestGuessLabelsCount()Best guess text labels for the request image.List<WebDetection.WebLabel>getBestGuessLabelsList()Best guess text labels for the request image.WebDetection.WebLabelOrBuildergetBestGuessLabelsOrBuilder(int index)Best guess text labels for the request image.List<? extends WebDetection.WebLabelOrBuilder>getBestGuessLabelsOrBuilderList()Best guess text labels for the request image.WebDetection.WebImagegetFullMatchingImages(int index)Fully matching images from the Internet.intgetFullMatchingImagesCount()Fully matching images from the Internet.List<WebDetection.WebImage>getFullMatchingImagesList()Fully matching images from the Internet.WebDetection.WebImageOrBuildergetFullMatchingImagesOrBuilder(int index)Fully matching images from the Internet.List<? extends WebDetection.WebImageOrBuilder>getFullMatchingImagesOrBuilderList()Fully matching images from the Internet.WebDetection.WebPagegetPagesWithMatchingImages(int index)Web pages containing the matching images from the Internet.intgetPagesWithMatchingImagesCount()Web pages containing the matching images from the Internet.List<WebDetection.WebPage>getPagesWithMatchingImagesList()Web pages containing the matching images from the Internet.WebDetection.WebPageOrBuildergetPagesWithMatchingImagesOrBuilder(int index)Web pages containing the matching images from the Internet.List<? extends WebDetection.WebPageOrBuilder>getPagesWithMatchingImagesOrBuilderList()Web pages containing the matching images from the Internet.WebDetection.WebImagegetPartialMatchingImages(int index)Partial matching images from the Internet.intgetPartialMatchingImagesCount()Partial matching images from the Internet.List<WebDetection.WebImage>getPartialMatchingImagesList()Partial matching images from the Internet.WebDetection.WebImageOrBuildergetPartialMatchingImagesOrBuilder(int index)Partial matching images from the Internet.List<? extends WebDetection.WebImageOrBuilder>getPartialMatchingImagesOrBuilderList()Partial matching images from the Internet.WebDetection.WebImagegetVisuallySimilarImages(int index)The visually similar image results.intgetVisuallySimilarImagesCount()The visually similar image results.List<WebDetection.WebImage>getVisuallySimilarImagesList()The visually similar image results.WebDetection.WebImageOrBuildergetVisuallySimilarImagesOrBuilder(int index)The visually similar image results.List<? extends WebDetection.WebImageOrBuilder>getVisuallySimilarImagesOrBuilderList()The visually similar image results.WebDetection.WebEntitygetWebEntities(int index)Deduced entities from similar images on the Internet.intgetWebEntitiesCount()Deduced entities from similar images on the Internet.List<WebDetection.WebEntity>getWebEntitiesList()Deduced entities from similar images on the Internet.WebDetection.WebEntityOrBuildergetWebEntitiesOrBuilder(int index)Deduced entities from similar images on the Internet.List<? extends WebDetection.WebEntityOrBuilder>getWebEntitiesOrBuilderList()Deduced entities from similar images on the Internet.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWebEntitiesList
List<WebDetection.WebEntity> getWebEntitiesList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
-
getWebEntities
WebDetection.WebEntity getWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
-
getWebEntitiesCount
int getWebEntitiesCount()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
-
getWebEntitiesOrBuilderList
List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
-
getWebEntitiesOrBuilder
WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
-
getFullMatchingImagesList
List<WebDetection.WebImage> getFullMatchingImagesList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
-
getFullMatchingImages
WebDetection.WebImage getFullMatchingImages(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
-
getFullMatchingImagesCount
int getFullMatchingImagesCount()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
-
getFullMatchingImagesOrBuilderList
List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
-
getFullMatchingImagesOrBuilder
WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
-
getPartialMatchingImagesList
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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
-
getPartialMatchingImages
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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
-
getPartialMatchingImagesCount
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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
-
getPartialMatchingImagesOrBuilderList
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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
-
getPartialMatchingImagesOrBuilder
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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
-
getPagesWithMatchingImagesList
List<WebDetection.WebPage> getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
-
getPagesWithMatchingImages
WebDetection.WebPage getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
-
getPagesWithMatchingImagesCount
int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
-
getPagesWithMatchingImagesOrBuilderList
List<? extends WebDetection.WebPageOrBuilder> getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
-
getPagesWithMatchingImagesOrBuilder
WebDetection.WebPageOrBuilder getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
-
getVisuallySimilarImagesList
List<WebDetection.WebImage> getVisuallySimilarImagesList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
-
getVisuallySimilarImages
WebDetection.WebImage getVisuallySimilarImages(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
-
getVisuallySimilarImagesCount
int getVisuallySimilarImagesCount()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
-
getVisuallySimilarImagesOrBuilderList
List<? extends WebDetection.WebImageOrBuilder> getVisuallySimilarImagesOrBuilderList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
-
getVisuallySimilarImagesOrBuilder
WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
-
getBestGuessLabelsList
List<WebDetection.WebLabel> getBestGuessLabelsList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
-
getBestGuessLabels
WebDetection.WebLabel getBestGuessLabels(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
-
getBestGuessLabelsCount
int getBestGuessLabelsCount()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
-
getBestGuessLabelsOrBuilderList
List<? extends WebDetection.WebLabelOrBuilder> getBestGuessLabelsOrBuilderList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
-
getBestGuessLabelsOrBuilder
WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
-
-