com.google.cloud.vision.v1p3beta1.WebDetectionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p3beta1
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p3beta1/web_detection.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.vision.v1p3beta1;
public interface WebDetectionOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p3beta1.WebDetection)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Deduced entities from similar images on the Internet.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;
*/
java.util.List getWebEntitiesList();
/**
*
*
*
* Deduced entities from similar images on the Internet.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebEntity getWebEntities(int index);
/**
*
*
*
* Deduced entities from similar images on the Internet.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;
*/
int getWebEntitiesCount();
/**
*
*
*
* Deduced entities from similar images on the Internet.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;
*/
java.util.List extends com.google.cloud.vision.v1p3beta1.WebDetection.WebEntityOrBuilder>
getWebEntitiesOrBuilderList();
/**
*
*
*
* Deduced entities from similar images on the Internet.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebEntity web_entities = 1;
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(
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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.vision.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.vision.v1p3beta1.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;
*
*/
com.google.cloud.vision.v1p3beta1.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.v1p3beta1.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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;
*
*/
com.google.cloud.vision.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.vision.v1p3beta1.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;
*
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder
getPartialMatchingImagesOrBuilder(int index);
/**
*
*
*
* Web pages containing the matching images from the Internet.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;
*
*/
java.util.List
getPagesWithMatchingImagesList();
/**
*
*
*
* Web pages containing the matching images from the Internet.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;
*
*/
com.google.cloud.vision.v1p3beta1.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;
*
*/
int getPagesWithMatchingImagesCount();
/**
*
*
*
* Web pages containing the matching images from the Internet.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;
*
*/
java.util.List extends com.google.cloud.vision.v1p3beta1.WebDetection.WebPageOrBuilder>
getPagesWithMatchingImagesOrBuilderList();
/**
*
*
*
* Web pages containing the matching images from the Internet.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;
*
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebPageOrBuilder
getPagesWithMatchingImagesOrBuilder(int index);
/**
*
*
*
* The visually similar image results.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;
*
*/
java.util.List
getVisuallySimilarImagesList();
/**
*
*
*
* The visually similar image results.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;
*
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebImage getVisuallySimilarImages(int index);
/**
*
*
*
* The visually similar image results.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;
*
*/
int getVisuallySimilarImagesCount();
/**
*
*
*
* The visually similar image results.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;
*
*/
java.util.List extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder>
getVisuallySimilarImagesOrBuilderList();
/**
*
*
*
* The visually similar image results.
*
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebImage visually_similar_images = 6;
*
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebImageOrBuilder
getVisuallySimilarImagesOrBuilder(int index);
/**
*
*
*
* Best guess text labels for the request image.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;
*
*/
java.util.List getBestGuessLabelsList();
/**
*
*
*
* Best guess text labels for the request image.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;
*
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebLabel getBestGuessLabels(int index);
/**
*
*
*
* Best guess text labels for the request image.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;
*
*/
int getBestGuessLabelsCount();
/**
*
*
*
* Best guess text labels for the request image.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;
*
*/
java.util.List extends com.google.cloud.vision.v1p3beta1.WebDetection.WebLabelOrBuilder>
getBestGuessLabelsOrBuilderList();
/**
*
*
*
* Best guess text labels for the request image.
*
*
* repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;
*
*/
com.google.cloud.vision.v1p3beta1.WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(
int index);
}