Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ListReferenceImagesResponse.
Response message for the ListReferenceImages
method.
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_token returned from a previous List request, if any.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of items to return. Default 10, maximum 100.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of items to return. Default 10, maximum 100.
Returns
- (::Integer) — The maximum number of items to return. Default 10, maximum 100.
#reference_images
def reference_images() -> ::Array<::Google::Cloud::Vision::V1::ReferenceImage>
Returns
- (::Array<::Google::Cloud::Vision::V1::ReferenceImage>) — The list of reference images.
#reference_images=
def reference_images=(value) -> ::Array<::Google::Cloud::Vision::V1::ReferenceImage>
Parameter
- value (::Array<::Google::Cloud::Vision::V1::ReferenceImage>) — The list of reference images.
Returns
- (::Array<::Google::Cloud::Vision::V1::ReferenceImage>) — The list of reference images.