Uses of Class
com.google.cloud.vision.v1p2beta1.Property.Builder
-
Packages that use Property.Builder Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of Property.Builder in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return Property.Builder Modifier and Type Method Description Property.BuilderEntityAnnotation.Builder. addPropertiesBuilder()Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.Property.BuilderEntityAnnotation.Builder. addPropertiesBuilder(int index)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.Property.BuilderProperty.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Property.BuilderProperty.Builder. clear()Property.BuilderProperty.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Property.BuilderProperty.Builder. clearName()Name of the property.Property.BuilderProperty.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Property.BuilderProperty.Builder. clearUint64Value()Value of numeric properties.Property.BuilderProperty.Builder. clearValue()Value of the property.Property.BuilderProperty.Builder. clone()Property.BuilderEntityAnnotation.Builder. getPropertiesBuilder(int index)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)Property.BuilderProperty.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Property.BuilderProperty.Builder. mergeFrom(com.google.protobuf.Message other)Property.BuilderProperty.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Property.BuilderProperty. newBuilder()static Property.BuilderProperty. newBuilder(Property prototype)Property.BuilderProperty. newBuilderForType()protected Property.BuilderProperty. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Property.BuilderProperty.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Property.BuilderProperty.Builder. setName(String value)Name of the property.Property.BuilderProperty.Builder. setNameBytes(com.google.protobuf.ByteString value)Name of the property.Property.BuilderProperty.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Property.BuilderProperty.Builder. setUint64Value(long value)Value of numeric properties.Property.BuilderProperty.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Property.BuilderProperty.Builder. setValue(String value)Value of the property.Property.BuilderProperty.Builder. setValueBytes(com.google.protobuf.ByteString value)Value of the property.Property.BuilderProperty. toBuilder()Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type Property.Builder Modifier and Type Method Description List<Property.Builder>EntityAnnotation.Builder. getPropertiesBuilderList()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 with parameters of type Property.Builder Modifier and Type Method Description EntityAnnotation.BuilderEntityAnnotation.Builder. addProperties(int index, Property.Builder builderForValue)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.Builder builderForValue)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.EntityAnnotation.BuilderEntityAnnotation.Builder. setProperties(int index, Property.Builder builderForValue)Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
-