tccli 3.0.1005.1__py2.py3-none-any.whl → 3.0.1006.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
 - tccli/examples/cdb/v20170320/CloseAuditService.md +20 -0
 - tccli/examples/cdb/v20170320/CreateAuditRuleTemplate.md +31 -0
 - tccli/examples/cdb/v20170320/DeleteAuditRuleTemplates.md +20 -0
 - tccli/examples/cdb/v20170320/DeleteDatabase.md +21 -0
 - tccli/examples/cdb/v20170320/DescribeAuditInstanceList.md +51 -0
 - tccli/examples/cdb/v20170320/DescribeAuditRuleTemplateModifyHistory.md +70 -0
 - tccli/examples/cdb/v20170320/DescribeAuditRuleTemplates.md +61 -0
 - tccli/examples/cdb/v20170320/ModifyAuditRuleTemplates.md +21 -0
 - tccli/examples/cdb/v20170320/ModifyAuditService.md +23 -0
 - tccli/examples/cfg/v20210820/DescribeTaskPolicyTriggerLog.md +38 -0
 - tccli/examples/cfg/v20210820/TriggerPolicy.md +25 -0
 - tccli/examples/config/v20220802/ListAggregateConfigRules.md +79 -0
 - tccli/examples/config/v20220802/ListConfigRules.md +138 -0
 - tccli/examples/tdmq/v20200217/CreateProCluster.md +3 -3
 - tccli/examples/teo/v20220901/DescribeOverviewL7Data.md +4 -2
 - tccli/examples/teo/v20220901/DescribePrefetchTasks.md +2 -1
 - tccli/examples/teo/v20220901/DescribePurgeTasks.md +2 -1
 - tccli/examples/teo/v20220901/DescribeTimingL4Data.md +4 -1
 - tccli/examples/teo/v20220901/DescribeTimingL7AnalysisData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTimingL7CacheData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTopL7AnalysisData.md +6 -3
 - tccli/examples/teo/v20220901/DescribeTopL7CacheData.md +8 -4
 - tccli/examples/teo/v20220901/DownloadL4Logs.md +2 -1
 - tccli/examples/teo/v20220901/DownloadL7Logs.md +2 -1
 - tccli/examples/tke/v20180525/DescribeIPAMD.md +6 -3
 - tccli/examples/tse/v20201207/CloseWafProtection.md +21 -0
 - tccli/examples/tse/v20201207/CreateWafDomains.md +21 -0
 - tccli/examples/tse/v20201207/OpenWafProtection.md +21 -0
 - tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
 - tccli/examples/vrs/v20200824/GetVRSVoiceTypes.md +4 -2
 - tccli/services/__init__.py +3 -0
 - tccli/services/cdb/cdb_client.py +497 -20
 - tccli/services/cdb/v20170320/api.json +1174 -51
 - tccli/services/cdb/v20170320/examples.json +72 -0
 - tccli/services/cfg/cfg_client.py +106 -0
 - tccli/services/cfg/v20210820/api.json +199 -0
 - tccli/services/cfg/v20210820/examples.json +16 -0
 - tccli/services/config/__init__.py +4 -0
 - tccli/services/config/config_client.py +247 -0
 - tccli/services/config/v20220802/api.json +767 -0
 - tccli/services/config/v20220802/examples.json +21 -0
 - tccli/services/hai/v20230812/api.json +11 -0
 - tccli/services/tdmq/v20200217/api.json +50 -30
 - tccli/services/tdmq/v20200217/examples.json +2 -2
 - tccli/services/teo/v20220901/api.json +51 -40
 - tccli/services/teo/v20220901/examples.json +24 -24
 - tccli/services/tke/v20180525/api.json +18 -8
 - tccli/services/tke/v20180525/examples.json +2 -2
 - tccli/services/tse/tse_client.py +159 -0
 - tccli/services/tse/v20201207/api.json +147 -0
 - tccli/services/tse/v20201207/examples.json +24 -0
 - tccli/services/vod/v20180717/api.json +278 -24
 - tccli/services/vod/v20180717/examples.json +4 -4
 - tccli/services/vrs/v20200824/examples.json +1 -1
 - tccli/services/waf/v20180125/api.json +3 -3
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/RECORD +61 -41
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1005.1.dist-info → tccli-3.0.1006.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -7145,8 +7145,10 @@ 
     | 
|
| 
       7145 
7145 
     | 
    
         
             
                      "example": "libmp3lame",
         
     | 
| 
       7146 
7146 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       7147 
7147 
     | 
    
         
             
                      "name": "Codec",
         
     | 
| 
      
 7148 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       7148 
7149 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       7149 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
      
 7150 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 7151 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       7150 
7152 
     | 
    
         
             
                    },
         
     | 
| 
       7151 
