public interface WebAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WebAnnotation.WebImage |
getFullMatchingImages(int index)
Fully matching images from the Internet.
|
int |
getFullMatchingImagesCount()
Fully matching images from the Internet.
|
java.util.List<WebAnnotation.WebImage> |
getFullMatchingImagesList()
Fully matching images from the Internet.
|
WebAnnotation.WebImageOrBuilder |
getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet.
|
java.util.List<? extends WebAnnotation.WebImageOrBuilder> |
getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet.
|
WebAnnotation.WebPage |
getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
int |
getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
|
java.util.List<WebAnnotation.WebPage> |
getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
|
WebAnnotation.WebPageOrBuilder |
getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.
|
java.util.List<? extends WebAnnotation.WebPageOrBuilder> |
getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
|
WebAnnotation.WebImage |
getPartialMatchingImages(int index)
Partial matching images from the Internet.
|
int |
getPartialMatchingImagesCount()
Partial matching images from the Internet.
|
java.util.List<WebAnnotation.WebImage> |
getPartialMatchingImagesList()
Partial matching images from the Internet.
|
WebAnnotation.WebImageOrBuilder |
getPartialMatchingImagesOrBuilder(int index)
Partial matching images from the Internet.
|
java.util.List<? extends WebAnnotation.WebImageOrBuilder> |
getPartialMatchingImagesOrBuilderList()
Partial matching images from the Internet.
|
WebAnnotation.WebEntity |
getWebEntities(int index)
Deduced entities from similar images on the Internet.
|
int |
getWebEntitiesCount()
Deduced entities from similar images on the Internet.
|
java.util.List<WebAnnotation.WebEntity> |
getWebEntitiesList()
Deduced entities from similar images on the Internet.
|
WebAnnotation.WebEntityOrBuilder |
getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
|
java.util.List<? extends WebAnnotation.WebEntityOrBuilder> |
getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<WebAnnotation.WebEntity> getWebEntitiesList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;WebAnnotation.WebEntity getWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;int getWebEntitiesCount()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;java.util.List<? extends WebAnnotation.WebEntityOrBuilder> getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;WebAnnotation.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;java.util.List<WebAnnotation.WebImage> getFullMatchingImagesList()
Fully matching images from the Internet. They're definite neardups and most often a copy of the query image with merely a size change.
repeated .google.cloud.vision.v1.WebAnnotation.WebImage full_matching_images = 2;WebAnnotation.WebImage getFullMatchingImages(int index)
Fully matching images from the Internet. They're definite neardups and most often a copy of the query image with merely a size change.
repeated .google.cloud.vision.v1.WebAnnotation.WebImage full_matching_images = 2;int getFullMatchingImagesCount()
Fully matching images from the Internet. They're definite neardups and most often a copy of the query image with merely a size change.
repeated .google.cloud.vision.v1.WebAnnotation.WebImage full_matching_images = 2;java.util.List<? extends WebAnnotation.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet. They're definite neardups and most often a copy of the query image with merely a size change.
repeated .google.cloud.vision.v1.WebAnnotation.WebImage full_matching_images = 2;WebAnnotation.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet. They're definite neardups and most often a copy of the query image with merely a size change.
repeated .google.cloud.vision.v1.WebAnnotation.WebImage full_matching_images = 2;java.util.List<WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;WebAnnotation.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.WebAnnotation.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.v1.WebAnnotation.WebImage partial_matching_images = 3;java.util.List<? extends WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;java.util.List<WebAnnotation.WebPage> getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;WebAnnotation.WebPage getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;java.util.List<? extends WebAnnotation.WebPageOrBuilder> getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;WebAnnotation.WebPageOrBuilder getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;