Class: TencentCloud::Mps::V20190612::ExtractBlindWatermarkTaskConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ExtractBlindWatermarkTaskConfig
- Defined in:
- lib/v20190612/models.rb
Overview
提取视频转码数字水印任务配置
Instance Attribute Summary collapse
-
#SegmentDuration ⇒ Object
如果不填默认切片时长为5秒。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(segmentduration = nil) ⇒ ExtractBlindWatermarkTaskConfig
constructor
A new instance of ExtractBlindWatermarkTaskConfig.
Constructor Details
#initialize(segmentduration = nil) ⇒ ExtractBlindWatermarkTaskConfig
Returns a new instance of ExtractBlindWatermarkTaskConfig.
16685 16686 16687 |
# File 'lib/v20190612/models.rb', line 16685 def initialize(segmentduration=nil) @SegmentDuration = segmentduration end |
Instance Attribute Details
#SegmentDuration ⇒ Object
如果不填默认切片时长为5秒。 注意:此字段可能返回 null,表示取不到有效值。
16683 16684 16685 |
# File 'lib/v20190612/models.rb', line 16683 def SegmentDuration @SegmentDuration end |
Instance Method Details
#deserialize(params) ⇒ Object
16689 16690 16691 |
# File 'lib/v20190612/models.rb', line 16689 def deserialize(params) @SegmentDuration = params['SegmentDuration'] end |