Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::SearchIndexEndpointResponse.
Response message for SearchIndexEndpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The next-page continuation token. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The next-page continuation token. If this field is omitted, there are no subsequent pages.
Returns
- (::String) — The next-page continuation token. If this field is omitted, there are no subsequent pages.
#search_result_items
def search_result_items() -> ::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>) — Returned search results.
#search_result_items=
def search_result_items=(value) -> ::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>) — Returned search results.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>) — Returned search results.