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.
16605 16606 16607 |
# File 'lib/v20190612/models.rb', line 16605 def initialize(segmentduration=nil) @SegmentDuration = segmentduration end |
Instance Attribute Details
#SegmentDuration ⇒ Object
如果不填默认切片时长为5秒。注意:此字段可能返回 null,表示取不到有效值。
16603 16604 16605 |
# File 'lib/v20190612/models.rb', line 16603 def SegmentDuration @SegmentDuration end |
Instance Method Details
#deserialize(params) ⇒ Object
16609 16610 16611 |
# File 'lib/v20190612/models.rb', line 16609 def deserialize(params) @SegmentDuration = params['SegmentDuration'] end |