Cloud Vision V1 Client - Class ListReferenceImagesResponse (1.9.3)

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

Response message for the ListReferenceImages method.

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

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ reference_images array<Google\Cloud\Vision\V1\ReferenceImage>

The list of reference images.

↳ page_size int

The maximum number of items to return. Default 10, maximum 100.

↳ next_page_token string

The next_page_token returned from a previous List request, if any.

getReferenceImages

The list of reference images.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setReferenceImages

The list of reference images.

Parameter
Name Description
var array<Google\Cloud\Vision\V1\ReferenceImage>
Returns
Type Description
$this

getPageSize

The maximum number of items to return. Default 10, maximum 100.

Returns
Type Description
int

setPageSize

The maximum number of items to return. Default 10, maximum 100.

Parameter
Name Description
var int
Returns
Type Description
$this

getNextPageToken

The next_page_token returned from a previous List request, if any.

Returns
Type Description
string

setNextPageToken

The next_page_token returned from a previous List request, if any.

Parameter
Name Description
var string
Returns
Type Description
$this