Uses of Class
com.google.cloud.vision.v1.Property
-
Packages that use Property Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of Property in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return Property Modifier and Type Method Description Property
Property.Builder. build()
Property
Property.Builder. buildPartial()
static Property
Property. getDefaultInstance()
Property
Property.Builder. getDefaultInstanceForType()
Property
Property. getDefaultInstanceForType()
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.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
EntityAnnotationOrBuilder. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(byte[] data)
static Property
Property. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(com.google.protobuf.ByteString data)
static Property
Property. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(com.google.protobuf.CodedInputStream input)
static Property
Property. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(InputStream input)
static Property
Property. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Property
Property. parseFrom(ByteBuffer data)
static Property
Property. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 that return types with arguments of type Property Modifier and Type Method Description com.google.protobuf.Parser<Property>
Property. getParserForType()
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.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>
EntityAnnotationOrBuilder. getPropertiesList()
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.static com.google.protobuf.Parser<Property>
Property. parser()
Methods in com.google.cloud.vision.v1 with parameters of type Property Modifier and Type Method 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.Method parameters in com.google.cloud.vision.v1 with type arguments of type Property Modifier and Type Method 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.
-