Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
WebDetection.WebEntity.Builder |
WebDetection.Builder.addWebEntitiesBuilder()
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntity.Builder |
WebDetection.Builder.addWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clear() |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clearDescription()
Canonical description of the entity, in English.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clearEntityId()
Opaque entity ID.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clearField(Descriptors.FieldDescriptor field) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clearScore()
Overall relevancy score for the entity.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.clone() |
WebDetection.WebEntity.Builder |
WebDetection.Builder.getWebEntitiesBuilder(int index)
Deduced entities from similar images on the Internet.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.mergeFrom(Message other) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.mergeFrom(WebDetection.WebEntity other) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static WebDetection.WebEntity.Builder |
WebDetection.WebEntity.newBuilder() |
static WebDetection.WebEntity.Builder |
WebDetection.WebEntity.newBuilder(WebDetection.WebEntity prototype) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.newBuilderForType() |
protected WebDetection.WebEntity.Builder |
WebDetection.WebEntity.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setDescription(String value)
Canonical description of the entity, in English.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setDescriptionBytes(ByteString value)
Canonical description of the entity, in English.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setEntityId(String value)
Opaque entity ID.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setEntityIdBytes(ByteString value)
Opaque entity ID.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setScore(float value)
Overall relevancy score for the entity.
|
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
WebDetection.WebEntity.Builder |
WebDetection.WebEntity.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<WebDetection.WebEntity.Builder> |
WebDetection.Builder.getWebEntitiesBuilderList()
Deduced entities from similar images on the Internet.
|
Modifier and Type | Method and Description |
---|---|
WebDetection.Builder |
WebDetection.Builder.addWebEntities(int index,
WebDetection.WebEntity.Builder builderForValue)
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.setWebEntities(int index,
WebDetection.WebEntity.Builder builderForValue)
Deduced entities from similar images on the Internet.
|
Copyright © 2022 Google LLC. All rights reserved.