class TencentCloud::Live::V20180801::CasterMarkWordInfo
导播台文字水印配置。
def deserialize(params)
def deserialize(params) @MarkWordIndex = params['MarkWordIndex'] @MarkWordText = params['MarkWordText'] @MarkWordFontSize = params['MarkWordFontSize'] @MarkWordFontColor = params['MarkWordFontColor'] @MarkWordFontType = params['MarkWordFontType'] @MarkWordLocationX = params['MarkWordLocationX'] @MarkWordLocationY = params['MarkWordLocationY'] @MarkWordRollEnable = params['MarkWordRollEnable'] @MarkWordRollOnceTime = params['MarkWordRollOnceTime'] @MarkWordRollDirection = params['MarkWordRollDirection'] @MarkWordRollStartLocationX = params['MarkWordRollStartLocationX'] @MarkWordRollEndLocationX = params['MarkWordRollEndLocationX'] end
def initialize(markwordindex=nil, markwordtext=nil, markwordfontsize=nil, markwordfontcolor=nil, markwordfonttype=nil, markwordlocationx=nil, markwordlocationy=nil, markwordrollenable=nil, markwordrolloncetime=nil, markwordrolldirection=nil, markwordrollstartlocationx=nil, markwordrollendlocationx=nil)
def initialize(markwordindex=nil, markwordtext=nil, markwordfontsize=nil, markwordfontcolor=nil, markwordfonttype=nil, markwordlocationx=nil, markwordlocationy=nil, markwordrollenable=nil, markwordrolloncetime=nil, markwordrolldirection=nil, markwordrollstartlocationx=nil, markwordrollendlocationx=nil) @MarkWordIndex = markwordindex @MarkWordText = markwordtext @MarkWordFontSize = markwordfontsize @MarkWordFontColor = markwordfontcolor @MarkWordFontType = markwordfonttype @MarkWordLocationX = markwordlocationx @MarkWordLocationY = markwordlocationy @MarkWordRollEnable = markwordrollenable @MarkWordRollOnceTime = markwordrolloncetime @MarkWordRollDirection = markwordrolldirection @MarkWordRollStartLocationX = markwordrollstartlocationx @MarkWordRollEndLocationX = markwordrollendlocationx end