public static final class WebAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder> implements WebAnnotationOrBuilder
Relevant information for the image from the Internet.Protobuf type
google.cloud.vision.v1.WebAnnotation| Modifier and Type | Method and Description |
|---|---|
WebAnnotation.Builder |
addAllFullMatchingImages(java.lang.Iterable<? extends WebAnnotation.WebImage> values)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
addAllPagesWithMatchingImages(java.lang.Iterable<? extends WebAnnotation.WebPage> values)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
addAllPartialMatchingImages(java.lang.Iterable<? extends WebAnnotation.WebImage> values)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
addAllWebEntities(java.lang.Iterable<? extends WebAnnotation.WebEntity> values)
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
addFullMatchingImages(int index,
WebAnnotation.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
addFullMatchingImages(int index,
WebAnnotation.WebImage value)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
addFullMatchingImages(WebAnnotation.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
addFullMatchingImages(WebAnnotation.WebImage value)
Fully matching images from the Internet.
|
WebAnnotation.WebImage.Builder |
addFullMatchingImagesBuilder()
Fully matching images from the Internet.
|
WebAnnotation.WebImage.Builder |
addFullMatchingImagesBuilder(int index)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
addPagesWithMatchingImages(int index,
WebAnnotation.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
addPagesWithMatchingImages(int index,
WebAnnotation.WebPage value)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
addPagesWithMatchingImages(WebAnnotation.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
addPagesWithMatchingImages(WebAnnotation.WebPage value)
Web pages containing the matching images from the Internet.
|
WebAnnotation.WebPage.Builder |
addPagesWithMatchingImagesBuilder()
Web pages containing the matching images from the Internet.
|
WebAnnotation.WebPage.Builder |
addPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
addPartialMatchingImages(int index,
WebAnnotation.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
addPartialMatchingImages(int index,
WebAnnotation.WebImage value)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
addPartialMatchingImages(WebAnnotation.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
addPartialMatchingImages(WebAnnotation.WebImage value)
Partial matching images from the Internet.
|
WebAnnotation.WebImage.Builder |
addPartialMatchingImagesBuilder()
Partial matching images from the Internet.
|
WebAnnotation.WebImage.Builder |
addPartialMatchingImagesBuilder(int index)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
WebAnnotation.Builder |
addWebEntities(int index,
WebAnnotation.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
addWebEntities(int index,
WebAnnotation.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
addWebEntities(WebAnnotation.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
addWebEntities(WebAnnotation.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebAnnotation.WebEntity.Builder |
addWebEntitiesBuilder()
Deduced entities from similar images on the Internet.
|
WebAnnotation.WebEntity.Builder |
addWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
|
WebAnnotation |
build() |
WebAnnotation |
buildPartial() |
WebAnnotation.Builder |
clear() |
WebAnnotation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WebAnnotation.Builder |
clearFullMatchingImages()
Fully matching images from the Internet.
|
WebAnnotation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WebAnnotation.Builder |
clearPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
clearPartialMatchingImages()
Partial matching images from the Internet.
|
WebAnnotation.Builder |
clearWebEntities()
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
clone() |
WebAnnotation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
WebAnnotation.WebImage |
getFullMatchingImages(int index)
Fully matching images from the Internet.
|
WebAnnotation.WebImage.Builder |
getFullMatchingImagesBuilder(int index)
Fully matching images from the Internet.
|
java.util.List<WebAnnotation.WebImage.Builder> |
getFullMatchingImagesBuilderList()
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.
|
WebAnnotation.WebPage.Builder |
getPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
|
java.util.List<WebAnnotation.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<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.
|
WebAnnotation.WebImage.Builder |
getPartialMatchingImagesBuilder(int index)
Partial matching images from the Internet.
|
java.util.List<WebAnnotation.WebImage.Builder> |
getPartialMatchingImagesBuilderList()
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.
|
WebAnnotation.WebEntity.Builder |
getWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
|
java.util.List<WebAnnotation.WebEntity.Builder> |
getWebEntitiesBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WebAnnotation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WebAnnotation.Builder |
mergeFrom(com.google.protobuf.Message other) |
WebAnnotation.Builder |
mergeFrom(WebAnnotation other) |
WebAnnotation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebAnnotation.Builder |
removeFullMatchingImages(int index)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
removePagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
removePartialMatchingImages(int index)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
removeWebEntities(int index)
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
WebAnnotation.Builder |
setFullMatchingImages(int index,
WebAnnotation.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
setFullMatchingImages(int index,
WebAnnotation.WebImage value)
Fully matching images from the Internet.
|
WebAnnotation.Builder |
setPagesWithMatchingImages(int index,
WebAnnotation.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
setPagesWithMatchingImages(int index,
WebAnnotation.WebPage value)
Web pages containing the matching images from the Internet.
|
WebAnnotation.Builder |
setPartialMatchingImages(int index,
WebAnnotation.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
setPartialMatchingImages(int index,
WebAnnotation.WebImage value)
Partial matching images from the Internet.
|
WebAnnotation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
WebAnnotation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebAnnotation.Builder |
setWebEntities(int index,
WebAnnotation.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebAnnotation.Builder |
setWebEntities(int index,
WebAnnotation.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<WebAnnotation.Builder>public WebAnnotation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.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<WebAnnotation.Builder>public WebAnnotation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WebAnnotation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WebAnnotation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WebAnnotation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder>public WebAnnotation.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<WebAnnotation.Builder>public WebAnnotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder>public WebAnnotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder>public WebAnnotation.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<WebAnnotation.Builder>public WebAnnotation.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<WebAnnotation.Builder>public WebAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebAnnotation.Builder>public WebAnnotation.Builder mergeFrom(WebAnnotation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder>public WebAnnotation.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<WebAnnotation.Builder>java.io.IOExceptionpublic java.util.List<WebAnnotation.WebEntity> getWebEntitiesList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;getWebEntitiesList in interface WebAnnotationOrBuilderpublic int getWebEntitiesCount()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;getWebEntitiesCount in interface WebAnnotationOrBuilderpublic WebAnnotation.WebEntity getWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;getWebEntities in interface WebAnnotationOrBuilderpublic WebAnnotation.Builder setWebEntities(int index, WebAnnotation.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder setWebEntities(int index, WebAnnotation.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder addWebEntities(WebAnnotation.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder addWebEntities(int index, WebAnnotation.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder addWebEntities(WebAnnotation.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder addWebEntities(int index, WebAnnotation.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder addAllWebEntities(java.lang.Iterable<? extends WebAnnotation.WebEntity> values)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder clearWebEntities()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.Builder removeWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.WebEntity.Builder getWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;getWebEntitiesOrBuilder in interface WebAnnotationOrBuilderpublic 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;getWebEntitiesOrBuilderList in interface WebAnnotationOrBuilderpublic WebAnnotation.WebEntity.Builder addWebEntitiesBuilder()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public WebAnnotation.WebEntity.Builder addWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public java.util.List<WebAnnotation.WebEntity.Builder> getWebEntitiesBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebEntity web_entities = 1;public 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;getFullMatchingImagesList in interface WebAnnotationOrBuilderpublic 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;getFullMatchingImagesCount in interface WebAnnotationOrBuilderpublic 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;getFullMatchingImages in interface WebAnnotationOrBuilderpublic WebAnnotation.Builder setFullMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.Builder setFullMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.Builder addFullMatchingImages(WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.Builder addFullMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.Builder addFullMatchingImages(WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.Builder addFullMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.Builder addAllFullMatchingImages(java.lang.Iterable<? extends WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public 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;getFullMatchingImagesOrBuilder in interface WebAnnotationOrBuilderpublic 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;getFullMatchingImagesOrBuilderList in interface WebAnnotationOrBuilderpublic WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public java.util.List<WebAnnotation.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.WebAnnotation.WebImage full_matching_images = 2;public 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;getPartialMatchingImagesList in interface WebAnnotationOrBuilderpublic 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;getPartialMatchingImagesCount in interface WebAnnotationOrBuilderpublic 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;getPartialMatchingImages in interface WebAnnotationOrBuilderpublic WebAnnotation.Builder setPartialMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.Builder setPartialMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.Builder addPartialMatchingImages(WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.Builder addPartialMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.Builder addPartialMatchingImages(WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.Builder addPartialMatchingImages(int index, WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.Builder addAllPartialMatchingImages(java.lang.Iterable<? extends WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public 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;getPartialMatchingImagesOrBuilder in interface WebAnnotationOrBuilderpublic 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;getPartialMatchingImagesOrBuilderList in interface WebAnnotationOrBuilderpublic WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public java.util.List<WebAnnotation.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.WebAnnotation.WebImage partial_matching_images = 3;public 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;getPagesWithMatchingImagesList in interface WebAnnotationOrBuilderpublic int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;getPagesWithMatchingImagesCount in interface WebAnnotationOrBuilderpublic 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;getPagesWithMatchingImages in interface WebAnnotationOrBuilderpublic WebAnnotation.Builder setPagesWithMatchingImages(int index, WebAnnotation.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder setPagesWithMatchingImages(int index, WebAnnotation.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder addPagesWithMatchingImages(WebAnnotation.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder addPagesWithMatchingImages(int index, WebAnnotation.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder addPagesWithMatchingImages(WebAnnotation.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder addPagesWithMatchingImages(int index, WebAnnotation.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder addAllPagesWithMatchingImages(java.lang.Iterable<? extends WebAnnotation.WebPage> values)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder clearPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.Builder removePagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.WebPage.Builder getPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public 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;getPagesWithMatchingImagesOrBuilder in interface WebAnnotationOrBuilderpublic 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;getPagesWithMatchingImagesOrBuilderList in interface WebAnnotationOrBuilderpublic WebAnnotation.WebPage.Builder addPagesWithMatchingImagesBuilder()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public WebAnnotation.WebPage.Builder addPagesWithMatchingImagesBuilder(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public java.util.List<WebAnnotation.WebPage.Builder> getPagesWithMatchingImagesBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1.WebAnnotation.WebPage pages_with_matching_images = 4;public final WebAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder>public final WebAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebAnnotation.Builder>