Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
WebDetection.WebPage |
WebDetection.WebPage.Builder.build() |
WebDetection.WebPage |
WebDetection.WebPage.Builder.buildPartial() |
static WebDetection.WebPage |
WebDetection.WebPage.getDefaultInstance() |
WebDetection.WebPage |
WebDetection.WebPage.getDefaultInstanceForType() |
WebDetection.WebPage |
WebDetection.WebPage.Builder.getDefaultInstanceForType() |
WebDetection.WebPage |
WebDetection.getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
WebDetection.WebPage |
WebDetection.Builder.getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
WebDetection.WebPage |
WebDetectionOrBuilder.getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.
|
static WebDetection.WebPage |
WebDetection.WebPage.parseDelimitedFrom(InputStream input) |
static WebDetection.WebPage |
WebDetection.WebPage.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(byte[] data) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(ByteBuffer data) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(ByteString data) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(CodedInputStream input) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(InputStream input) |
static WebDetection.WebPage |
WebDetection.WebPage.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<WebDetection.WebPage> |
WebDetection.getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
|
List<WebDetection.WebPage> |
WebDetection.Builder.getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
|
List<WebDetection.WebPage> |
WebDetectionOrBuilder.getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.
|
Parser<WebDetection.WebPage> |
WebDetection.WebPage.getParserForType() |
static Parser<WebDetection.WebPage> |
WebDetection.WebPage.parser() |
Modifier and Type | Method and Description |
---|---|
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 value)
Web pages containing the matching images from the Internet.
|
WebDetection.WebPage.Builder |
WebDetection.WebPage.Builder.mergeFrom(WebDetection.WebPage other) |
static WebDetection.WebPage.Builder |
WebDetection.WebPage.newBuilder(WebDetection.WebPage prototype) |
WebDetection.Builder |
WebDetection.Builder.setPagesWithMatchingImages(int index,
WebDetection.WebPage value)
Web pages containing the matching images from the Internet.
|
Modifier and Type | Method and Description |
---|---|
WebDetection.Builder |
WebDetection.Builder.addAllPagesWithMatchingImages(Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
|
Copyright © 2022 Google LLC. All rights reserved.