Google Cloud Vision Ai V1 Client - Class ViewIndexedAssetsResponse (0.2.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ViewIndexedAssetsResponse.

Response message for ViewIndexedAssets.

Generated from protobuf message google.cloud.visionai.v1.ViewIndexedAssetsResponse

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ indexed_assets array<IndexedAsset>

The assets from the specified index.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getIndexedAssets

The assets from the specified index.

Returns
Type Description
Google\Protobuf\RepeatedField<IndexedAsset>

setIndexedAssets

The assets from the specified index.

Parameter
Name Description
var array<IndexedAsset>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this