public static final class WebDetection.Builder extends GeneratedMessageV3.Builder<WebDetection.Builder> implements WebDetectionOrBuilder
Relevant information for the image from the Internet.Protobuf type
google.cloud.vision.v1p2beta1.WebDetection
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public WebDetection build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public WebDetection buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public WebDetection.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<WebDetection.Builder>
public WebDetection.Builder mergeFrom(WebDetection other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public WebDetection.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<WebDetection.Builder>
IOException
public List<WebDetection.WebEntity> getWebEntitiesList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesList
in interface WebDetectionOrBuilder
public int getWebEntitiesCount()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesCount
in interface WebDetectionOrBuilder
public WebDetection.WebEntity getWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
getWebEntities
in interface WebDetectionOrBuilder
public WebDetection.Builder setWebEntities(int index, WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.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.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.Builder addWebEntities(WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.Builder addAllWebEntities(Iterable<? extends WebDetection.WebEntity> values)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.Builder clearWebEntities()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.Builder removeWebEntities(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.WebEntity.Builder getWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.WebEntityOrBuilder getWebEntitiesOrBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesOrBuilder
in interface WebDetectionOrBuilder
public List<? extends WebDetection.WebEntityOrBuilder> getWebEntitiesOrBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
getWebEntitiesOrBuilderList
in interface WebDetectionOrBuilder
public WebDetection.WebEntity.Builder addWebEntitiesBuilder()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public WebDetection.WebEntity.Builder addWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public List<WebDetection.WebEntity.Builder> getWebEntitiesBuilderList()
Deduced entities from similar images on the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebEntity web_entities = 1;
public List<WebDetection.WebImage> getFullMatchingImagesList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesList
in interface WebDetectionOrBuilder
public int getFullMatchingImagesCount()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesCount
in interface WebDetectionOrBuilder
public WebDetection.WebImage getFullMatchingImages(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImages
in interface WebDetectionOrBuilder
public WebDetection.Builder setFullMatchingImages(int index, WebDetection.WebImage value)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder setFullMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder addFullMatchingImages(WebDetection.WebImage value)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder addFullMatchingImages(int index, WebDetection.WebImage value)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder addFullMatchingImages(WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder addFullMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder addAllFullMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder clearFullMatchingImages()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.Builder removeFullMatchingImages(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.WebImage.Builder getFullMatchingImagesBuilder(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesOrBuilder
in interface WebDetectionOrBuilder
public List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
getFullMatchingImagesOrBuilderList
in interface WebDetectionOrBuilder
public WebDetection.WebImage.Builder addFullMatchingImagesBuilder()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public WebDetection.WebImage.Builder addFullMatchingImagesBuilder(int index)
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public List<WebDetection.WebImage.Builder> getFullMatchingImagesBuilderList()
Fully matching images from the Internet. Can include resized copies of the query image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage full_matching_images = 2;
public 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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesList
in interface WebDetectionOrBuilder
public 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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesCount
in interface WebDetectionOrBuilder
public 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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImages
in interface WebDetectionOrBuilder
public 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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
public WebDetection.Builder addAllPartialMatchingImages(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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesOrBuilder
in interface WebDetectionOrBuilder
public 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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
getPartialMatchingImagesOrBuilderList
in interface WebDetectionOrBuilder
public 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.v1p2beta1.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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
public 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.v1p2beta1.WebDetection.WebImage partial_matching_images = 3;
public List<WebDetection.WebPage> getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesList
in interface WebDetectionOrBuilder
public int getPagesWithMatchingImagesCount()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesCount
in interface WebDetectionOrBuilder
public WebDetection.WebPage getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImages
in interface WebDetectionOrBuilder
public WebDetection.Builder setPagesWithMatchingImages(int index, WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
public WebDetection.Builder addAllPagesWithMatchingImages(Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
public WebDetection.Builder clearPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesOrBuilder
in interface WebDetectionOrBuilder
public List<? extends WebDetection.WebPageOrBuilder> getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
getPagesWithMatchingImagesOrBuilderList
in interface WebDetectionOrBuilder
public WebDetection.WebPage.Builder addPagesWithMatchingImagesBuilder()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.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.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
public List<WebDetection.WebPage.Builder> getPagesWithMatchingImagesBuilderList()
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebPage pages_with_matching_images = 4;
public List<WebDetection.WebImage> getVisuallySimilarImagesList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesList
in interface WebDetectionOrBuilder
public int getVisuallySimilarImagesCount()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesCount
in interface WebDetectionOrBuilder
public WebDetection.WebImage getVisuallySimilarImages(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImages
in interface WebDetectionOrBuilder
public WebDetection.Builder setVisuallySimilarImages(int index, WebDetection.WebImage value)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder setVisuallySimilarImages(int index, WebDetection.WebImage.Builder builderForValue)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder addVisuallySimilarImages(WebDetection.WebImage value)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder addVisuallySimilarImages(int index, WebDetection.WebImage value)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder addVisuallySimilarImages(WebDetection.WebImage.Builder builderForValue)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder addVisuallySimilarImages(int index, WebDetection.WebImage.Builder builderForValue)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder addAllVisuallySimilarImages(Iterable<? extends WebDetection.WebImage> values)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder clearVisuallySimilarImages()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.Builder removeVisuallySimilarImages(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.WebImage.Builder getVisuallySimilarImagesBuilder(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.WebImageOrBuilder getVisuallySimilarImagesOrBuilder(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesOrBuilder
in interface WebDetectionOrBuilder
public List<? extends WebDetection.WebImageOrBuilder> getVisuallySimilarImagesOrBuilderList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
getVisuallySimilarImagesOrBuilderList
in interface WebDetectionOrBuilder
public WebDetection.WebImage.Builder addVisuallySimilarImagesBuilder()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public WebDetection.WebImage.Builder addVisuallySimilarImagesBuilder(int index)
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public List<WebDetection.WebImage.Builder> getVisuallySimilarImagesBuilderList()
The visually similar image results.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebImage visually_similar_images = 6;
public List<WebDetection.WebLabel> getBestGuessLabelsList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsList
in interface WebDetectionOrBuilder
public int getBestGuessLabelsCount()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsCount
in interface WebDetectionOrBuilder
public WebDetection.WebLabel getBestGuessLabels(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabels
in interface WebDetectionOrBuilder
public WebDetection.Builder setBestGuessLabels(int index, WebDetection.WebLabel value)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder setBestGuessLabels(int index, WebDetection.WebLabel.Builder builderForValue)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder addBestGuessLabels(WebDetection.WebLabel value)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder addBestGuessLabels(int index, WebDetection.WebLabel value)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder addBestGuessLabels(WebDetection.WebLabel.Builder builderForValue)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder addBestGuessLabels(int index, WebDetection.WebLabel.Builder builderForValue)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder addAllBestGuessLabels(Iterable<? extends WebDetection.WebLabel> values)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder clearBestGuessLabels()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.Builder removeBestGuessLabels(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.WebLabel.Builder getBestGuessLabelsBuilder(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.WebLabelOrBuilder getBestGuessLabelsOrBuilder(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsOrBuilder
in interface WebDetectionOrBuilder
public List<? extends WebDetection.WebLabelOrBuilder> getBestGuessLabelsOrBuilderList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
getBestGuessLabelsOrBuilderList
in interface WebDetectionOrBuilder
public WebDetection.WebLabel.Builder addBestGuessLabelsBuilder()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public WebDetection.WebLabel.Builder addBestGuessLabelsBuilder(int index)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public List<WebDetection.WebLabel.Builder> getBestGuessLabelsBuilderList()
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p2beta1.WebDetection.WebLabel best_guess_labels = 8;
public final WebDetection.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<WebDetection.Builder>
public final WebDetection.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<WebDetection.Builder>
Copyright © 2022 Google LLC. All rights reserved.