public class FilterEffectImageRequest extends Object
Modifier and Type | Field and Description |
---|---|
FilterPropertiesBase |
filterProperties
Filter properties.
|
String |
filterType
Filter type (BigRectangular, SmallRectangular, Median, GaussWiener, MotionWiener, GaussianBlur, Sharpen, BilateralSmoothing).
|
String |
folder
Folder with image to process.
|
String |
format
Resulting image format.
|
String |
name
Filename of an image.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
FilterEffectImageRequest(String name,
String filterType,
FilterPropertiesBase filterProperties,
String format,
String folder,
String storage)
Initializes a new instance of the FilterEffectImageRequest class.
|
public String name
public String filterType
public FilterPropertiesBase filterProperties
public String format
public String folder
public String storage
public FilterEffectImageRequest(String name, String filterType, FilterPropertiesBase filterProperties, String format, String folder, String storage)
name
- Filename of an image.filterType
- Filter type (BigRectangular, SmallRectangular, Median, GaussWiener, MotionWiener, GaussianBlur, Sharpen, BilateralSmoothing).filterProperties
- Filter properties.format
- Resulting image format. Please, refer to https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2021 Aspose Pty Ltd. All rights reserved.