Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Property |
Property.clone() |
Property |
Property.set(String fieldName,
Object value) |
Property |
Property.setName(String name)
Name of the property.
|
Property |
Property.setUint64Value(BigInteger uint64Value)
Value of numeric properties.
|
Property |
Property.setValue(String value)
Value of the property.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
EntityAnnotation.getProperties()
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 |
EntityAnnotation.setProperties(List<Property> properties)
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or
string that qualifies the entity.
|
Copyright © 2011–2019 Google. All rights reserved.