public class DescribeTextSettings extends AbstractModel
Constructor and Description |
---|
DescribeTextSettings() |
DescribeTextSettings(DescribeTextSettings 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 |
---|---|
String |
getFontColor()
Get Font color
|
Long |
getFontSize()
Get Font size
|
String |
getLocation()
Get Origin
|
String |
getText()
Get Text
|
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 |
setFontColor(String FontColor)
Set Font color
|
void |
setFontSize(Long FontSize)
Set Font size
|
void |
setLocation(String Location)
Set Origin
|
void |
setText(String Text)
Set Text
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTextSettings()
public DescribeTextSettings(DescribeTextSettings source)
public String getText()
public void setText(String Text)
Text
- Textpublic 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 getFontSize()
public void setFontSize(Long FontSize)
FontSize
- Font sizepublic String getFontColor()
public void setFontColor(String FontColor)
FontColor
- Font colorCopyright © 2023. All rights reserved.