public static interface ProductSearchResults.GroupedResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BoundingPoly |
getBoundingPoly()
The bounding polygon around the product detected in the query image.
|
BoundingPolyOrBuilder |
getBoundingPolyOrBuilder()
The bounding polygon around the product detected in the query image.
|
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 |
hasBoundingPoly()
The bounding polygon around the product detected in the query image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoundingPoly()
The bounding polygon around the product detected in the query image.
.google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 1;BoundingPoly getBoundingPoly()
The bounding polygon around the product detected in the query image.
.google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 1;BoundingPolyOrBuilder getBoundingPolyOrBuilder()
The bounding polygon around the product detected in the query image.
.google.cloud.vision.v1p4beta1.BoundingPoly bounding_poly = 1;List<ProductSearchResults.Result> getResultsList()
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 2;ProductSearchResults.Result getResults(int index)
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 2;int getResultsCount()
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 2;List<? extends ProductSearchResults.ResultOrBuilder> getResultsOrBuilderList()
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 2;ProductSearchResults.ResultOrBuilder getResultsOrBuilder(int index)
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 2;Copyright © 2019 Google LLC. All rights reserved.