Previous topic

API users management functions

This Page

Image parsing methods

class mlapi.parsers.imageParser.JpegImageParser[source]

Image parser.

Methods

parse(stream, media_type, **options) Simply return a string representing the body of the request.
parse(stream, media_type, **options)[source]

Simply return a string representing the body of the request.

class mlapi.parsers.imageParser.PngImageParser[source]

Image parser.

Methods

parse(stream, media_type, **options) Simply return a string representing the body of the request.
parse(stream, media_type, **options)[source]

Simply return a string representing the body of the request.