public interface ProductSearchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProductSearchCategory |
getCategory()
Product category.
|
int |
getCategoryValue()
Product category.
|
com.google.protobuf.Timestamp |
getIndexTime()
Timestamp of the index which provided these results.
|
com.google.protobuf.TimestampOrBuilder |
getIndexTimeOrBuilder()
Timestamp of the index which provided these results.
|
String |
getProductCategory()
Product category.
|
com.google.protobuf.ByteString |
getProductCategoryBytes()
Product category.
|
ProductSearchResults.ProductInfo |
getProducts(int index)
List of detected products.
|
int |
getProductsCount()
List of detected products.
|
List<ProductSearchResults.ProductInfo> |
getProductsList()
List of detected products.
|
ProductSearchResults.ProductInfoOrBuilder |
getProductsOrBuilder(int index)
List of detected products.
|
List<? extends ProductSearchResults.ProductInfoOrBuilder> |
getProductsOrBuilderList()
List of detected products.
|
ProductSearchResults.Result |
getResults(int index)
List of results, one for each product match.
|
int |
getResultsCount()
List of results, one for each product match.
|
List<ProductSearchResults.Result> |
getResultsList()
List of results, one for each product match.
|
ProductSearchResults.ResultOrBuilder |
getResultsOrBuilder(int index)
List of results, one for each product match.
|
List<? extends ProductSearchResults.ResultOrBuilder> |
getResultsOrBuilderList()
List of results, one for each product match.
|
boolean |
hasIndexTime()
Timestamp of the index which provided these results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCategoryValue()
Product category. [Deprecated] Use `product_category`.
.google.cloud.vision.v1p3beta1.ProductSearchCategory category = 1;ProductSearchCategory getCategory()
Product category. [Deprecated] Use `product_category`.
.google.cloud.vision.v1p3beta1.ProductSearchCategory category = 1;String getProductCategory()
Product category. Supported values are `bag` and `shoe`. [Deprecated] `product_category` is provided in each Product.
string product_category = 4;com.google.protobuf.ByteString getProductCategoryBytes()
Product category. Supported values are `bag` and `shoe`. [Deprecated] `product_category` is provided in each Product.
string product_category = 4;boolean hasIndexTime()
Timestamp of the index which provided these results. Changes made after this time are not reflected in the current results.
.google.protobuf.Timestamp index_time = 2;com.google.protobuf.Timestamp getIndexTime()
Timestamp of the index which provided these results. Changes made after this time are not reflected in the current results.
.google.protobuf.Timestamp index_time = 2;com.google.protobuf.TimestampOrBuilder getIndexTimeOrBuilder()
Timestamp of the index which provided these results. Changes made after this time are not reflected in the current results.
.google.protobuf.Timestamp index_time = 2;List<ProductSearchResults.ProductInfo> getProductsList()
List of detected products.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.ProductInfo products = 3;
ProductSearchResults.ProductInfo getProducts(int index)
List of detected products.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.ProductInfo products = 3;
int getProductsCount()
List of detected products.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.ProductInfo products = 3;
List<? extends ProductSearchResults.ProductInfoOrBuilder> getProductsOrBuilderList()
List of detected products.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.ProductInfo products = 3;
ProductSearchResults.ProductInfoOrBuilder getProductsOrBuilder(int index)
List of detected products.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.ProductInfo products = 3;
List<ProductSearchResults.Result> getResultsList()
List of results, one for each product match.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.Result results = 5;ProductSearchResults.Result getResults(int index)
List of results, one for each product match.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.Result results = 5;int getResultsCount()
List of results, one for each product match.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.Result results = 5;List<? extends ProductSearchResults.ResultOrBuilder> getResultsOrBuilderList()
List of results, one for each product match.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.Result results = 5;ProductSearchResults.ResultOrBuilder getResultsOrBuilder(int index)
List of results, one for each product match.
repeated .google.cloud.vision.v1p3beta1.ProductSearchResults.Result results = 5;Copyright © 2020 Google LLC. All rights reserved.