Uses of Interface
com.google.cloud.vision.v1p4beta1.PropertyOrBuilder
-
Packages that use PropertyOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of PropertyOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement PropertyOrBuilder Modifier and Type Class Description class
Property
A `Property` consists of a user-supplied name/value pair.static class
Property.Builder
A `Property` consists of a user-supplied name/value pair.Methods in com.google.cloud.vision.v1p4beta1 that return PropertyOrBuilder Modifier and Type Method Description PropertyOrBuilder
EntityAnnotation.Builder. getPropertiesOrBuilder(int index)
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.PropertyOrBuilder
EntityAnnotation. getPropertiesOrBuilder(int index)
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.PropertyOrBuilder
EntityAnnotationOrBuilder. 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.v1p4beta1 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.
-