7153 
     | 
    
         
             
                    {
         
     | 
| 
       7152 
7154 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -7154,8 +7156,10 @@ 
     | 
|
| 
       7154 
7156 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       7155 
7157 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       7156 
7158 
     | 
    
         
             
                      "name": "Bitrate",
         
     | 
| 
      
 7159 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       7157 
7160 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       7158 
     | 
    
         
            -
                      "type": "int"
         
     | 
| 
      
 7161 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 7162 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       7159 
7163 
     | 
    
         
             
                    },
         
     | 
| 
       7160 
7164 
     | 
    
         
             
                    {
         
     | 
| 
       7161 
7165 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -7163,8 +7167,10 @@ 
     | 
|
| 
       7163 
7167 
     | 
    
         
             
                      "example": "16000",
         
     | 
| 
       7164 
7168 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       7165 
7169 
     | 
    
         
             
                      "name": "SampleRate",
         
     | 
| 
      
 7170 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       7166 
7171 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       7167 
     | 
    
         
            -
                      "type": "int"
         
     | 
| 
      
 7172 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 7173 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       7168 
7174 
     | 
    
         
             
                    },
         
     | 
| 
       7169 
7175 
     | 
    
         
             
                    {
         
     | 
| 
       7170 
7176 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -7172,11 +7178,13 @@ 
     | 
|
| 
       7172 
7178 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       7173 
7179 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       7174 
7180 
     | 
    
         
             
                      "name": "AudioChannel",
         
     | 
| 
      
 7181 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       7175 
7182 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       7176 
     | 
    
         
            -
                      "type": "int"
         
     | 
| 
      
 7183 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 7184 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       7177 
7185 
     | 
    
         
             
                    }
         
     | 
| 
       7178 
7186 
     | 
    
         
             
                  ],
         
     | 
| 
       7179 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 7187 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       7180 
7188 
     | 
    
         
             
                },
         
     | 
| 
       7181 
7189 
     | 
    
         
             
                "AudioTrackItem": {
         
     | 
| 
       7182 
7190 
     | 
    
         
             
                  "document": "音频轨道上的音频片段信息。",
         
     | 
| 
         @@ -15431,7 +15439,7 @@ 
     | 
|
| 
       15431 
15439 
     | 
    
         
             
                  "members": [
         
     | 
| 
       15432 
15440 
     | 
    
         
             
                    {
         
     | 
| 
       15433 
15441 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15434 
     | 
    
         
            -
                      "document": "任务类型,取值:\n<li>Procedure:视频处理任务;</li>\n<li>EditMedia:视频编辑任务;</li>\n<li>SplitMedia:视频拆条任务;</li>\n<li>ComposeMedia:制作媒体文件任务;</li>\n<li>WechatPublish:微信发布任务;</li>\n<li>WechatMiniProgramPublish:微信小程序视频发布任务;</li>\n<li>PullUpload:拉取上传媒体文件任务;</li>\n<li>FastClipMedia:快速剪辑任务;</li>\n<li>RemoveWatermarkTask:智能去除水印任务;</li>\n<li>DescribeFileAttributesTask:获取文件属性任务;</li>\n<li>RebuildMedia 
     | 
| 
      
 15442 
     | 
    
         
            +
                      "document": "任务类型,取值:\n<li>Procedure:视频处理任务;</li>\n<li>EditMedia:视频编辑任务;</li>\n<li>SplitMedia:视频拆条任务;</li>\n<li>ComposeMedia:制作媒体文件任务;</li>\n<li>WechatPublish:微信发布任务;</li>\n<li>WechatMiniProgramPublish:微信小程序视频发布任务;</li>\n<li>PullUpload:拉取上传媒体文件任务;</li>\n<li>FastClipMedia:快速剪辑任务;</li>\n<li>RemoveWatermarkTask:智能去除水印任务;</li>\n<li>DescribeFileAttributesTask:获取文件属性任务;</li>\n<li>RebuildMedia:音画质重生任务(不推荐使用);</li>\n<li>ReviewAudioVideo:音视频审核任务;</li>\n<li>ExtractTraceWatermark:提取溯源水印任务;</li>\n<li>ExtractCopyRightWatermark:提取版权水印任务;</li>\n<li>QualityInspect:音画质检测任务;</li>\n<li>QualityEnhance:音画质重生任务。</li>",
         
     | 
| 
       15435 
15443 
     | 
    
         
             
                      "example": "Procedure",
         
     | 
| 
       15436 
15444 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       15437 
15445 
     | 
    
         
             
                      "name": "TaskType",
         
     | 
| 
         @@ -15679,6 +15687,16 @@ 
     | 
|
| 
       15679 
15687 
     | 
    
         
             
                      "type": "object",
         
     | 
| 
       15680 
15688 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       15681 
15689 
     | 
    
         
             
                    },
         
     | 
| 
      
 15690 
     | 
    
         
            +
                    {
         
     | 
| 
      
 15691 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 15692 
     | 
    
         
            +
                      "document": "音画质重生任务信息,仅当 TaskType 为 QualityEnhance,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 15693 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 15694 
     | 
    
         
            +
                      "member": "QualityEnhanceTask",
         
     | 
| 
      
 15695 
     | 
    
         
            +
                      "name": "QualityEnhanceTask",
         
     | 
| 
      
 15696 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 15697 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 15698 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 15699 
     | 
    
         
            +
                    },
         
     | 
| 
       15682 
15700 
     | 
    
         
             
                    {
         
     | 
| 
       15683 
15701 
     | 
    
         
             
                      "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
       15684 
15702 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
         @@ -19060,6 +19078,7 @@ 
     | 
|
| 
       19060 
19078 
     | 
    
         
             
                      "example": "12ab",
         
     | 
| 
       19061 
19079 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       19062 
19080 
     | 
    
         
             
                      "name": "ImageContent",
         
     | 
| 
      
 19081 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       19063 
19082 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       19064 
19083 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       19065 
19084 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -19070,6 +19089,7 @@ 
     | 
|
| 
       19070 
19089 
     | 
    
         
             
                      "example": "10px",
         
     | 
| 
       19071 
19090 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       19072 
19091 
     | 
    
         
             
                      "name": "Width",
         
     | 
| 
      
 19092 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       19073 
19093 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       19074 
19094 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       19075 
19095 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -19080,6 +19100,7 @@ 
     | 
|
| 
       19080 
19100 
     | 
    
         
             
                      "example": "10px",
         
     | 
| 
       19081 
19101 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       19082 
19102 
     | 
    
         
             
                      "name": "Height",
         
     | 
| 
      
 19103 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       19083 
19104 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       19084 
19105 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       19085 
19106 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -19090,6 +19111,7 @@ 
     | 
|
| 
       19090 
19111 
     | 
    
         
             
                      "example": "once",
         
     | 
| 
       19091 
19112 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       19092 
19113 
     | 
    
         
             
                      "name": "RepeatType",
         
     | 
| 
      
 19114 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       19093 
19115 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       19094 
19116 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       19095 
19117 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -19100,12 +19122,13 @@ 
     | 
|
| 
       19100 
19122 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       19101 
19123 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       19102 
19124 
     | 
    
         
             
                      "name": "Transparency",
         
     | 
| 
      
 19125 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       19103 
19126 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       19104 
19127 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       19105 
19128 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       19106 
19129 
     | 
    
         
             
                    }
         
     | 
| 
       19107 
19130 
     | 
    
         
             
                  ],
         
     | 
| 
       19108 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 19131 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       19109 
19132 
     | 
    
         
             
                },
         
     | 
