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.v1p3beta1.WebDetection
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > WebDetection.BuilderImplements
WebDetectionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllBestGuessLabels(Iterable<? extends WebDetection.WebLabel> values)
public WebDetection.Builder addAllBestGuessLabels(Iterable<? extends WebDetection.WebLabel> values)
Best guess text labels for the request image.
repeated .google.cloud.vision.v1p3beta1.WebDetection.WebLabel best_guess_labels = 8;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebLabel> |
Type | Description |
WebDetection.Builder |
addAllFullMatchingImages(Iterable<? extends WebDetection.WebImage> values)
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.v1p3beta1.WebDetection.WebImage full_matching_images = 2;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImage> |
Type | Description |
WebDetection.Builder |
addAllPagesWithMatchingImages(Iterable<? extends WebDetection.WebPage> values)
public WebDetection.Builder addAllPagesWithMatchingImages(Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
repeated .google.cloud.vision.v1p3beta1.WebDetection.WebPage pages_with_matching_images = 4;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebPage> |
Type | Description |
WebDetection.Builder |
addAllPartialMatchingImages(Iterable<? extends WebDetection.WebImage> values)
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.v1p3beta1.WebDetection.WebImage partial_matching_images = 3;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p3beta1.WebDetection.WebImage> |
Type | Description |
WebDetection.Builder |
addAllVisuallySimilarImages(Iterable<? extends WebDetection.WebImage> values)
public WebDetection.Buil