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 Detail

      • getWebEntitiesList

        List<WebDetection.WebEntity> getWebEntitiesList()
         Deduced entities from similar images on the Internet.
         
        repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
      • getWebEntities

        WebDetection.WebEntity getWebEntities​(int index)
         Deduced entities from similar images on the Internet.
         
        repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
      • getWebEntitiesCount

        int getWebEntitiesCount()
         Deduced entities from similar images on the Internet.
         
        repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
      • getWebEntitiesOrBuilderList

        List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()
         Deduced entities from similar images on the Internet.
         
        repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;
      • getWebEntitiesOrBuilder

        WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder​(int index)
         Deduced entities from similar images on the Internet.
         
        repeated .google.cloud.vision.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.WebDetection.WebImage partial_matching_images = 3;
      • getPagesWithMatchingImagesList

        List<WebDetection.WebPage> getPagesWithMatchingImagesList()
         Web pages containing the matching images from the Internet.
         
        repeated .google.cloud.vision.v1.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.v1.WebDetection.WebPage pages_with_matching_images = 4;
      • getPagesWithMatchingImagesCount

        int getPagesWithMatchingImagesCount()
         Web pages containing the matching images from the Internet.
         
        repeated .google.cloud.vision.v1.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.v1.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.v1.WebDetection.WebPage pages_with_matching_images = 4;
      • getVisuallySimilarImagesList

        List<WebDetection.WebImage> getVisuallySimilarImagesList()
         The visually similar image results.
         
        repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
      • getVisuallySimilarImages

        WebDetection.WebImage getVisuallySimilarImages​(int index)
         The visually similar image results.
         
        repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
      • getVisuallySimilarImagesCount

        int getVisuallySimilarImagesCount()
         The visually similar image results.
         
        repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
      • getVisuallySimilarImagesOrBuilderList

        List<? extends WebDetection.WebImageOrBuilder> getVisuallySimilarImagesOrBuilderList()
         The visually similar image results.
         
        repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
      • getVisuallySimilarImagesOrBuilder

        WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder​(int index)
         The visually similar image results.
         
        repeated .google.cloud.vision.v1.WebDetection.WebImage visually_similar_images = 6;
      • getBestGuessLabelsList

        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.v1.WebDetection.WebLabel best_guess_labels = 8;
      • getBestGuessLabels

        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.v1.WebDetection.WebLabel best_guess_labels = 8;
      • getBestGuessLabelsCount

        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.v1.WebDetection.WebLabel best_guess_labels = 8;
      • getBestGuessLabelsOrBuilderList

        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.v1.WebDetection.WebLabel best_guess_labels = 8;
      • getBestGuessLabelsOrBuilder

        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.v1.WebDetection.WebLabel best_guess_labels = 8;