Class: ModuleWorkflow
Extends
Implements
Constructors
Constructor
new ModuleWorkflow(actionManager, context): ModuleWorkflow;
Parameters
Parameter
Type
actionManagerActionManagercontextSDKContextReturns
ModuleWorkflow
Inherited from
Methods
editImage()
editImage(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void;
Perform editing tasks on any image.
Parameters
Parameter
Type
Description
Returns
void
Implementation of
createImageFromText()
createImageFromText(
appConfig?,
exportConfig?,
containerConfig?): void;
Generate images by just passing a text prompt.
Parameters
Parameter
Type
Description
Returns
void
Implementation of
ModuleWorkflow.createImageFromText
startFromContent()
startFromContent(
appConfig?,
exportConfig?,
containerConfig?): void;
Open the Start From Content module.
Parameters
Parameter
Type
Description
exportConfig?properties to configure the export options (currently not used for Start From Content)
containerConfig?properties to configure the SDK container This field is internal and not ready for public SDK exposure
Returns
void