Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
WebDetection.WebLabel |
WebDetection.WebLabel.Builder.build() |
WebDetection.WebLabel |
WebDetection.WebLabel.Builder.buildPartial() |
WebDetection.WebLabel |
WebDetection.getBestGuessLabels(int index)
The service's best guess as to the topic of the request image.
|
WebDetection.WebLabel |
WebDetection.Builder.getBestGuessLabels(int index)
The service's best guess as to the topic of the request image.
|
WebDetection.WebLabel |
WebDetectionOrBuilder.getBestGuessLabels(int index)
The service's best guess as to the topic of the request image.
|
static WebDetection.WebLabel |
WebDetection.WebLabel.getDefaultInstance() |
WebDetection.WebLabel |
WebDetection.WebLabel.getDefaultInstanceForType() |
WebDetection.WebLabel |
WebDetection.WebLabel.Builder.getDefaultInstanceForType() |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseDelimitedFrom(InputStream input) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(byte[] data) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(ByteBuffer data) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(ByteString data) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(CodedInputStream input) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(InputStream input) |
static WebDetection.WebLabel |
WebDetection.WebLabel.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<WebDetection.WebLabel> |
WebDetection.getBestGuessLabelsList()
The service's best guess as to the topic of the request image.
|
List<WebDetection.WebLabel> |
WebDetection.Builder.getBestGuessLabelsList()
The service's best guess as to the topic of the request image.
|
List<WebDetection.WebLabel> |
WebDetectionOrBuilder.getBestGuessLabelsList()
The service's best guess as to the topic of the request image.
|
Parser<WebDetection.WebLabel> |
WebDetection.WebLabel.getParserForType() |
static Parser<WebDetection.WebLabel> |
WebDetection.WebLabel.parser() |
Modifier and Type | Method and Description |
---|---|
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 value)
The service's best guess as to the topic of the request image.
|
WebDetection.WebLabel.Builder |
WebDetection.WebLabel.Builder.mergeFrom(WebDetection.WebLabel other) |
static WebDetection.WebLabel.Builder |
WebDetection.WebLabel.newBuilder(WebDetection.WebLabel prototype) |
WebDetection.Builder |
WebDetection.Builder.setBestGuessLabels(int index,
WebDetection.WebLabel value)
The service's best guess as to the topic of the request image.
|
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.
|
Copyright © 2022 Google LLC. All rights reserved.