View Source GoogleApi.Vision.V1.Model.ListReferenceImagesResponse (google_api_vision v0.26.1)
Response message for the ListReferenceImages method.
Attributes
-
nextPageToken(type:String.t, default:nil) - The next_page_token returned from a previous List request, if any. -
pageSize(type:integer(), default:nil) - The maximum number of items to return. Default 10, maximum 100. -
referenceImages(type:list(GoogleApi.Vision.V1.Model.ReferenceImage.t), default:nil) - The list of reference images.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vision.V1.Model.ListReferenceImagesResponse{ nextPageToken: String.t() | nil, pageSize: integer() | nil, referenceImages: [GoogleApi.Vision.V1.Model.ReferenceImage.t()] | nil }