Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
WebDetection |
WebDetection.Builder.build() |
WebDetection |
WebDetection.Builder.buildPartial() |
static WebDetection |
WebDetection.getDefaultInstance() |
WebDetection |
WebDetection.getDefaultInstanceForType() |
WebDetection |
WebDetection.Builder.getDefaultInstanceForType() |
WebDetection |
AnnotateImageResponseOrBuilder.getWebDetection()
If present, web detection has completed successfully.
|
WebDetection |
AnnotateImageResponse.getWebDetection()
If present, web detection has completed successfully.
|
WebDetection |
AnnotateImageResponse.Builder.getWebDetection()
If present, web detection has completed successfully.
|
static WebDetection |
WebDetection.parseDelimitedFrom(InputStream input) |
static WebDetection |
WebDetection.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static WebDetection |
WebDetection.parseFrom(byte[] data) |
static WebDetection |
WebDetection.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection |
WebDetection.parseFrom(ByteBuffer data) |
static WebDetection |
WebDetection.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection |
WebDetection.parseFrom(ByteString data) |
static WebDetection |
WebDetection.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static WebDetection |
WebDetection.parseFrom(CodedInputStream input) |
static WebDetection |
WebDetection.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static WebDetection |
WebDetection.parseFrom(InputStream input) |
static WebDetection |
WebDetection.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<WebDetection> |
WebDetection.getParserForType() |
static Parser<WebDetection> |
WebDetection.parser() |
Modifier and Type | Method and Description |
---|---|
WebDetection.Builder |
WebDetection.Builder.mergeFrom(WebDetection other) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.mergeWebDetection(WebDetection value)
If present, web detection has completed successfully.
|
static WebDetection.Builder |
WebDetection.newBuilder(WebDetection prototype) |
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setWebDetection(WebDetection value)
If present, web detection has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.