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.KeyValue
Product.KeyValue.Builder. build()
Product.KeyValue
Product.KeyValue.Builder. buildPartial()
static Product.KeyValue
Product.KeyValue. getDefaultInstance()
Product.KeyValue
Product.KeyValue.Builder. getDefaultInstanceForType()
Product.KeyValue
Product.KeyValue. getDefaultInstanceForType()
Product.KeyValue
Product.Builder. getProductLabels(int index)
Key-value pairs that can be attached to a product.Product.KeyValue
Product. getProductLabels(int index)
Key-value pairs that can be attached to a product.Product.KeyValue
ProductOrBuilder. getProductLabels(int index)
Key-value pairs that can be attached to a product.static Product.KeyValue
Product.KeyValue. parseDelimitedFrom(InputStream input)
static Product.KeyValue
Product.KeyValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product.KeyValue
Product.KeyValue. parseFrom(byte[] data)
static Product.KeyValue
Product.KeyValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product.KeyValue
Product.KeyValue. parseFrom(com.google.protobuf.ByteString data)
static Product.KeyValue
Product.KeyValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product.KeyValue
Product.KeyValue. parseFrom(com.google.protobuf.CodedInputStream input)
static Product.KeyValue
Product.KeyValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product.KeyValue
Product.KeyValue. parseFrom(InputStream input)
static Product.KeyValue
Product.KeyValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Product.KeyValue
Product.KeyValue. parseFrom(ByteBuffer data)
static Product.KeyValue
Product.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.Builder
Product.Builder. addProductLabels(int index, Product.KeyValue value)
Key-value pairs that can be attached to a product.Product.Builder
Product.Builder. addProductLabels(Product.KeyValue value)
Key-value pairs that can be attached to a product.Product.KeyValue.Builder
Product.KeyValue.Builder. mergeFrom(Product.KeyValue other)
static Product.KeyValue.Builder
Product.KeyValue. newBuilder(Product.KeyValue prototype)
Product.Builder
Product.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.Builder
Product.Builder. addAllProductLabels(Iterable<? extends Product.KeyValue> values)
Key-value pairs that can be attached to a product.
-