Reference documentation and code samples for the Cloud Vision V1 Client class ListProductSetsResponse.
Response message for the ListProductSets
method.
Generated from protobuf message google.cloud.vision.v1.ListProductSetsResponse
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ product_sets |
array<Google\Cloud\Vision\V1\ProductSet>
List of ProductSets. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
getProductSets
List of ProductSets.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProductSets
List of ProductSets.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Vision\V1\ProductSet>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |