Class: QuickActionWorkflow
Extends
Implements
Constructors
Constructor
Copied to your clipboardnew QuickActionWorkflow(actionManager, context): QuickActionWorkflow;
Parameters
| Parameter | Type |
|---|---|
actionManager | ActionManager |
context | SDKContext |
Returns
QuickActionWorkflow
Inherited from
Methods
convertToJPEG()
Copied to your clipboardconvertToJPEG(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Lower your file size by changing your PNG images into JPG files.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.convertToJPEG
convertToPNG()
Copied to your clipboardconvertToPNG(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Save your images as PNG files to improve file quality.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.convertToPNG
convertToSVG()
Copied to your clipboardconvertToSVG(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Drag and drop a JPG or PNG image file to convert to SVG.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.convertToSVG
cropImage()
Copied to your clipboardcropImage(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Transform your image into the perfect shape or size in seconds.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
resizeImage()
Copied to your clipboardresizeImage(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Change the dimensions of any photo.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.resizeImage
removeBackground()
Copied to your clipboardremoveBackground(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Easily remove the background of your photos.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.removeBackground
generateQRCode()
Copied to your clipboardgenerateQRCode(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Generate a QR Code for a URL.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.generateQRCode
convertToGIF()
Copied to your clipboardconvertToGIF(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Convert a video asset to GIF format.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.convertToGIF
convertToMP4()
Copied to your clipboardconvertToMP4(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Convert a video asset to MP4 format.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.convertToMP4
cropVideo()
Copied to your clipboardcropVideo(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Transform your video into the perfect shape or size in seconds.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
mergeVideos()
Copied to your clipboardmergeVideos(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Collate multiple video/photo into a single video.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an array of assets to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.mergeVideos
resizeVideo()
Copied to your clipboardresizeVideo(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Change the dimensions of any video.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.resizeVideo
trimVideo()
Copied to your clipboardtrimVideo(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Trim a video to a desired length.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
animateFromAudio()
Copied to your clipboardanimateFromAudio(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Create an animated video from an audio.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.animateFromAudio
captionVideo()
Copied to your clipboardcaptionVideo(docConfig?,appConfig?,exportConfig?,containerConfig?): void;
Add captions to any video.
Parameters
| Parameter | Type | Description |
|---|---|---|
docConfig? | pass an asset to preload on to the Quick Action Editor | |
appConfig? | properties to configure the Editor | |
exportConfig? | properties to configure the export options | |
containerConfig? | properties to configure the SDK container |
Returns
void
Implementation of
QuickActionWorkflow.captionVideo
