Googly.CloudVision.Model.ListReferenceImagesResponse (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Response message for the ListReferenceImages method.

Attributes

  • next_page_token (type: String.t()) - The next_page_token returned from a previous List request, if any.
  • page_size (type: integer()) - The maximum number of items to return. Default 10, maximum 100.
  • reference_images (type: list(Googly.CloudVision.Model.ReferenceImage.t())) - The list of reference images.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.ListReferenceImagesResponse{
  next_page_token: String.t() | nil,
  page_size: integer() | nil,
  reference_images: [Googly.CloudVision.Model.ReferenceImage.t()] | nil
}