| 
       19110 
19133 
     | 
    
         
             
                "ImageWatermarkTemplate": {
         
     | 
| 
       19111 
19134 
     | 
    
         
             
                  "document": "图片水印模板",
         
     | 
| 
         @@ -28377,6 +28400,214 @@ 
     | 
|
| 
       28377 
28400 
     | 
    
         
             
                  ],
         
     | 
| 
       28378 
28401 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
       28379 
28402 
     | 
    
         
             
                },
         
     | 
| 
      
 28403 
     | 
    
         
            +
                "QualityEnhanceTask": {
         
     | 
| 
      
 28404 
     | 
    
         
            +
                  "document": "音画质重生任务",
         
     | 
| 
      
 28405 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 28406 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28407 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28408 
     | 
    
         
            +
                      "document": "任务 ID。",
         
     | 
| 
      
 28409 
     | 
    
         
            +
                      "example": "123-xxx-xx",
         
     | 
| 
      
 28410 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28411 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 28412 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28413 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28414 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28416 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28417 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28418 
     | 
    
         
            +
                      "document": "任务流状态,取值:\n<li>PROCESSING:处理中;</li>\n<li>FINISH:已完成。</li>",
         
     | 
| 
      
 28419 
     | 
    
         
            +
                      "example": "SUCCESS",
         
     | 
| 
      
 28420 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28421 
     | 
    
         
            +
                      "name": "Status",
         
     | 
| 
      
 28422 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28423 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28424 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28426 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28427 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28428 
     | 
    
         
            +
                      "document": "错误码,0 表示成功,其他值表示失败:\n<li>40000:输入参数不合法,请检查输入参数;</li>\n<li>60000:源文件错误(如视频数据损坏),请确认源文件是否正常;</li>\n<li>70000:内部服务错误,建议重试。</li>",
         
     | 
| 
      
 28429 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
      
 28430 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 28431 
     | 
    
         
            +
                      "name": "ErrCode",
         
     | 
| 
      
 28432 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28433 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 28434 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28436 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28437 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28438 
     | 
    
         
            +
                      "document": "错误信息。",
         
     | 
| 
      
 28439 
     | 
    
         
            +
                      "example": "\"\"",
         
     | 
| 
      
 28440 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28441 
     | 
    
         
            +
                      "name": "Message",
         
     | 
| 
      
 28442 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28443 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28444 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28445 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28446 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28447 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28448 
     | 
    
         
            +
                      "document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。",
         
     | 
| 
      
 28449 
     | 
    
         
            +
                      "example": "\"\"",
         
     | 
| 
      
 28450 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28451 
     | 
    
         
            +
                      "name": "ErrCodeExt",
         
     | 
| 
      
 28452 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28453 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28454 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28455 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28456 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28457 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28458 
     | 
    
         
            +
                      "document": "音画质重生任务进度,取值范围 [0-100] 。",
         
     | 
| 
      
 28459 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
      
 28460 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 28461 
     | 
    
         
            +
                      "name": "Progress",
         
     | 
| 
      
 28462 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28463 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 28464 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28465 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28466 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28467 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28468 
     | 
    
         
            +
                      "document": "音画质重生任务的输入。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 28469 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 28470 
     | 
    
         
            +
                      "member": "QualityEnhanceTaskInput",
         
     | 
| 
      
 28471 
     | 
    
         
            +
                      "name": "Input",
         
     | 
| 
      
 28472 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28473 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 28474 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 28475 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28476 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28477 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28478 
     | 
    
         
            +
                      "document": "音画质重生任务的输出。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 28479 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 28480 
     | 
    
         
            +
                      "member": "QualityEnhanceTaskOutput",
         
     | 
| 
      
 28481 
     | 
    
         
            +
                      "name": "Output",
         
     | 
| 
      
 28482 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28483 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 28484 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 28485 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28486 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28487 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28488 
     | 
    
         
            +
                      "document": "音画质重生输出视频的元信息。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 28489 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 28490 
     | 
    
         
            +
                      "member": "MediaMetaData",
         
     | 
| 
      
 28491 
     | 
    
         
            +
                      "name": "MetaData",
         
     | 
| 
      
 28492 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28493 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 28494 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 28495 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28496 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28497 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28498 
     | 
    
         
            +
                      "document": "用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。",
         
     | 
| 
      
 28499 
     | 
    
         
            +
                      "example": "123",
         
     | 
| 
      
 28500 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28501 
     | 
    
         
            +
                      "name": "SessionId",
         
     | 
| 
      
 28502 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28503 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28504 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28505 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28506 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28507 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28508 
     | 
    
         
            +
                      "document": "来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。",
         
     | 
| 
      
 28509 
     | 
    
         
            +
                      "example": "123",
         
     | 
| 
      
 28510 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28511 
     | 
    
         
            +
                      "name": "SessionContext",
         
     | 
| 
      
 28512 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28513 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28514 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28515 
     | 
    
         
            +
                    }
         
     | 
