google_api_vision v0.16.0 GoogleApi.Vision.V1.Model.ListReferenceImagesResponse View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Vision.V1.Model.ListReferenceImagesResponse{
nextPageToken: String.t(),
pageSize: integer(),
referenceImages: [GoogleApi.Vision.V1.Model.ReferenceImage.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.