Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ListEvaluationsResponse.
The response from ListEvaluations
.
Generated from protobuf message google.cloud.documentai.v1.ListEvaluationsResponse
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ evaluations |
array<Google\Cloud\DocumentAI\V1\Evaluation>
The evaluations requested. |
↳ next_page_token |
string
A token, which can be sent as |
getEvaluations
The evaluations requested.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEvaluations
The evaluations requested.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\Evaluation>
|
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 |