Google Cloud Document Ai V1 Client - Class ListProcessorTypesResponse (1.8.2)

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

Response message for the ListProcessorTypes method.

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

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ processor_types array<Google\Cloud\DocumentAI\V1\ProcessorType>

The processor types.

↳ next_page_token string

Points to the next page, otherwise empty.

getProcessorTypes

The processor types.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProcessorTypes

The processor types.

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

getNextPageToken

Points to the next page, otherwise empty.

Returns
TypeDescription
string

setNextPageToken

Points to the next page, otherwise empty.

Parameter
NameDescription
var string
Returns
TypeDescription
$this