public class ProcessImageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProcessImageRequest() |
ProcessImageRequest(ProcessImageRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
ImageTaskInput |
getImageTask()
Get Image processing parameter.
|
MediaInputInfo |
getInputInfo()
Get File input information for image processing.
|
String |
getOutputDir()
Get Output file path for image processing.
|
TaskOutputStorage |
getOutputStorage()
Get Target storage for image processing output files.
|
void |
setImageTask(ImageTaskInput ImageTask)
Set Image processing parameter.
|
void |
setInputInfo(MediaInputInfo InputInfo)
Set File input information for image processing.
|
void |
setOutputDir(String OutputDir)
Set Output file path for image processing.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Target storage for image processing output files.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProcessImageRequest()
public ProcessImageRequest(ProcessImageRequest source)
public MediaInputInfo getInputInfo()
public void setInputInfo(MediaInputInfo InputInfo)
InputInfo
- File input information for image processing.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Target storage for image processing output files. If left blank, it inherits the storage location in InputInfo.public String getOutputDir()
public void setOutputDir(String OutputDir)
OutputDir
- Output file path for image processing. If left blank, it is the directory of the file in InputInfo. If it is a directory, such as `/image/201907/`, it means inheriting the original filename and outputting to this directory.public ImageTaskInput getImageTask()
public void setImageTask(ImageTaskInput ImageTask)
ImageTask
- Image processing parameter.Copyright © 2024. All rights reserved.