All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.vision.v1p4beta1.WebDetectionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/web_detection.proto

package com.google.cloud.vision.v1p4beta1;

public interface WebDetectionOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.WebDetection)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Deduced entities from similar images on the Internet.
   * 
* * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebEntity web_entities = 1; */ java.util.List getWebEntitiesList(); /** * * *
   * Deduced entities from similar images on the Internet.
   * 
* * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebEntity web_entities = 1; */ com.google.cloud.vision.v1p4beta1.WebDetection.WebEntity getWebEntities(int index); /** * * *
   * Deduced entities from similar images on the Internet.
   * 
* * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebEntity web_entities = 1; */ int getWebEntitiesCount(); /** * * *
   * Deduced entities from similar images on the Internet.
   * 
* * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebEntity web_entities = 1; */ java.util.List getWebEntitiesOrBuilderList(); /** * * *
   * Deduced entities from similar images on the Internet.
   * 
* * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebEntity web_entities = 1; */ com.google.cloud.vision.v1p4beta1.WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder( 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; * */ java.util.List 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; * */ com.google.cloud.vision.v1p4beta1.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; * */ 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; * */ java.util.List 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; * */ com.google.cloud.vision.v1p4beta1.WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder( 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; * */ java.util.List 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.v1p4beta1.WebDetection.WebImage partial_matching_images = 3; * */ com.google.cloud.vision.v1p4beta1.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; * */ 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.v1p4beta1.WebDetection.WebImage partial_matching_images = 3; * */ java.util.List 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.v1p4beta1.WebDetection.WebImage partial_matching_images = 3; * */ com.google.cloud.vision.v1p4beta1.WebDetection.WebImageOrBuilder getPartialMatchingImagesOrBuilder(int index); /** * * *
   * Web pages containing the matching images from the Internet.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4; * */ java.util.List getPagesWithMatchingImagesList(); /** * * *
   * Web pages containing the matching images from the Internet.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4; * */ com.google.cloud.vision.v1p4beta1.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; * */ int getPagesWithMatchingImagesCount(); /** * * *
   * Web pages containing the matching images from the Internet.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4; * */ java.util.List getPagesWithMatchingImagesOrBuilderList(); /** * * *
   * Web pages containing the matching images from the Internet.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebPage pages_with_matching_images = 4; * */ com.google.cloud.vision.v1p4beta1.WebDetection.WebPageOrBuilder getPagesWithMatchingImagesOrBuilder(int index); /** * * *
   * The visually similar image results.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage visually_similar_images = 6; * */ java.util.List getVisuallySimilarImagesList(); /** * * *
   * The visually similar image results.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage visually_similar_images = 6; * */ com.google.cloud.vision.v1p4beta1.WebDetection.WebImage getVisuallySimilarImages(int index); /** * * *
   * The visually similar image results.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage visually_similar_images = 6; * */ int getVisuallySimilarImagesCount(); /** * * *
   * The visually similar image results.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage visually_similar_images = 6; * */ java.util.List getVisuallySimilarImagesOrBuilderList(); /** * * *
   * The visually similar image results.
   * 
* * * repeated .google.cloud.vision.v1p4beta1.WebDetection.WebImage visually_similar_images = 6; * */ com.google.cloud.vision.v1p4beta1.WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder(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; * */ java.util.List 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; * */ com.google.cloud.vision.v1p4beta1.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; * */ 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; * */ java.util.List 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; * */ com.google.cloud.vision.v1p4beta1.WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy