Class: Google::Cloud::Vision::V1p4beta1::ListReferenceImagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::ListReferenceImagesResponse
- 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
-
#next_page_token ⇒ ::String
The next_page_token returned from a previous List request, if any.
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#reference_images ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::ReferenceImage>
The list of reference images.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next_page_token returned from a previous List request, if any.
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
Returns The maximum number of items to return. Default 10, maximum 100.
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>
Returns The list of reference images.
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 |