Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Property |
Property.Builder.build() |
Property |
Property.Builder.buildPartial() |
static Property |
Property.getDefaultInstance() |
Property |
Property.getDefaultInstanceForType() |
Property |
Property.Builder.getDefaultInstanceForType() |
Property |
EntityAnnotationOrBuilder.getProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Property |
EntityAnnotation.getProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Property |
EntityAnnotation.Builder.getProperties(int index)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
static Property |
Property.parseDelimitedFrom(InputStream input) |
static Property |
Property.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(byte[] data) |
static Property |
Property.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(ByteBuffer data) |
static Property |
Property.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(ByteString data) |
static Property |
Property.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(CodedInputStream input) |
static Property |
Property.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Property |
Property.parseFrom(InputStream input) |
static Property |
Property.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Property> |
Property.getParserForType() |
List<Property> |
EntityAnnotationOrBuilder.getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
List<Property> |
EntityAnnotation.getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
List<Property> |
EntityAnnotation.Builder.getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
static Parser<Property> |
Property.parser() |
Modifier and Type | Method and Description |
---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(int index,
Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addProperties(Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Property.Builder |
Property.Builder.mergeFrom(Property other) |
static Property.Builder |
Property.newBuilder(Property prototype) |
EntityAnnotation.Builder |
EntityAnnotation.Builder.setProperties(int index,
Property value)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Modifier and Type | Method and Description |
---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addAllProperties(Iterable<? extends Property> values)
Some entities may have optional user-supplied `Property` (name/value)
fields, such a score or string that qualifies the entity.
|
Copyright © 2022 Google LLC. All rights reserved.