Class: Google::Cloud::VisionAI::V1::SearchIndexEndpointResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::SearchIndexEndpointResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for SearchIndexEndpoint.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next-page continuation token.
-
#search_result_items ⇒ ::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>
Returned search results.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next-page continuation token. If this field is omitted, there are no subsequent pages.
2882 2883 2884 2885 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2882 class SearchIndexEndpointResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_result_items ⇒ ::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>
Returned search results.
2882 2883 2884 2885 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2882 class SearchIndexEndpointResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |