public static final class WebDetection.WebPage.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder> implements WebDetection.WebPageOrBuilder
Metadata for web pages.Protobuf type
google.cloud.vision.v1.WebDetection.WebPage| Modifier and Type | Method and Description |
|---|---|
WebDetection.WebPage.Builder |
addAllFullMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
addAllPartialMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
addFullMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
addFullMatchingImages(int index,
WebDetection.WebImage value)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
addFullMatchingImages(WebDetection.WebImage.Builder builderForValue)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
addFullMatchingImages(WebDetection.WebImage value)
Fully matching images on the page.
|
WebDetection.WebImage.Builder |
addFullMatchingImagesBuilder()
Fully matching images on the page.
|
WebDetection.WebImage.Builder |
addFullMatchingImagesBuilder(int index)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
addPartialMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
addPartialMatchingImages(int index,
WebDetection.WebImage value)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
addPartialMatchingImages(WebDetection.WebImage.Builder builderForValue)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
addPartialMatchingImages(WebDetection.WebImage value)
Partial matching images on the page.
|
WebDetection.WebImage.Builder |
addPartialMatchingImagesBuilder()
Partial matching images on the page.
|
WebDetection.WebImage.Builder |
addPartialMatchingImagesBuilder(int index)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WebDetection.WebPage |
build() |
WebDetection.WebPage |
buildPartial() |
WebDetection.WebPage.Builder |
clear() |
WebDetection.WebPage.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WebDetection.WebPage.Builder |
clearFullMatchingImages()
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WebDetection.WebPage.Builder |
clearPageTitle()
Title for the web page, may contain HTML markups.
|
WebDetection.WebPage.Builder |
clearPartialMatchingImages()
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
clearScore()
(Deprecated) Overall relevancy score for the web page.
|
WebDetection.WebPage.Builder |
clearUrl()
The result web page URL.
|
WebDetection.WebPage.Builder |
clone() |
WebDetection.WebPage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
WebDetection.WebImage |
getFullMatchingImages(int index)
Fully matching images on the page.
|
WebDetection.WebImage.Builder |
getFullMatchingImagesBuilder(int index)
Fully matching images on the page.
|
List<WebDetection.WebImage.Builder> |
getFullMatchingImagesBuilderList()
Fully matching images on the page.
|
int |
getFullMatchingImagesCount()
Fully matching images on the page.
|
List<WebDetection.WebImage> |
getFullMatchingImagesList()
Fully matching images on the page.
|
WebDetection.WebImageOrBuilder |
getFullMatchingImagesOrBuilder(int index)
Fully matching images on the page.
|
List<? extends WebDetection.WebImageOrBuilder> |
getFullMatchingImagesOrBuilderList()
Fully matching images on the page.
|
String |
getPageTitle()
Title for the web page, may contain HTML markups.
|
com.google.protobuf.ByteString |
getPageTitleBytes()
Title for the web page, may contain HTML markups.
|
WebDetection.WebImage |
getPartialMatchingImages(int index)
Partial matching images on the page.
|
WebDetection.WebImage.Builder |
getPartialMatchingImagesBuilder(int index)
Partial matching images on the page.
|
List<WebDetection.WebImage.Builder> |
getPartialMatchingImagesBuilderList()
Partial matching images on the page.
|
int |
getPartialMatchingImagesCount()
Partial matching images on the page.
|
List<WebDetection.WebImage> |
getPartialMatchingImagesList()
Partial matching images on the page.
|
WebDetection.WebImageOrBuilder |
getPartialMatchingImagesOrBuilder(int index)
Partial matching images on the page.
|
List<? extends WebDetection.WebImageOrBuilder> |
getPartialMatchingImagesOrBuilderList()
Partial matching images on the page.
|
float |
getScore()
(Deprecated) Overall relevancy score for the web page.
|
String |
getUrl()
The result web page URL.
|
com.google.protobuf.ByteString |
getUrlBytes()
The result web page URL.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WebDetection.WebPage.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WebDetection.WebPage.Builder |
mergeFrom(com.google.protobuf.Message other) |
WebDetection.WebPage.Builder |
mergeFrom(WebDetection.WebPage other) |
WebDetection.WebPage.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebDetection.WebPage.Builder |
removeFullMatchingImages(int index)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
removePartialMatchingImages(int index)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WebDetection.WebPage.Builder |
setFullMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
setFullMatchingImages(int index,
WebDetection.WebImage value)
Fully matching images on the page.
|
WebDetection.WebPage.Builder |
setPageTitle(String value)
Title for the web page, may contain HTML markups.
|
WebDetection.WebPage.Builder |
setPageTitleBytes(com.google.protobuf.ByteString value)
Title for the web page, may contain HTML markups.
|
WebDetection.WebPage.Builder |
setPartialMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
setPartialMatchingImages(int index,
WebDetection.WebImage value)
Partial matching images on the page.
|
WebDetection.WebPage.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WebDetection.WebPage.Builder |
setScore(float value)
(Deprecated) Overall relevancy score for the web page.
|
WebDetection.WebPage.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebDetection.WebPage.Builder |
setUrl(String value)
The result web page URL.
|
WebDetection.WebPage.Builder |
setUrlBytes(com.google.protobuf.ByteString value)
The result web page URL.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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.WebPage.Builder>public WebDetection.WebPage.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.WebPage.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.WebPage.Builder>public WebDetection.WebPage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WebDetection.WebPage build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WebDetection.WebPage buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WebDetection.WebPage.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.WebPage.Builder>public WebDetection.WebPage.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder mergeFrom(WebDetection.WebPage other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public WebDetection.WebPage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WebDetection.WebPage.Builder>IOExceptionpublic String getUrl()
The result web page URL.
string url = 1;getUrl in interface WebDetection.WebPageOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
The result web page URL.
string url = 1;getUrlBytes in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebPage.Builder setUrl(String value)
The result web page URL.
string url = 1;value - The url to set.public WebDetection.WebPage.Builder clearUrl()
The result web page URL.
string url = 1;public WebDetection.WebPage.Builder setUrlBytes(com.google.protobuf.ByteString value)
The result web page URL.
string url = 1;value - The bytes for url to set.public float getScore()
(Deprecated) Overall relevancy score for the web page.
float score = 2;getScore in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebPage.Builder setScore(float value)
(Deprecated) Overall relevancy score for the web page.
float score = 2;value - The score to set.public WebDetection.WebPage.Builder clearScore()
(Deprecated) Overall relevancy score for the web page.
float score = 2;public String getPageTitle()
Title for the web page, may contain HTML markups.
string page_title = 3;getPageTitle in interface WebDetection.WebPageOrBuilderpublic com.google.protobuf.ByteString getPageTitleBytes()
Title for the web page, may contain HTML markups.
string page_title = 3;getPageTitleBytes in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebPage.Builder setPageTitle(String value)
Title for the web page, may contain HTML markups.
string page_title = 3;value - The pageTitle to set.public WebDetection.WebPage.Builder clearPageTitle()
Title for the web page, may contain HTML markups.
string page_title = 3;public WebDetection.WebPage.Builder setPageTitleBytes(com.google.protobuf.ByteString value)
Title for the web page, may contain HTML markups.
string page_title = 3;value - The bytes for pageTitle to set.public List<WebDetection.WebImage> getFullMatchingImagesList()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
getFullMatchingImagesList in interface WebDetection.WebPageOrBuilderpublic int getFullMatchingImagesCount()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
getFullMatchingImagesCount in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebImage getFullMatchingImages(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
getFullMatchingImages in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebPage.Builder setFullMatchingImages(int index, WebDetection.WebImage value)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder setFullMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder addFullMatchingImages(WebDetection.WebImage value)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder addFullMatchingImages(int index, WebDetection.WebImage value)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder addFullMatchingImages(WebDetection.WebImage.Builder builderForValue)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder addFullMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder addAllFullMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder clearFullMatchingImages()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebPage.Builder removeFullMatchingImages(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebImage.Builder getFullMatchingImagesBuilder(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebImageOrBuilder getFullMatchingImagesOrBuilder(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
getFullMatchingImagesOrBuilder in interface WebDetection.WebPageOrBuilderpublic List<? extends WebDetection.WebImageOrBuilder> getFullMatchingImagesOrBuilderList()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
getFullMatchingImagesOrBuilderList in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebImage.Builder addFullMatchingImagesBuilder()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public WebDetection.WebImage.Builder addFullMatchingImagesBuilder(int index)
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public List<WebDetection.WebImage.Builder> getFullMatchingImagesBuilderList()
Fully matching images on the page. Can include resized copies of the query image.
repeated .google.cloud.vision.v1.WebDetection.WebImage full_matching_images = 4;
public List<WebDetection.WebImage> getPartialMatchingImagesList()
Partial matching images on the page. 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 = 5;
getPartialMatchingImagesList in interface WebDetection.WebPageOrBuilderpublic int getPartialMatchingImagesCount()
Partial matching images on the page. 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 = 5;
getPartialMatchingImagesCount in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebImage getPartialMatchingImages(int index)
Partial matching images on the page. 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 = 5;
getPartialMatchingImages in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebPage.Builder setPartialMatchingImages(int index, WebDetection.WebImage value)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder setPartialMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder addPartialMatchingImages(WebDetection.WebImage value)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder addPartialMatchingImages(int index, WebDetection.WebImage value)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder addPartialMatchingImages(WebDetection.WebImage.Builder builderForValue)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder addPartialMatchingImages(int index, WebDetection.WebImage.Builder builderForValue)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder addAllPartialMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder clearPartialMatchingImages()
Partial matching images on the page. 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 = 5;
public WebDetection.WebPage.Builder removePartialMatchingImages(int index)
Partial matching images on the page. 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 = 5;
public WebDetection.WebImage.Builder getPartialMatchingImagesBuilder(int index)
Partial matching images on the page. 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 = 5;
public WebDetection.WebImageOrBuilder getPartialMatchingImagesOrBuilder(int index)
Partial matching images on the page. 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 = 5;
getPartialMatchingImagesOrBuilder in interface WebDetection.WebPageOrBuilderpublic List<? extends WebDetection.WebImageOrBuilder> getPartialMatchingImagesOrBuilderList()
Partial matching images on the page. 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 = 5;
getPartialMatchingImagesOrBuilderList in interface WebDetection.WebPageOrBuilderpublic WebDetection.WebImage.Builder addPartialMatchingImagesBuilder()
Partial matching images on the page. 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 = 5;
public WebDetection.WebImage.Builder addPartialMatchingImagesBuilder(int index)
Partial matching images on the page. 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 = 5;
public List<WebDetection.WebImage.Builder> getPartialMatchingImagesBuilderList()
Partial matching images on the page. 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 = 5;
public final WebDetection.WebPage.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>public final WebDetection.WebPage.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WebDetection.WebPage.Builder>Copyright © 2023 Google LLC. All rights reserved.