Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
WebDetection.Builder |
WebDetection.Builder.addAllBestGuessLabels(Iterable<? extends WebDetection.WebLabel> values)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.addAllFullMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addAllPagesWithMatchingImages(Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addAllPartialMatchingImages(Iterable<? extends WebDetection.WebImage> values)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addAllVisuallySimilarImages(Iterable<? extends WebDetection.WebImage> values)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.addAllWebEntities(Iterable<? extends WebDetection.WebEntity> values)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addBestGuessLabels(int index,
WebDetection.WebLabel.Builder builderForValue)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.addBestGuessLabels(int index,
WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.addBestGuessLabels(WebDetection.WebLabel.Builder builderForValue)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.addBestGuessLabels(WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.addFullMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addFullMatchingImages(int index,
WebDetection.WebImage value)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addFullMatchingImages(WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addFullMatchingImages(WebDetection.WebImage value)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPagesWithMatchingImages(int index,
WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPagesWithMatchingImages(int index,
WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPagesWithMatchingImages(WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPagesWithMatchingImages(WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPartialMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPartialMatchingImages(int index,
WebDetection.WebImage value)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPartialMatchingImages(WebDetection.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addPartialMatchingImages(WebDetection.WebImage value)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
WebDetection.Builder |
WebDetection.Builder.addVisuallySimilarImages(int index,
WebDetection.WebImage.Builder builderForValue)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.addVisuallySimilarImages(int index,
WebDetection.WebImage value)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.addVisuallySimilarImages(WebDetection.WebImage.Builder builderForValue)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.addVisuallySimilarImages(WebDetection.WebImage value)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.addWebEntities(int index,
WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addWebEntities(int index,
WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addWebEntities(WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.addWebEntities(WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.clear() |
WebDetection.Builder |
WebDetection.Builder.clearBestGuessLabels()
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.clearField(Descriptors.FieldDescriptor field) |
WebDetection.Builder |
WebDetection.Builder.clearFullMatchingImages()
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
WebDetection.Builder |
WebDetection.Builder.clearPagesWithMatchingImages()
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.clearPartialMatchingImages()
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.clearVisuallySimilarImages()
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.clearWebEntities()
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.clone() |
WebDetection.Builder |
AnnotateImageResponse.Builder.getWebDetectionBuilder()
If present, web detection has completed successfully.
|
WebDetection.Builder |
WebDetection.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
WebDetection.Builder |
WebDetection.Builder.mergeFrom(Message other) |
WebDetection.Builder |
WebDetection.Builder.mergeFrom(WebDetection other) |
WebDetection.Builder |
WebDetection.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static WebDetection.Builder |
WebDetection.newBuilder() |
static WebDetection.Builder |
WebDetection.newBuilder(WebDetection prototype) |
WebDetection.Builder |
WebDetection.newBuilderForType() |
protected WebDetection.Builder |
WebDetection.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
WebDetection.Builder |
WebDetection.Builder.removeBestGuessLabels(int index)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.removeFullMatchingImages(int index)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.removePagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.removePartialMatchingImages(int index)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.removeVisuallySimilarImages(int index)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.removeWebEntities(int index)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setBestGuessLabels(int index,
WebDetection.WebLabel.Builder builderForValue)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.setBestGuessLabels(int index,
WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.
|
WebDetection.Builder |
WebDetection.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
WebDetection.Builder |
WebDetection.Builder.setFullMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setFullMatchingImages(int index,
WebDetection.WebImage value)
Fully matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setPagesWithMatchingImages(int index,
WebDetection.WebPage.Builder builderForValue)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setPagesWithMatchingImages(int index,
WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setPartialMatchingImages(int index,
WebDetection.WebImage.Builder builderForValue)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setPartialMatchingImages(int index,
WebDetection.WebImage value)
Partial matching images from the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
WebDetection.Builder |
WebDetection.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
WebDetection.Builder |
WebDetection.Builder.setVisuallySimilarImages(int index,
WebDetection.WebImage.Builder builderForValue)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.setVisuallySimilarImages(int index,
WebDetection.WebImage value)
The visually similar image results.
|
WebDetection.Builder |
WebDetection.Builder.setWebEntities(int index,
WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.Builder.setWebEntities(int index,
WebDetection.WebEntity value)
Deduced entities from similar images on the Internet.
|
WebDetection.Builder |
WebDetection.toBuilder() |
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setWebDetection(WebDetection.Builder builderForValue)
If present, web detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.