google_api_vision v0.4.0 GoogleApi.Vision.V1.Model.ListReferenceImagesResponse View Source
Response message for the `ListReferenceImages` method.
Attributes
- nextPageToken (String.t): The next_page_token returned from a previous List request, if any. Defaults to:
null. - pageSize (integer()): The maximum number of items to return. Default 10, maximum 100. Defaults to:
null. - referenceImages ([ReferenceImage]): The list of reference images. Defaults to:
null.
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 Source
t()
View Source
t() :: %GoogleApi.Vision.V1.Model.ListReferenceImagesResponse{
nextPageToken: any(),
pageSize: any(),
referenceImages: [GoogleApi.Vision.V1.Model.ReferenceImage.t()]
}
t() :: %GoogleApi.Vision.V1.Model.ListReferenceImagesResponse{
nextPageToken: any(),
pageSize: any(),
referenceImages: [GoogleApi.Vision.V1.Model.ReferenceImage.t()]
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.