Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ListProcessorsResponse.
Response message for list processors.
Generated from protobuf message google.cloud.documentai.v1.ListProcessorsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ processors
↳ next_page_token
string
Points to the next processor, otherwise empty.
getProcessors
The list of processors.
Generated from protobuf field repeated .google.cloud.documentai.v1.Processor processors = 1;
Google\Protobuf\Internal\RepeatedField
setProcessors
The list of processors.
Generated from protobuf field repeated .google.cloud.documentai.v1.Processor processors = 1;
$this
getNextPageToken
Points to the next processor, otherwise empty.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
Points to the next processor, otherwise empty.
Generated from protobuf field string next_page_token = 2;
var
string
$this

