Uses of Interface
com.google.cloud.vision.v1p2beta1.PropertyOrBuilder
-
Packages that use PropertyOrBuilder Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of PropertyOrBuilder in com.google.cloud.vision.v1p2beta1
Classes in com.google.cloud.vision.v1p2beta1 that implement PropertyOrBuilder Modifier and Type Class Description classPropertyA `Property` consists of a user-supplied name/value pair.static classProperty.BuilderA `Property` consists of a user-supplied name/value pair.Methods in com.google.cloud.vision.v1p2beta1 that return PropertyOrBuilder Modifier and Type Method Description PropertyOrBuilderEntityAnnotation.Builder. getPropertiesOrBuilder(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.PropertyOrBuilderEntityAnnotation. getPropertiesOrBuilder(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.PropertyOrBuilderEntityAnnotationOrBuilder. getPropertiesOrBuilder(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type PropertyOrBuilder Modifier and Type Method Description List<? extends PropertyOrBuilder>EntityAnnotation.Builder. getPropertiesOrBuilderList()Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.List<? extends PropertyOrBuilder>EntityAnnotation. getPropertiesOrBuilderList()Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.List<? extends PropertyOrBuilder>EntityAnnotationOrBuilder. getPropertiesOrBuilderList()Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
-