public class MosaicInput extends AbstractModel
| Constructor and Description | 
|---|
| MosaicInput() | 
| MosaicInput(MosaicInput 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 | getCoordinateOrigin()Get Origin position, which currently can only be:
TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the blur is in the top-left corner of the image or text.
Default value: TopLeft. | 
| Float | getEndTimeOffset()Get End time offset of blur in seconds. | 
| String | getHeight()Get Blur height. | 
| Float | getStartTimeOffset()Get Start time offset of blur in seconds. | 
| String | getWidth()Get Blur width. | 
| String | getXPos()Get The horizontal position of the origin of the blur relative to the origin of coordinates of the video. | 
| String | getYPos()Get Vertical position of the origin of blur relative to the origin of coordinates of video. | 
| void | setCoordinateOrigin(String CoordinateOrigin)Set Origin position, which currently can only be:
TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the blur is in the top-left corner of the image or text.
Default value: TopLeft. | 
| void | setEndTimeOffset(Float EndTimeOffset)Set End time offset of blur in seconds. | 
| void | setHeight(String Height)Set Blur height. | 
| void | setStartTimeOffset(Float StartTimeOffset)Set Start time offset of blur in seconds. | 
| void | setWidth(String Width)Set Blur width. | 
| void | setXPos(String XPos)Set The horizontal position of the origin of the blur relative to the origin of coordinates of the video. | 
| void | setYPos(String YPos)Set Vertical position of the origin of blur relative to the origin of coordinates of 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, toJsonStringpublic MosaicInput()
public MosaicInput(MosaicInput source)
public String getCoordinateOrigin()
public void setCoordinateOrigin(String CoordinateOrigin)
CoordinateOrigin - Origin position, which currently can only be:
public String getXPos()
public void setXPos(String XPos)
XPos - The horizontal position of the origin of the blur relative to the origin of coordinates of the video. % and px formats are supported:
public String getYPos()
public void setYPos(String YPos)
YPos - Vertical position of the origin of blur relative to the origin of coordinates of video. % and px formats are supported:
public String getWidth()
public void setWidth(String Width)
Width - Blur width. % and px formats are supported:
public String getHeight()
public void setHeight(String Height)
Height - Blur height. % and px formats are supported:
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Start time offset of blur in seconds. If this parameter is left empty or 0 is entered, the blur will appear upon the first video frame.
public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - End time offset of blur in seconds.
Copyright © 2022. All rights reserved.