| 
      
 28516 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 28517 
     | 
    
         
            +
                  "usage": "out"
         
     | 
| 
      
 28518 
     | 
    
         
            +
                },
         
     | 
| 
      
 28519 
     | 
    
         
            +
                "QualityEnhanceTaskInput": {
         
     | 
| 
      
 28520 
     | 
    
         
            +
                  "document": "音画质重生任务的输入。",
         
     | 
| 
      
 28521 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 28522 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28523 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28524 
     | 
    
         
            +
                      "document": "媒体文件 ID。",
         
     | 
| 
      
 28525 
     | 
    
         
            +
                      "example": "327083******3604148",
         
     | 
| 
      
 28526 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28527 
     | 
    
         
            +
                      "name": "FileId",
         
     | 
| 
      
 28528 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28529 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28530 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28531 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28532 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28533 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28534 
     | 
    
         
            +
                      "document": "音画质重生模板 ID。",
         
     | 
| 
      
 28535 
     | 
    
         
            +
                      "example": "10",
         
     | 
| 
      
 28536 
     | 
    
         
            +
                      "member": "uint64",
         
     | 
| 
      
 28537 
     | 
    
         
            +
                      "name": "Definition",
         
     | 
| 
      
 28538 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28539 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 28540 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28541 
     | 
    
         
            +
                    }
         
     | 
| 
      
 28542 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 28543 
     | 
    
         
            +
                  "usage": "out"
         
     | 
| 
      
 28544 
     | 
    
         
            +
                },
         
     | 
