public class DescribeImageSettings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeImageSettings()  | 
DescribeImageSettings(DescribeImageSettings 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 | 
|---|---|
Long | 
getHeight()
Get The watermark image’s height as a percentage of the video height 
 | 
String | 
getLocation()
Get Origin 
 | 
Long | 
getWidth()
Get The watermark image’s width as a percentage of the video width 
 | 
Long | 
getXPos()
Get The watermark image’s horizontal distance from the origin as a percentage of the video width 
 | 
Long | 
getYPos()
Get The watermark image’s vertical distance from the origin as a percentage of the video height 
 | 
void | 
setHeight(Long Height)
Set The watermark image’s height as a percentage of the video height 
 | 
void | 
setLocation(String Location)
Set Origin 
 | 
void | 
setWidth(Long Width)
Set The watermark image’s width as a percentage of the video width 
 | 
void | 
setXPos(Long XPos)
Set The watermark image’s horizontal distance from the origin as a percentage of the video width 
 | 
void | 
setYPos(Long YPos)
Set The watermark image’s vertical distance from the origin as a percentage of the video height 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeImageSettings()
public DescribeImageSettings(DescribeImageSettings source)
public String getLocation()
public void setLocation(String Location)
Location - Originpublic Long getXPos()
public void setXPos(Long XPos)
XPos - The watermark image’s horizontal distance from the origin as a percentage of the video widthpublic Long getYPos()
public void setYPos(Long YPos)
YPos - The watermark image’s vertical distance from the origin as a percentage of the video heightpublic Long getWidth()
public void setWidth(Long Width)
Width - The watermark image’s width as a percentage of the video widthpublic Long getHeight()
public void setHeight(Long Height)
Height - The watermark image’s height as a percentage of the video heightCopyright © 2025. All rights reserved.