| Modifier and Type | Method and Description |
|---|---|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addAllProductGroupedResults(Iterable<? extends ProductSearchResults.GroupedResult> values)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addAllResults(Iterable<? extends ProductSearchResults.Result> values)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addProductGroupedResults(int index,
ProductSearchResults.GroupedResult.Builder builderForValue)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addProductGroupedResults(int index,
ProductSearchResults.GroupedResult value)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addProductGroupedResults(ProductSearchResults.GroupedResult.Builder builderForValue)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addProductGroupedResults(ProductSearchResults.GroupedResult value)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.addResults(int index,
ProductSearchResults.Result.Builder builderForValue)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addResults(int index,
ProductSearchResults.Result value)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addResults(ProductSearchResults.Result.Builder builderForValue)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.addResults(ProductSearchResults.Result value)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.clear() |
ProductSearchResults.Builder |
ProductSearchResults.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.clearIndexTime()
Timestamp of the index which provided these results.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.clearProductGroupedResults()
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.clearResults()
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.clone() |
ProductSearchResults.Builder |
AnnotateImageResponse.Builder.getProductSearchResultsBuilder()
If present, product search has completed successfully.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.mergeFrom(com.google.protobuf.Message other) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.mergeFrom(ProductSearchResults other) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.mergeIndexTime(com.google.protobuf.Timestamp value)
Timestamp of the index which provided these results.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProductSearchResults.Builder |
ProductSearchResults.newBuilder() |
static ProductSearchResults.Builder |
ProductSearchResults.newBuilder(ProductSearchResults prototype) |
ProductSearchResults.Builder |
ProductSearchResults.newBuilderForType() |
protected ProductSearchResults.Builder |
ProductSearchResults.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.removeProductGroupedResults(int index)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.removeResults(int index)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.setIndexTime(com.google.protobuf.Timestamp.Builder builderForValue)
Timestamp of the index which provided these results.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setIndexTime(com.google.protobuf.Timestamp value)
Timestamp of the index which provided these results.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setProductGroupedResults(int index,
ProductSearchResults.GroupedResult.Builder builderForValue)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setProductGroupedResults(int index,
ProductSearchResults.GroupedResult value)
List of results grouped by products detected in the query image.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProductSearchResults.Builder |
ProductSearchResults.Builder.setResults(int index,
ProductSearchResults.Result.Builder builderForValue)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setResults(int index,
ProductSearchResults.Result value)
List of results, one for each product match.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProductSearchResults.Builder |
ProductSearchResults.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.setProductSearchResults(ProductSearchResults.Builder builderForValue)
If present, product search has completed successfully.
|
Copyright © 2022 Google LLC. All rights reserved.