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