Uses of Interface
com.google.cloud.vision.v1p4beta1.Product.KeyValueOrBuilder
-
Packages that use Product.KeyValueOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of Product.KeyValueOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement Product.KeyValueOrBuilder Modifier and Type Class Description static classProduct.KeyValueA product label represented as a key-value pair.static classProduct.KeyValue.BuilderA product label represented as a key-value pair.Methods in com.google.cloud.vision.v1p4beta1 that return Product.KeyValueOrBuilder Modifier and Type Method Description Product.KeyValueOrBuilderProduct.Builder. getProductLabelsOrBuilder(int index)Key-value pairs that can be attached to a product.Product.KeyValueOrBuilderProduct. getProductLabelsOrBuilder(int index)Key-value pairs that can be attached to a product.Product.KeyValueOrBuilderProductOrBuilder. getProductLabelsOrBuilder(int index)Key-value pairs that can be attached to a product.Methods in com.google.cloud.vision.v1p4beta1 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.
-