Google Cloud Document Ai V1 Client - Class ListProcessorsResponse (1.7.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ListProcessorsResponse.

Response message for the ListProcessors method.

Generated from protobuf message google.cloud.documentai.v1.ListProcessorsResponse

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ processors array<Google\Cloud\DocumentAI\V1\Processor>

The list of processors.

↳ next_page_token string

Points to the next processor, otherwise empty.

getProcessors

The list of processors.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProcessors

The list of processors.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Processor>
Returns
TypeDescription
$this

getNextPageToken

Points to the next processor, otherwise empty.

Returns
TypeDescription
string

setNextPageToken

Points to the next processor, otherwise empty.

Parameter
NameDescription
var string
Returns
TypeDescription
$this