| 
      
 28545 
     | 
    
         
            +
                "QualityEnhanceTaskOutput": {
         
     | 
| 
      
 28546 
     | 
    
         
            +
                  "document": "音画质重生任务输出",
         
     | 
| 
      
 28547 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 28548 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28549 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28550 
     | 
    
         
            +
                      "document": "文件类型,例如 mp4、flv 等。",
         
     | 
| 
      
 28551 
     | 
    
         
            +
                      "example": "mp4",
         
     | 
| 
      
 28552 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28553 
     | 
    
         
            +
                      "name": "FileType",
         
     | 
| 
      
 28554 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28555 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28556 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28557 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28558 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28559 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28560 
     | 
    
         
            +
                      "document": "媒体文件播放地址。",
         
     | 
| 
      
 28561 
     | 
    
         
            +
                      "example": "http://125.xxx.mp4",
         
     | 
| 
      
 28562 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28563 
     | 
    
         
            +
                      "name": "FileUrl",
         
     | 
| 
      
 28564 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28565 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28566 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28567 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28568 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28569 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28570 
     | 
    
         
            +
                      "document": "媒体文件 ID。",
         
     | 
| 
      
 28571 
     | 
    
         
            +
                      "example": "123",
         
     | 
| 
      
 28572 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28573 
     | 
    
         
            +
                      "name": "FileId",
         
     | 
| 
      
 28574 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28575 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28576 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28577 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28578 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28579 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28580 
     | 
    
         
            +
                      "document": "输出文件名,最长 64 个字符。缺省由系统指定生成文件名。",
         
     | 
| 
      
 28581 
     | 
    
         
            +
                      "example": "mediaName",
         
     | 
| 
      
 28582 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28583 
     | 
    
         
            +
                      "name": "MediaName",
         
     | 
| 
      
 28584 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28585 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28586 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28587 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28588 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28589 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28590 
     | 
    
         
            +
                      "document": "分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。\n<li>默认值:0,表示其他分类。</li>",
         
     | 
| 
      
 28591 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
      
 28592 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 28593 
     | 
    
         
            +
                      "name": "ClassId",
         
     | 
| 
      
 28594 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28595 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 28596 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28597 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28598 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28599 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 28600 
     | 
    
         
            +
                      "document": "输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。",
         
     | 
| 
      
 28601 
     | 
    
         
            +
                      "example": "9999-12-31T23:59:59Z",
         
     | 
| 
      
 28602 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 28603 
     | 
    
         
            +
                      "name": "ExpireTime",
         
     | 
| 
      
 28604 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 28605 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 28606 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 28607 
     | 
    
         
            +
                    }
         
     | 
| 
      
 28608 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 28609 
     | 
    
         
            +
                  "usage": "out"
         
     | 
| 
      
 28610 
     | 
    
         
            +
                },
         
     | 
| 
       28380 
