google_api_vision v0.4.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResults View Source
Results for a product search request.
Attributes
- indexTime (DateTime.t): Timestamp of the index which provided these results. Changes made after this time are not reflected in the current results. Defaults to:
null
. - productGroupedResults ([GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult]): 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. Defaults to:
null
. - results ([GoogleCloudVisionV1p2beta1ProductSearchResultsResult]): List of results, one for each product match. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResults{
indexTime: DateTime.t(),
productGroupedResults: [
GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.t()
],
results: [
GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResultsResult.t()
]
}
t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResults{ indexTime: DateTime.t(), productGroupedResults: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.t() ], results: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1ProductSearchResultsResult.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.