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