Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ListProcessorVersionsResponse.
Response message for list processors.
Generated from protobuf message google.cloud.documentai.v1.ListProcessorVersionsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ processor_versions |
array<Google\Cloud\DocumentAI\V1\ProcessorVersion>
The list of processors. |
↳ next_page_token |
string
Points to the next processor, otherwise empty. |
getProcessorVersions
The list of processors.
Generated from protobuf field repeated .google.cloud.documentai.v1.ProcessorVersion processor_versions = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setProcessorVersions
The list of processors.
Generated from protobuf field repeated .google.cloud.documentai.v1.ProcessorVersion processor_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\ProcessorVersion>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Points to the next processor, otherwise empty.
Generated from protobuf field string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Points to the next processor, otherwise empty.
Generated from protobuf field string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|