28611 
     | 
    
         
             
                "QualityEvaluationConfigureInfo": {
         
     | 
| 
       28381 
28612 
     | 
    
         
             
                  "document": "视频画面质量评价的控制参数。",
         
     | 
| 
       28382 
28613 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -33805,9 +34036,10 @@ 
     | 
|
| 
       33805 
34036 
     | 
    
         
             
                    {
         
     | 
| 
       33806 
34037 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       33807 
34038 
     | 
    
         
             
                      "document": "水印的宽度,支持 px,%,W%,H%,S%,L% 六种格式:\n<li>当字符串以 px 结尾,表示水印 Width 单位为像素,如 100px 表示 Width 为 100 像素;当填 0px 且\n Height 不为 0px 时,表示水印的宽度按原始 SVG 图像等比缩放;当 Width、Height 都填 0px 时,表示水印的宽度取原始 SVG 图像的宽度;</li>\n<li>当字符串以 W% 结尾,表示水印 Width 为视频宽度的百分比大小,如 10W% 表示 Width 为视频宽度的 10%;</li>\n<li>当字符串以 H% 结尾,表示水印 Width 为视频高度的百分比大小,如 10H% 表示 Width 为视频高度的 10%;</li>\n<li>当字符串以 S% 结尾,表示水印 Width 为视频短边的百分比大小,如 10S% 表示 Width 为视频短边的 10%;</li>\n<li>当字符串以 L% 结尾,表示水印 Width 为视频长边的百分比大小,如 10L% 表示 Width 为视频长边的 10%;</li>\n<li>当字符串以 % 结尾时,含义同 W%。</li>\n默认值为 10W%。",
         
     | 
| 
       33808 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34039 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       33809 
34040 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       33810 
34041 
     | 
    
         
             
                      "name": "Width",
         
     | 
| 
      
 34042 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       33811 
34043 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       33812 
34044 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       33813 
34045 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -33815,25 +34047,27 @@ 
     | 
|
| 
       33815 
34047 
     | 
    
         
             
                    {
         
     | 
| 
       33816 
34048 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       33817 
34049 
     | 
    
         
             
                      "document": "水印的高度,支持 px,%,W%,H%,S%,L% 六种格式:\n<li>当字符串以 px 结尾,表示水印 Height 单位为像素,如 100px 表示 Height 为 100 像素;当填 0px 且\n Width 不为 0px 时,表示水印的高度按原始 SVG 图像等比缩放;当 Width、Height 都填 0px 时,表示水印的高度取原始 SVG 图像的高度;</li>\n<li>当字符串以 W% 结尾,表示水印 Height 为视频宽度的百分比大小,如 10W% 表示 Height 为视频宽度的 10%;</li>\n<li>当字符串以 H% 结尾,表示水印 Height 为视频高度的百分比大小,如 10H% 表示 Height 为视频高度的 10%;</li>\n<li>当字符串以 S% 结尾,表示水印 Height 为视频短边的百分比大小,如 10S% 表示 Height 为视频短边的 10%;</li>\n<li>当字符串以 L% 结尾,表示水印 Height 为视频长边的百分比大小,如 10L% 表示 Height 为视频长边的 10%;</li>\n<li>当字符串以 % 结尾时,含义同 H%。\n默认值为 0px。",
         
     | 
| 
       33818 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34050 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       33819 
34051 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       33820 
34052 
     | 
    
         
             
                      "name": "Height",
         
     | 
| 
      
 34053 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       33821 
34054 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       33822 
34055 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       33823 
34056 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       33824 
34057 
     | 
    
         
             
                    },
         
     | 
| 
       33825 
34058 
     | 
    
         
             
                    {
         
     | 
| 
       33826 
34059 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       33827 
     | 
    
         
            -
                      "document": "水印周期配置,用于配置水印周期性地显示与隐藏。\n主要使用场景是:为了视频防遮标,在视频多个地方设置水印,这些水印按固定顺序周期性地显示与隐藏。\n例如,设置 A、B、C、D 4 个水印分别位于视频的左上角、右上角、右下角、左下角处,视频开始时,{ A 显示 5 秒 -> B 显示 5 秒 -> C 显示 5 秒 -> D 显示 5 秒 } -> A 显示 5 秒 -> B 显示 5 秒 -> ...,任何时刻只显示一处水印。\n花括号 {} 表示由 A、B、C、D 4 个水印组成的大周期,可以看出每个大周期持续 20 秒。\n可以看出,A、B、C、D 都是周期性地显示 5 秒、隐藏 15 秒,且四者有固定的显示顺序。\n 
     | 
| 
       33828 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34060 
     | 
    
         
            +
                      "document": "水印周期配置,用于配置水印周期性地显示与隐藏。\n主要使用场景是:为了视频防遮标,在视频多个地方设置水印,这些水印按固定顺序周期性地显示与隐藏。\n例如,设置 A、B、C、D 4 个水印分别位于视频的左上角、右上角、右下角、左下角处,视频开始时,{ A 显示 5 秒 -> B 显示 5 秒 -> C 显示 5 秒 -> D 显示 5 秒 } -> A 显示 5 秒 -> B 显示 5 秒 -> ...,任何时刻只显示一处水印。\n花括号 {} 表示由 A、B、C、D 4 个水印组成的大周期,可以看出每个大周期持续 20 秒。\n可以看出,A、B、C、D 都是周期性地显示 5 秒、隐藏 15 秒,且四者有固定的显示顺序。\n此配置项即用来描述单个水印的周期配置。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 34061 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       33829 
34062 
     | 
    
         
             
                      "member": "WatermarkCycleConfigForUpdate",
         
     | 
| 
       33830 
34063 
     | 
    
         
             
                      "name": "CycleConfig",
         
     | 
| 
      
 34064 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       33831 
34065 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       33832 
34066 
     | 
    
         
             
                      "type": "object",
         
     | 
| 
       33833 
     | 
    
         
            -
                      "value_allowed_null":  
     | 
| 
      
 34067 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
       33834 
34068 
     | 
    
         
             
                    }
         
     | 
| 
       33835 
34069 
     | 
    
         
             
                  ],
         
     | 
| 
       33836 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 34070 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       33837 
34071 
     | 
    
         
             
                },
         
     | 
| 
       33838 
34072 
     | 
    
         
             
                "TEHDConfig": {
         
     | 
| 
       33839 
34073 
     | 
    
         
             
                  "document": "极速高清参数配置。",
         
     | 
| 
         @@ -33870,6 +34104,7 @@ 
     | 
|
| 
       33870 
34104 
     | 
    
         
             
                      "example": "TEHD-100",
         
     | 
| 
       33871 
34105 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       33872 
34106 
     | 
    
         
             
                      "name": "Type",
         
     | 
| 
      
 34107 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       33873 
34108 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       33874 
34109 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       33875 
34110 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -33880,12 +34115,13 @@ 
     | 
|
| 
       33880 
34115 
     | 
    
         
             
                      "example": "1000",
         
     | 
| 
       33881 
34116 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       33882 
34117 
     | 
    
         
             
                      "name": "MaxVideoBitrate",
         
     | 
| 
      
 34118 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       33883 
34119 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       33884 
34120 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       33885 
34121 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       33886 
34122 
     | 
    
         
             
                    }
         
     | 
| 
       33887 
34123 
     | 
    
         
             
                  ],
         
     | 
| 
       33888 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 34124 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       33889 
34125 
     | 
    
         
             
                },
         
     | 
| 
       33890 
