Uses of Class
com.google.cloud.vision.v1p4beta1.Product.KeyValue
-
Packages that use Product.KeyValue Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of Product.KeyValue in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return Product.KeyValue Modifier and Type Method Description Product.KeyValueProduct.KeyValue.Builder. build()Product.KeyValueProduct.KeyValue.Builder. buildPartial()static Product.KeyValueProduct.KeyValue. getDefaultInstance()Product.KeyValueProduct.KeyValue.Builder. getDefaultInstanceForType()Product.KeyValueProduct.KeyValue. getDefaultInstanceForType()Product.KeyValueProduct.Builder. getProductLabels(int index)Key-value pairs that can be attached to a product.Product.KeyValueProduct. getProductLabels(int index)Key-value pairs that can be attached to a product.Product.KeyValueProductOrBuilder. getProductLabels(int index)Key-value pairs that can be attached to a product.static Product.KeyValueProduct.KeyValue. parseDelimitedFrom(InputStream input)static Product.KeyValueProduct.KeyValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Product.KeyValueProduct.KeyValue. parseFrom(byte[] data)static Product.KeyValueProduct.KeyValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Product.KeyValueProduct.KeyValue. parseFrom(com.google.protobuf.ByteString data)static Product.KeyValueProduct.KeyValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Product.KeyValueProduct.KeyValue. parseFrom(com.google.protobuf.CodedInputStream input)static Product.KeyValueProduct.KeyValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Product.KeyValueProduct.KeyValue. parseFrom(InputStream input)static Product.KeyValueProduct.KeyValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Product.KeyValueProduct.KeyValue. parseFrom(ByteBuffer data)static Product.KeyValueProduct.KeyValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type Product.KeyValue Modifier and Type Method Description com.google.protobuf.Parser<Product.KeyValue>Product.KeyValue. getParserForType()List<Product.KeyValue>Product.Builder. getProductLabelsList()Key-value pairs that can be attached to a product.List<Product.KeyValue>Product. getProductLabelsList()Key-value pairs that can be attached to a product.List<Product.KeyValue>ProductOrBuilder. getProductLabelsList()Key-value pairs that can be attached to a product.static com.google.protobuf.Parser<Product.KeyValue>Product.KeyValue. parser()Methods in com.google.cloud.vision.v1p4beta1 with parameters of type Product.KeyValue Modifier and Type Method Description Product.BuilderProduct.Builder. addProductLabels(int index, Product.KeyValue value)Key-value pairs that can be attached to a product.Product.BuilderProduct.Builder. addProductLabels(Product.KeyValue value)Key-value pairs that can be attached to a product.Product.KeyValue.BuilderProduct.KeyValue.Builder. mergeFrom(Product.KeyValue other)static Product.KeyValue.BuilderProduct.KeyValue. newBuilder(Product.KeyValue prototype)Product.BuilderProduct.Builder. setProductLabels(int index, Product.KeyValue value)Key-value pairs that can be attached to a product.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type Product.KeyValue Modifier and Type Method Description Product.BuilderProduct.Builder. addAllProductLabels(Iterable<? extends Product.KeyValue> values)Key-value pairs that can be attached to a product.
-