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

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

Response message for ListDataSchemas.

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

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_schemas array<DataSchema>

The data schemas from the specified corpus.

↳ 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.

getDataSchemas

The data schemas from the specified corpus.

Returns
Type Description
Google\Protobuf\RepeatedField<DataSchema>

setDataSchemas

The data schemas from the specified corpus.

Parameter
Name Description
var array<DataSchema>
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