34126 
     | 
    
         
             
                "TagConfigureInfo": {
         
     | 
| 
       33891 
34127 
     | 
    
         
             
                  "document": "智能标签任务控制参数",
         
     | 
| 
         @@ -34465,9 +34701,10 @@ 
     | 
|
| 
       34465 
34701 
     | 
    
         
             
                    {
         
     | 
| 
       34466 
34702 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       34467 
34703 
     | 
    
         
             
                      "document": "字体类型,目前可以支持两种:\n<li>simkai.ttf:可以支持中文和英文;</li>\n<li>arial.ttf:仅支持英文。</li>",
         
     | 
| 
       34468 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34704 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       34469 
34705 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       34470 
34706 
     | 
    
         
             
                      "name": "FontType",
         
     | 
| 
      
 34707 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       34471 
34708 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       34472 
34709 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       34473 
34710 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -34475,9 +34712,10 @@ 
     | 
|
| 
       34475 
34712 
     | 
    
         
             
                    {
         
     | 
| 
       34476 
34713 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       34477 
34714 
     | 
    
         
             
                      "document": "字体大小,格式:Npx,N 为数值。",
         
     | 
| 
       34478 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34715 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       34479 
34716 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       34480 
34717 
     | 
    
         
             
                      "name": "FontSize",
         
     | 
| 
      
 34718 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       34481 
34719 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       34482 
34720 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       34483 
34721 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -34485,9 +34723,10 @@ 
     | 
|
| 
       34485 
34723 
     | 
    
         
             
                    {
         
     | 
| 
       34486 
34724 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       34487 
34725 
     | 
    
         
             
                      "document": "字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色)。",
         
     | 
| 
       34488 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34726 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       34489 
34727 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       34490 
34728 
     | 
    
         
             
                      "name": "FontColor",
         
     | 
| 
      
 34729 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       34491 
34730 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       34492 
34731 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       34493 
34732 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -34495,15 +34734,16 @@ 
     | 
|
| 
       34495 
34734 
     | 
    
         
             
                    {
         
     | 
| 
       34496 
34735 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       34497 
34736 
     | 
    
         
             
                      "document": "文字透明度,取值范围:(0, 1]\n<li>0:完全透明</li>\n<li>1:完全不透明</li>",
         
     | 
| 
       34498 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 34737 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       34499 
34738 
     | 
    
         
             
                      "member": "float",
         
     | 
| 
       34500 
34739 
     | 
    
         
             
                      "name": "FontAlpha",
         
     | 
| 
      
 34740 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       34501 
34741 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       34502 
34742 
     | 
    
         
             
                      "type": "float",
         
     | 
| 
       34503 
34743 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       34504 
34744 
     | 
    
         
             
                    }
         
     | 
| 
       34505 
34745 
     | 
    
         
             
                  ],
         
     | 
| 
       34506 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 34746 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       34507 
34747 
     | 
    
         
             
                },
         
     | 
| 
       34508 
34748 
     | 
    
         
             
                "TimeRange": {
         
     | 
| 
       34509 
34749 
     | 
    
         
             
                  "document": "用于描述一个时间段的通用数据类型。",
         
     | 
| 
         @@ -35717,6 +35957,7 @@ 
     | 
|
| 
       35717 
35957 
     | 
    
         
             
                      "example": "libx264",
         
     | 
| 
       35718 
35958 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       35719 
35959 
     | 
    
         
             
                      "name": "Codec",
         
     | 
| 
      
 35960 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35720 
35961 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35721 
35962 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       35722 
35963 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35727,6 +35968,7 @@ 
     | 
|
| 
       35727 
35968 
     | 
    
         
             
                      "example": "25",
         
     | 
| 
       35728 
35969 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       35729 
35970 
     | 
    
         
             
                      "name": "Fps",
         
     | 
| 
      
 35971 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35730 
35972 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35731 
35973 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       35732 
35974 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35737,6 +35979,7 @@ 
     | 
|
| 
       35737 
35979 
     | 
    
         
             
                      "example": "500",
         
     | 
| 
       35738 
35980 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       35739 
35981 
     | 
    
         
             
                      "name": "Bitrate",
         
     | 
| 
      
 35982 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35740 
35983 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35741 
35984 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       35742 
35985 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35747,6 +35990,7 @@ 
     | 
|
| 
       35747 
35990 
     | 
    
         
             
                      "example": "open",
         
     | 
| 
       35748 
35991 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       35749 
35992 
     | 
    
         
             
                      "name": "ResolutionAdaptive",
         
     | 
| 
      
 35993 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35750 
35994 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35751 
35995 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       35752 
35996 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35757,6 +36001,7 @@ 
     | 
|
| 
       35757 
36001 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       35758 
36002 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       35759 
36003 
     | 
    
         
             
                      "name": "Width",
         
     | 
| 
      
 36004 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35760 
36005 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35761 
36006 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       35762 
36007 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35767,6 +36012,7 @@ 
     | 
|
| 
       35767 
36012 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       35768 
36013 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       35769 
36014 
     | 
    
         
             
                      "name": "Height",
         
     | 
| 
      
 36015 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35770 
36016 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35771 
36017 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       35772 
36018 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35777,6 +36023,7 @@ 
     | 
|
| 
       35777 
36023 
     | 
    
         
             
                      "example": "stretch",
         
     | 
| 
       35778 
36024 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       35779 
36025 
     | 
    
         
             
                      "name": "FillType",
         
     | 
| 
      
 36026 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35780 
36027 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35781 
36028 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       35782 
36029 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35787,6 +36034,7 @@ 
     | 
|
| 
       35787 
36034 
     | 
    
         
             
                      "example": "23",
         
     | 
| 
       35788 
36035 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       35789 
36036 
     | 
    
         
             
                      "name": "Vcrf",
         
     | 
| 
      
 36037 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35790 
36038 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35791 
36039 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       35792 
36040 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35797,6 +36045,7 @@ 
     | 
|
| 
       35797 
36045 
     | 
    
         
             
                      "example": "25",
         
     | 
| 
       35798 
36046 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       35799 
36047 
     | 
    
         
             
                      "name": "Gop",
         
     | 
| 
      
 36048 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35800 
36049 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35801 
36050 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       35802 
36051 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35807,6 +36056,7 @@ 
     | 
|
| 
       35807 
36056 
     | 
    
         
             
                      "example": "ON",
         
     | 
| 
       35808 
36057 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       35809 
36058 
     | 
    
         
             
                      "name": "PreserveHDRSwitch",
         
     | 
| 
      
 36059 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35810 
36060 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35811 
36061 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       35812 
36062 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -35817,12 +36067,13 @@ 
     | 
|
| 
       35817 
36067 
     | 
    
         
             
                      "example": "hev1",
         
     | 
| 
       35818 
36068 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       35819 
36069 
     | 
    
         
             
                      "name": "CodecTag",
         
     | 
| 
      
 36070 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       35820 
36071 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       35821 
36072 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       35822 
36073 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       35823 
36074 
     | 
    
         
             
                    }
         
     | 
| 
       35824 
36075 
     | 
    
         
             
                  ],
         
     | 
| 
       35825 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 36076 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       35826 
36077 
     | 
    
         
             
                },
         
     | 
