Class: Google::Cloud::Vision::V1::ListReferenceImagesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/product_search_service.rb

Overview

Response message for the ListReferenceImages method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The next_page_token returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token returned from a previous List request, if any.



382
383
384
385
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 382

class ListReferenceImagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of items to return. Default 10, maximum 100.

Returns:

  • (::Integer)

    The maximum number of items to return. Default 10, maximum 100.



382
383
384
385
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 382

class ListReferenceImagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reference_images::Array<::Google::Cloud::Vision::V1::ReferenceImage>

Returns The list of reference images.

Returns:



382
383
384
385
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 382

class ListReferenceImagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end