Class: Google::Cloud::Vision::V1p4beta1::ListReferenceImagesResponse

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

Overview

Response message for the ListReferenceImages method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



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

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

#page_size::Integer



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

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

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



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

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