Vision AI V1 API - Class Google::Cloud::VisionAI::V1::SearchIndexEndpointResponse (v0.1.0)

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

#search_result_items=

def search_result_items=(value) -> ::Array<::Google::Cloud::VisionAI::V1::SearchResultItem>
Parameter
Returns