Class: TencentCloud::Ie::V20200304::MediaCuttingTaskResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::MediaCuttingTaskResult
- Defined in:
- lib/v20200304/models.rb
Overview
编辑处理/剪切任务/处理结果
Instance Attribute Summary collapse
-
#FirstFile ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 静态图:总数即为文件数; 雪碧图:所有小图总数; 动图、视频:不计算图片数,为 0。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ImageCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 静态图:总数即为文件数; 雪碧图:所有小图总数; 动图、视频:不计算图片数,为 0。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LastFile ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 静态图:总数即为文件数; 雪碧图:所有小图总数; 动图、视频:不计算图片数,为 0。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ListFile ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 静态图:总数即为文件数; 雪碧图:所有小图总数; 动图、视频:不计算图片数,为 0。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ResultCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 静态图:总数即为文件数; 雪碧图:所有小图总数; 动图、视频:不计算图片数,为 0。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listfile = nil, resultcount = nil, firstfile = nil, lastfile = nil, imagecount = nil) ⇒ MediaCuttingTaskResult
constructor
A new instance of MediaCuttingTaskResult.
Constructor Details
#initialize(listfile = nil, resultcount = nil, firstfile = nil, lastfile = nil, imagecount = nil) ⇒ MediaCuttingTaskResult
Returns a new instance of MediaCuttingTaskResult.
1608 1609 1610 1611 1612 1613 1614 |
# File 'lib/v20200304/models.rb', line 1608 def initialize(listfile=nil, resultcount=nil, firstfile=nil, lastfile=nil, imagecount=nil) @ListFile = listfile @ResultCount = resultcount @FirstFile = firstfile @LastFile = lastfile @ImageCount = imagecount end |
Instance Attribute Details
#FirstFile ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。静态图:总数即为文件数;雪碧图:所有小图总数;动图、视频:不计算图片数,为 0。注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20200304/models.rb', line 1606 def FirstFile @FirstFile end |
#ImageCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。静态图:总数即为文件数;雪碧图:所有小图总数;动图、视频:不计算图片数,为 0。注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20200304/models.rb', line 1606 def ImageCount @ImageCount end |
#LastFile ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。静态图:总数即为文件数;雪碧图:所有小图总数;动图、视频:不计算图片数,为 0。注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20200304/models.rb', line 1606 def LastFile @LastFile end |
#ListFile ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。静态图:总数即为文件数;雪碧图:所有小图总数;动图、视频:不计算图片数,为 0。注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20200304/models.rb', line 1606 def ListFile @ListFile end |
#ResultCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。静态图:总数即为文件数;雪碧图:所有小图总数;动图、视频:不计算图片数,为 0。注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20200304/models.rb', line 1606 def ResultCount @ResultCount end |
Instance Method Details
#deserialize(params) ⇒ Object
1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 |
# File 'lib/v20200304/models.rb', line 1616 def deserialize(params) unless params['ListFile'].nil? @ListFile = TaskResultFile.new @ListFile.deserialize(params['ListFile']) end @ResultCount = params['ResultCount'] unless params['FirstFile'].nil? @FirstFile = TaskResultFile.new @FirstFile.deserialize(params['FirstFile']) end unless params['LastFile'].nil? @LastFile = TaskResultFile.new @LastFile.deserialize(params['LastFile']) end @ImageCount = params['ImageCount'] end |