Class: Google::Cloud::VisionAI::V1::SearchIndexEndpointResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns 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.



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.

Returns:



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