Cloud Vision V1 Client - Class ListProductsInProductSetResponse (1.9.3)

Reference documentation and code samples for the Cloud Vision V1 Client class ListProductsInProductSetResponse.

Response message for the ListProductsInProductSet method.

Generated from protobuf message google.cloud.vision.v1.ListProductsInProductSetResponse

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ products array<Google\Cloud\Vision\V1\Product>

The list of Products.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getProducts

The list of Products.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setProducts

The list of Products.

Parameter
Name Description
var array<Google\Cloud\Vision\V1\Product>
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