public static final class WebDetection.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder> implements WebDetectionOrBuilder
Relevant information for the image from the Internet.Protobuf type
google.cloud.vision.v1.WebDetection| Modifier and Type | Method and Description |
|---|---|
WebDetection.Builder |
addAllFullMatchingImages(java.lang.Iterable<? extends WebDetection.WebImage> values)
Fully matching images from the Internet.
|
WebDetection.Builder |
addAllPagesWithMatchingImages(java.lang.Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
addAllPartialMatchingImages(java.lang.Iterable<? extends WebDetection.WebImage> values)
Partial matching images from the Internet.
|
WebDetection.Builder |
addAllWebEntities(java.lang.Iterable<? extends WebDetection.WebEntity> values)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
addFullMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebDetection.Builder |
addFullMatchingImages(int index,
WebDetection.WebImage value)
Fully matching images from the Internet.
|
WebDetection.Builder |
addFullMatchingImages(WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebDetection.Builder |
addFullMatchingImages(WebDetection.WebImage value)
Fully matching images from the Internet.
|
WebDetection.WebImage.Builder |
addFullMatchingImagesBuilder()
Fully matching images from the Internet.
|
WebDetection.WebImage.Builder |
addFullMatchingImagesBuilder(int index)
Fully matching images from the Internet.
|
WebDetection.Builder |
addPagesWithMatchingImages(int index,
WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
addPagesWithMatchingImages(int index,
WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
addPagesWithMatchingImages(WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
addPagesWithMatchingImages(WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
WebDetection.WebPage.Builder |
addPagesWithMatchingImagesBuilder()
Web pages containing the matching images from the Internet.
|
WebDetection.WebPage.Builder |
addPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
addPartialMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebDetection.Builder |
addPartialMatchingImages(int index,
WebDetection.WebImage value)
Partial matching images from the Internet.
|
WebDetection.Builder |
addPartialMatchingImages(WebDetection.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebDetection.Builder |
addPartialMatchingImages(WebDetection.WebImage value)
Partial matching images from the Internet.
|
WebDetection.WebImage.Builder |
addPartialMatchingImagesBuilder()
Partial matching images from the Internet.
|
WebDetection.WebImage.Builder |
addPartialMatchingImagesBuilder(int index)
Partial matching images from the Internet.
|
WebDetection.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
WebDetection.Builder |
addWebEntities(int index,
WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
addWebEntities(int index,
WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
addWebEntities(WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
addWebEntities(WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntity.Builder |
addWebEntitiesBuilder()
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntity.Builder |
addWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
|
WebDetection |
build() |
WebDetection |
buildPartial() |
WebDetection.Builder |
clear() |
WebDetection.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WebDetection.Builder |
clearFullMatchingImages()
Fully matching images from the Internet.
|
WebDetection.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WebDetection.Builder |
clearPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
clearPartialMatchingImages()
Partial matching images from the Internet.
|
WebDetection.Builder |
clearWebEntities()
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
clone() |
WebDetection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
WebDetection.WebImage |
getFullMatchingImages(int index)
Fully matching images from the Internet.
|
WebDetection.WebImage.Builder |
getFullMatchingImagesBuilder(int index)
Fully matching images from the Internet.
|
java.util.List<WebDetection.WebImage.Builder> |
getFullMatchingImagesBuilderList()
Fully matching images from the Internet.
|
int |
getFullMatchingImagesCount()
Fully matching images from the Internet.
|
java.util.List<WebDetection.WebImage> |
getFullMatchingImagesList()
Fully matching images from the Internet.
|
WebDetection.WebImageOrBuilder |
getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet.
|
java.util.List<? extends WebDetection.WebImageOrBuilder> |
getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet.
|
WebDetection.WebPage |
getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
WebDetection.WebPage.Builder |
getPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
|
java.util.List<WebDetection.WebPage.Builder> |
getPagesWithMatchingImagesBuilderList()
Web pages containing the matching images from the Internet.
|
int |
getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
|
java.util.List<WebDetection.WebPage> |
getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
|
WebDetection.WebPageOrBuilder |
getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.
|
java.util.List<? extends WebDetection.WebPageOrBuilder> |
getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
|
WebDetection.WebImage |
getPartialMatchingImages(int index)
Partial matching images from the Internet.
|
WebDetection.WebImage.Builder |
getPartialMatchingImagesBuilder(int index)
Partial matching images from the Internet.
|
java.util.List<WebDetection.WebImage.Builder> |
getPartialMatchingImagesBuilderList()
Partial matching images from the Internet.
|
int |
getPartialMatchingImagesCount()
Partial matching images from the Internet.
|
java.util.List<WebDetection.WebImage> |
getPartialMatchingImagesList()
Partial matching images from the Internet.
|
WebDetection.WebImageOrBuilder |
getPartialMatchingImagesOrBuilder(int index)
Partial matching images from the Internet.
|
java.util.List<? extends WebDetection.WebImageOrBuilder> |
getPartialMatchingImagesOrBuilderList()
Partial matching images from the Internet.
|
WebDetection.WebEntity |
getWebEntities(int index)
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntity.Builder |
getWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
|
java.util.List<WebDetection.WebEntity.Builder> |
getWebEntitiesBuilderList()
Deduced entities from similar images on the Internet.
|
int |
getWebEntitiesCount()
Deduced entities from similar images on the Internet.
|
java.util.List<WebDetection.WebEntity> |
getWebEntitiesList()
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntityOrBuilder |
getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
|
java.util.List<? extends WebDetection.WebEntityOrBuilder> |
getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WebDetection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WebDetection.Builder |
mergeFrom(com.google.protobuf.Message other) |
WebDetection.Builder |
mergeFrom(WebDetection other) |
WebDetection.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebDetection.Builder |
removeFullMatchingImages(int index)
Fully matching images from the Internet.
|
WebDetection.Builder |
removePagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
removePartialMatchingImages(int index)
Partial matching images from the Internet.
|
WebDetection.Builder |
removeWebEntities(int index)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
WebDetection.Builder |
setFullMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebDetection.Builder |
setFullMatchingImages(int index,
WebDetection.WebImage value)
Fully matching images from the Internet.
|
WebDetection.Builder |
setPagesWithMatchingImages(int index,
WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
setPagesWithMatchingImages(int index,
WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
setPartialMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebDetection.Builder |
setPartialMatchingImages(int index,
WebDetection.WebImage value)
Partial matching images from the Internet.
|
WebDetection.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
WebDetection.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebDetection.Builder |
setWebEntities(int index,
WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
setWebEntities(int index,
WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WebDetection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WebDetection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WebDetection.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebDetection.Builder>public WebDetection.Builder mergeFrom(WebDetection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public WebDetection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebDetection.Builder>java.io.IOExceptionpublic java.util.List<WebDetection.WebEntity> getWebEntitiesList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;getWebEntitiesList in interface WebDetectionOrBuilderpublic int getWebEntitiesCount()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;getWebEntitiesCount in interface WebDetectionOrBuilderpublic WebDetection.WebEntity getWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;getWebEntities in interface WebDetectionOrBuilderpublic WebDetection.Builder setWebEntities(int index, WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder setWebEntities(int index, WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder addWebEntities(WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder addWebEntities(int index, WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder addWebEntities(WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder addWebEntities(int index, WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder addAllWebEntities(java.lang.Iterable<? extends WebDetection.WebEntity> values)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder clearWebEntities()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.Builder removeWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.WebEntity.Builder getWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;getWebEntitiesOrBuilder in interface WebDetectionOrBuilderpublic java.util.List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;getWebEntitiesOrBuilderList in interface WebDetectionOrBuilderpublic WebDetection.WebEntity.Builder addWebEntitiesBuilder()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public WebDetection.WebEntity.Builder addWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public java.util.List<WebDetection.WebEntity.Builder> getWebEntitiesBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebEntity web_entities = 1;public java.util.List<WebDetection.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.WebDetection.WebImage full_matching_images = 2;getFullMatchingImagesList in interface WebDetectionOrBuilderpublic 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.WebDetection.WebImage full_matching_images = 2;getFullMatchingImagesCount in interface WebDetectionOrBuilderpublic WebDetection.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.WebDetection.WebImage full_matching_images = 2;getFullMatchingImages in interface WebDetectionOrBuilderpublic WebDetection.Builder setFullMatchingImages(int index, WebDetection.WebImage value)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder setFullMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder addFullMatchingImages(WebDetection.WebImage value)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder addFullMatchingImages(int index, WebDetection.WebImage value)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder addFullMatchingImages(WebDetection.WebImage.Builder builderForValue)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder addFullMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder addAllFullMatchingImages(java.lang.Iterable<? extends WebDetection.WebImage> values)
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder clearFullMatchingImages()
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.Builder removeFullMatchingImages(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.WebDetection.WebImage full_matching_images = 2;public WebDetection.WebImage.Builder getFullMatchingImagesBuilder(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.WebDetection.WebImage full_matching_images = 2;public WebDetection.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.WebDetection.WebImage full_matching_images = 2;getFullMatchingImagesOrBuilder in interface WebDetectionOrBuilderpublic java.util.List<? extends WebDetection.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.WebDetection.WebImage full_matching_images = 2;getFullMatchingImagesOrBuilderList in interface WebDetectionOrBuilderpublic WebDetection.WebImage.Builder addFullMatchingImagesBuilder()
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.WebDetection.WebImage full_matching_images = 2;public WebDetection.WebImage.Builder addFullMatchingImagesBuilder(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.WebDetection.WebImage full_matching_images = 2;public java.util.List<WebDetection.WebImage.Builder> getFullMatchingImagesBuilderList()
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.WebDetection.WebImage full_matching_images = 2;public java.util.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;getPartialMatchingImagesList in interface WebDetectionOrBuilderpublic 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;getPartialMatchingImagesCount in interface WebDetectionOrBuilderpublic 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;getPartialMatchingImages in interface WebDetectionOrBuilderpublic WebDetection.Builder setPartialMatchingImages(int index, WebDetection.WebImage value)
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;public WebDetection.Builder setPartialMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
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;public WebDetection.Builder addPartialMatchingImages(WebDetection.WebImage value)
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;public WebDetection.Builder addPartialMatchingImages(int index, WebDetection.WebImage value)
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;public WebDetection.Builder addPartialMatchingImages(WebDetection.WebImage.Builder builderForValue)
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;public WebDetection.Builder addPartialMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
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;public WebDetection.Builder addAllPartialMatchingImages(java.lang.Iterable<? extends WebDetection.WebImage> values)
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;public WebDetection.Builder clearPartialMatchingImages()
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;public WebDetection.Builder removePartialMatchingImages(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;public WebDetection.WebImage.Builder getPartialMatchingImagesBuilder(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;public 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;getPartialMatchingImagesOrBuilder in interface WebDetectionOrBuilderpublic java.util.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;getPartialMatchingImagesOrBuilderList in interface WebDetectionOrBuilderpublic WebDetection.WebImage.Builder addPartialMatchingImagesBuilder()
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;public WebDetection.WebImage.Builder addPartialMatchingImagesBuilder(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;public java.util.List<WebDetection.WebImage.Builder> getPartialMatchingImagesBuilderList()
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;public java.util.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;getPagesWithMatchingImagesList in interface WebDetectionOrBuilderpublic int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;getPagesWithMatchingImagesCount in interface WebDetectionOrBuilderpublic 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;getPagesWithMatchingImages in interface WebDetectionOrBuilderpublic WebDetection.Builder setPagesWithMatchingImages(int index, WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder setPagesWithMatchingImages(int index, WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder addPagesWithMatchingImages(WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder addPagesWithMatchingImages(int index, WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder addPagesWithMatchingImages(WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder addPagesWithMatchingImages(int index, WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder addAllPagesWithMatchingImages(java.lang.Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder clearPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.Builder removePagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.WebPage.Builder getPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public 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;getPagesWithMatchingImagesOrBuilder in interface WebDetectionOrBuilderpublic java.util.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;getPagesWithMatchingImagesOrBuilderList in interface WebDetectionOrBuilderpublic WebDetection.WebPage.Builder addPagesWithMatchingImagesBuilder()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public WebDetection.WebPage.Builder addPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public java.util.List<WebDetection.WebPage.Builder> getPagesWithMatchingImagesBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebDetection.WebPage pages_with_matching_images = 4;public final WebDetection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>public final WebDetection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.Builder>