Uses of Interface
com.google.cloud.vision.v1.Product.KeyValueOrBuilder
-
Packages that use Product.KeyValueOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of Product.KeyValueOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement Product.KeyValueOrBuilder Modifier and Type Class Description static class
Product.KeyValue
A product label represented as a key-value pair.static class
Product.KeyValue.Builder
A product label represented as a key-value pair.Methods in com.google.cloud.vision.v1 that return Product.KeyValueOrBuilder Modifier and Type Method Description Product.KeyValueOrBuilder
Product.Builder. getProductLabelsOrBuilder(int index)
Key-value pairs that can be attached to a product.Product.KeyValueOrBuilder
Product. getProductLabelsOrBuilder(int index)
Key-value pairs that can be attached to a product.Product.KeyValueOrBuilder
ProductOrBuilder. getProductLabelsOrBuilder(int index)
Key-value pairs that can be attached to a product.Methods in com.google.cloud.vision.v1 that return types with arguments of type Product.KeyValueOrBuilder Modifier and Type Method Description List<? extends Product.KeyValueOrBuilder>
Product.Builder. getProductLabelsOrBuilderList()
Key-value pairs that can be attached to a product.List<? extends Product.KeyValueOrBuilder>
Product. getProductLabelsOrBuilderList()
Key-value pairs that can be attached to a product.List<? extends Product.KeyValueOrBuilder>
ProductOrBuilder. getProductLabelsOrBuilderList()
Key-value pairs that can be attached to a product.
-