Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class SearchIndexEndpointResponse.
Response message for SearchIndexEndpoint.
Generated from protobuf message google.cloud.visionai.v1.SearchIndexEndpointResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ search_result_items |
array<SearchResultItem>
Returned search results. |
↳ next_page_token |
string
The next-page continuation token. If this field is omitted, there are no subsequent pages. |
getSearchResultItems
Returned search results.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSearchResultItems
Returned search results.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SearchResultItem>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The next-page continuation token.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The next-page continuation token.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|