public class RawImageWatermarkInput extends AbstractModel
| Constructor and Description | 
|---|
| RawImageWatermarkInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getHeight()Get Watermark height. | 
| MediaInputInfo | getImageContent()Get Input content of watermark image. | 
| String | getWidth()Get Watermark width. | 
| void | setHeight(String Height)Set Watermark height. | 
| void | setImageContent(MediaInputInfo ImageContent)Set Input content of watermark image. | 
| void | setWidth(String Width)Set Watermark width. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic MediaInputInfo getImageContent()
public void setImageContent(MediaInputInfo ImageContent)
ImageContent - Input content of watermark image. JPEG and PNG images are supported.public String getWidth()
public void setWidth(String Width)
Width - Watermark width. % and px formats are supported:
public String getHeight()
public void setHeight(String Height)
Height - Watermark height. % and px formats are supported:
Copyright © 2021. All rights reserved.