Send feedback
Class ProductSearchResults (3.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.44.0 keyboard_arrow_down
public final class ProductSearchResults extends GeneratedMessageV3 implements ProductSearchResultsOrBuilder
Results for a product search request.
Protobuf type google.cloud.vision.v1p4beta1.ProductSearchResults
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INDEX_TIME_FIELD_NUMBER
public static final int INDEX_TIME_FIELD_NUMBER
Field Value
Type
Description
int
PRODUCT_GROUPED_RESULTS_FIELD_NUMBER
public static final int PRODUCT_GROUPED_RESULTS_FIELD_NUMBER
Field Value
Type
Description
int
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ProductSearchResults getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ProductSearchResults . Builder newBuilder ()
newBuilder(ProductSearchResults prototype)
public static ProductSearchResults . Builder newBuilder ( ProductSearchResults prototype )
public static ProductSearchResults parseDelimitedFrom ( InputStream input )
public static ProductSearchResults parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ProductSearchResults parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProductSearchResults parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ProductSearchResults parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProductSearchResults parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ProductSearchResults parseFrom ( CodedInputStream input )
public static ProductSearchResults parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ProductSearchResults parseFrom ( InputStream input )
public static ProductSearchResults parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ProductSearchResults parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProductSearchResults parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ProductSearchResults> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ProductSearchResults getDefaultInstanceForType ()
getIndexTime()
public Timestamp getIndexTime ()
Timestamp of the index which provided these results. Products added to the
product set and products removed from the product set after this time are
not reflected in the current results.
.google.protobuf.Timestamp index_time = 2;
Returns
Type
Description
Timestamp
The indexTime.
getIndexTimeOrBuilder()
public TimestampOrBuilder getIndexTimeOrBuilder ()
Timestamp of the index which provided these results. Products added to the
product set and products removed from the product set after this time are
not reflected in the current results.
.google.protobuf.Timestamp index_time = 2;
getParserForType()
public Parser<ProductSearchResults> getParserForType ()
Overrides
getProductGroupedResults(int index)
public ProductSearchResults . GroupedResult getProductGroupedResults ( int index )
List of results grouped by products detected in the query image. Each entry
corresponds to one bounding polygon in the query image, and contains the
matching products specific to that region. There may be duplicate product
matches in the union of all the per-product results.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult product_grouped_results = 6;
Parameter
Name
Description
index
int
getProductGroupedResultsCount()
public int getProductGroupedResultsCount ()
List of results grouped by products detected in the query image. Each entry
corresponds to one bounding polygon in the query image, and contains the
matching products specific to that region. There may be duplicate product
matches in the union of all the per-product results.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult product_grouped_results = 6;
Returns
Type
Description
int
getProductGroupedResultsList()
public List<ProductSearchResults . GroupedResult > getProductGroupedResultsList ()
List of results grouped by products detected in the query image. Each entry
corresponds to one bounding polygon in the query image, and contains the
matching products specific to that region. There may be duplicate product
matches in the union of all the per-product results.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult product_grouped_results = 6;
getProductGroupedResultsOrBuilder(int index)
public ProductSearchResults . GroupedResultOrBuilder getProductGroupedResultsOrBuilder ( int index )
List of results grouped by products detected in the query image. Each entry
corresponds to one bounding polygon in the query image, and contains the
matching products specific to that region. There may be duplicate product
matches in the union of all the per-product results.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult product_grouped_results = 6;
Parameter
Name
Description
index
int
getProductGroupedResultsOrBuilderList()
public List <? extends ProductSearchResults . GroupedResultOrBuilder > getProductGroupedResultsOrBuilderList ()
List of results grouped by products detected in the query image. Each entry
corresponds to one bounding polygon in the query image, and contains the
matching products specific to that region. There may be duplicate product
matches in the union of all the per-product results.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult product_grouped_results = 6;
Returns
Type
Description
List <? extends com.google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResultOrBuilder >
getResults(int index)
public ProductSearchResults . Result getResults ( int index )
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 5;
Parameter
Name
Description
index
int
getResultsCount()
public int getResultsCount ()
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 5;
Returns
Type
Description
int
getResultsList()
public List<ProductSearchResults . Result > getResultsList ()
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 5;
getResultsOrBuilder(int index)
public ProductSearchResults . ResultOrBuilder getResultsOrBuilder ( int index )
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 5;
Parameter
Name
Description
index
int
getResultsOrBuilderList()
public List <? extends ProductSearchResults . ResultOrBuilder > getResultsOrBuilderList ()
List of results, one for each product match.
repeated .google.cloud.vision.v1p4beta1.ProductSearchResults.Result results = 5;
Returns
Type
Description
List <? extends com.google.cloud.vision.v1p4beta1.ProductSearchResults.ResultOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasIndexTime()
public boolean hasIndexTime ()
Timestamp of the index which provided these results. Products added to the
product set and products removed from the product set after this time are
not reflected in the current results.
.google.protobuf.Timestamp index_time = 2;
Returns
Type
Description
boolean
Whether the indexTime field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ProductSearchResults . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProductSearchResults . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ProductSearchResults . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]