Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ListAnalysesResponse.
Message for response to listing Analyses
Generated from protobuf message google.cloud.visionai.v1.ListAnalysesResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ analyses |
array<Analysis>
The list of Analysis |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
↳ unreachable |
array
Locations that could not be reached. |
getAnalyses
The list of Analysis
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAnalyses
The list of Analysis
| Parameter | |
|---|---|
| Name | Description |
var |
array<Analysis>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|