Uses of Class
com.google.cloud.vision.v1p3beta1.Property
-
Packages that use Property Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of Property in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return Property Modifier and Type Method Description PropertyProperty.Builder. build()PropertyProperty.Builder. buildPartial()static PropertyProperty. getDefaultInstance()PropertyProperty.Builder. getDefaultInstanceForType()PropertyProperty. getDefaultInstanceForType()PropertyEntityAnnotation.Builder. getProperties(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.PropertyEntityAnnotation. getProperties(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.PropertyEntityAnnotationOrBuilder. getProperties(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.static PropertyProperty. parseDelimitedFrom(InputStream input)static PropertyProperty. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(byte[] data)static PropertyProperty. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(com.google.protobuf.ByteString data)static PropertyProperty. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(com.google.protobuf.CodedInputStream input)static PropertyProperty. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(InputStream input)static PropertyProperty. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PropertyProperty. parseFrom(ByteBuffer data)static PropertyProperty. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p3beta1 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.v1p3beta1 with parameters of type Property Modifier and Type Method Description EntityAnnotation.BuilderEntityAnnotation.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.BuilderEntityAnnotation.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.BuilderProperty.Builder. mergeFrom(Property other)static Property.BuilderProperty. newBuilder(Property prototype)EntityAnnotation.BuilderEntityAnnotation.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.v1p3beta1 with type arguments of type Property Modifier and Type Method Description EntityAnnotation.BuilderEntityAnnotation.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.
-