| 
       35827 
36078 
     | 
    
         
             
                "VideoTrackItem": {
         
     | 
| 
       35828 
36079 
     | 
    
         
             
                  "document": "视频轨的视频片段信息。",
         
     | 
| 
         @@ -36164,9 +36415,10 @@ 
     | 
|
| 
       36164 
36415 
     | 
    
         
             
                    {
         
     | 
| 
       36165 
36416 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       36166 
36417 
     | 
    
         
             
                      "document": "水印在视频里第一次出现的播放时间点,单位:秒。",
         
     | 
| 
       36167 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 36418 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       36168 
36419 
     | 
    
         
             
                      "member": "float",
         
     | 
| 
       36169 
36420 
     | 
    
         
             
                      "name": "StartTime",
         
     | 
| 
      
 36421 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       36170 
36422 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       36171 
36423 
     | 
    
         
             
                      "type": "float",
         
     | 
| 
       36172 
36424 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -36174,9 +36426,10 @@ 
     | 
|
| 
       36174 
36426 
     | 
    
         
             
                    {
         
     | 
| 
       36175 
36427 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       36176 
36428 
     | 
    
         
             
                      "document": "在一个水印周期内,水印显示的持续时间,单位:秒。",
         
     | 
| 
       36177 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 36429 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       36178 
36430 
     | 
    
         
             
                      "member": "float",
         
     | 
| 
       36179 
36431 
     | 
    
         
             
                      "name": "DisplayDuration",
         
     | 
| 
      
 36432 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       36180 
36433 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       36181 
36434 
     | 
    
         
             
                      "type": "float",
         
     | 
| 
       36182 
36435 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
         @@ -36184,15 +36437,16 @@ 
     | 
|
| 
       36184 
36437 
     | 
    
         
             
                    {
         
     | 
| 
       36185 
36438 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       36186 
36439 
     | 
    
         
             
                      "document": "一个水印周期的持续时间,单位:秒。\n填 0 表示水印只持续一个水印周期(即在整个视频里只显示 DisplayDuration 秒)。",
         
     | 
| 
       36187 
     | 
    
         
            -
                      "example": "",
         
     | 
| 
      
 36440 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       36188 
36441 
     | 
    
         
             
                      "member": "float",
         
     | 
| 
       36189 
36442 
     | 
    
         
             
                      "name": "CycleDuration",
         
     | 
| 
      
 36443 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       36190 
36444 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       36191 
36445 
     | 
    
         
             
                      "type": "float",
         
     | 
| 
       36192 
36446 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       36193 
36447 
     | 
    
         
             
                    }
         
     | 
| 
       36194 
36448 
     | 
    
         
             
                  ],
         
     | 
| 
       36195 
     | 
    
         
            -
                  "usage": " 
     | 
| 
      
 36449 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
       36196 
36450 
     | 
    
         
             
                },
         
     | 
| 
       36197 
36451 
     | 
    
         
             
                "WatermarkInput": {
         
     | 
| 
       36198 
36452 
     | 
    
         
             
                  "document": "视频处理任务中的水印参数类型",
         
     |