public class SetWatermarkRequest extends AbstractModel
Constructor and Description |
---|
SetWatermarkRequest() |
SetWatermarkRequest(SetWatermarkRequest 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 |
---|---|
Float |
getBoardH()
Get The height of the whiteboard’s watermark, which is expressed as a percentage of the video height.
|
String |
getBoardUrl()
Get The URL of the watermark for the whiteboard.
|
Float |
getBoardW()
Get The width of the whiteboard’s watermark, which is expressed as a percentage of the video width.
|
Float |
getBoardX()
Get The horizontal offset of the whiteboard’s watermark, which is expressed as a percentage of the video width.
|
Float |
getBoardY()
Get The vertical offset of the whiteboard’s watermark, which is expressed as a percentage of the video width.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
Float |
getTeacherH()
Get The height of the watermark for the teacher’s video, which is expressed as a percentage of the video height.
|
String |
getTeacherUrl()
Get The URL of the watermark for the teacher’s video.
|
Float |
getTeacherW()
Get The width of the watermark for the teacher’s video, which is expressed as a percentage of the video width.
|
Float |
getTeacherX()
Get The horizontal offset of the watermark for the teacher’s video, which is expressed as a percentage of the video width.
|
Float |
getTeacherY()
Get The vertical offset of the watermark for the teacher’s video, which is expressed as a percentage of the video width.
|
String |
getText()
Get The watermark text.
|
String |
getTextColor()
Get The watermark text color.
|
String |
getVideoUrl()
Get The image displayed when there is no video.
|
void |
setBoardH(Float BoardH)
Set The height of the whiteboard’s watermark, which is expressed as a percentage of the video height.
|
void |
setBoardUrl(String BoardUrl)
Set The URL of the watermark for the whiteboard.
|
void |
setBoardW(Float BoardW)
Set The width of the whiteboard’s watermark, which is expressed as a percentage of the video width.
|
void |
setBoardX(Float BoardX)
Set The horizontal offset of the whiteboard’s watermark, which is expressed as a percentage of the video width.
|
void |
setBoardY(Float BoardY)
Set The vertical offset of the whiteboard’s watermark, which is expressed as a percentage of the video width.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
setTeacherH(Float TeacherH)
Set The height of the watermark for the teacher’s video, which is expressed as a percentage of the video height.
|
void |
setTeacherUrl(String TeacherUrl)
Set The URL of the watermark for the teacher’s video.
|
void |
setTeacherW(Float TeacherW)
Set The width of the watermark for the teacher’s video, which is expressed as a percentage of the video width.
|
void |
setTeacherX(Float TeacherX)
Set The horizontal offset of the watermark for the teacher’s video, which is expressed as a percentage of the video width.
|
void |
setTeacherY(Float TeacherY)
Set The vertical offset of the watermark for the teacher’s video, which is expressed as a percentage of the video width.
|
void |
setText(String Text)
Set The watermark text.
|
void |
setTextColor(String TextColor)
Set The watermark text color.
|
void |
setVideoUrl(String VideoUrl)
Set The image displayed when there is no video.
|
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 SetWatermarkRequest()
public SetWatermarkRequest(SetWatermarkRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public String getTeacherUrl()
public void setTeacherUrl(String TeacherUrl)
TeacherUrl
- The URL of the watermark for the teacher’s video. If you pass in an empty string, the teacher’s video will not have a watermark.public String getBoardUrl()
public void setBoardUrl(String BoardUrl)
BoardUrl
- The URL of the watermark for the whiteboard. If you pass in an empty string, the whiteboard video will not have a watermark.public String getVideoUrl()
public void setVideoUrl(String VideoUrl)
VideoUrl
- The image displayed when there is no video. If you pass in an empty string, no images will be displayed.public Float getBoardW()
public void setBoardW(Float BoardW)
BoardW
- The width of the whiteboard’s watermark, which is expressed as a percentage of the video width. The value range is 0-100, and the default value is 0.public Float getBoardH()
public void setBoardH(Float BoardH)
BoardH
- The height of the whiteboard’s watermark, which is expressed as a percentage of the video height. The value range is 0-100, and the default value is 0.public Float getBoardX()
public void setBoardX(Float BoardX)
BoardX
- The horizontal offset of the whiteboard’s watermark, which is expressed as a percentage of the video width. For example, 50 indicates that the watermark will appear in the middle horizontally. Value range: 0-100.public Float getBoardY()
public void setBoardY(Float BoardY)
BoardY
- The vertical offset of the whiteboard’s watermark, which is expressed as a percentage of the video width. For example, 50 indicates that the watermark will appear in the middle vertically. Value range: 0-100.public Float getTeacherW()
public void setTeacherW(Float TeacherW)
TeacherW
- The width of the watermark for the teacher’s video, which is expressed as a percentage of the video width. The value range is 0-100, and the default value is 0.public Float getTeacherH()
public void setTeacherH(Float TeacherH)
TeacherH
- The height of the watermark for the teacher’s video, which is expressed as a percentage of the video height. The value range is 0-100, and the default value is 0.public Float getTeacherX()
public void setTeacherX(Float TeacherX)
TeacherX
- The horizontal offset of the watermark for the teacher’s video, which is expressed as a percentage of the video width. For example, 50 indicates that the watermark will appear in the middle horizontally. Value range: 0-100.public Float getTeacherY()
public void setTeacherY(Float TeacherY)
TeacherY
- The vertical offset of the watermark for the teacher’s video, which is expressed as a percentage of the video width. For example, 50 indicates that the watermark will appear in the middle vertically. Value range: 0-100.public String getText()
public void setText(String Text)
Text
- The watermark text. If you pass in an empty string, there will be no text.public String getTextColor()
public void setTextColor(String TextColor)
TextColor
- The watermark text color.Copyright © 2023. All rights reserved.