towhee.hub.builtin.operators.computer_vision.save_image

class towhee.hub.builtin.operators.computer_vision.save_image(dir: str, format: str = '.jpg')[source]

Bases: object

Save image to specific directory with the uuid name.

Methods

Attributes

metainfo

__call__(*args, **kws)

Call self as a function.

__init__(dir: str, format: str = '.jpg')[source]