tccli 3.0.1138.1__py2.py3-none-any.whl → 3.0.1140.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/services/__init__.py +3 -0
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/cbs/v20170312/api.json +5 -8
- tccli/services/cls/v20201016/api.json +20 -0
- tccli/services/cwp/cwp_client.py +61 -114
- tccli/services/cwp/v20180228/api.json +0 -70
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/emr/v20190103/api.json +543 -15
- tccli/services/emr/v20190103/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +13 -13
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +14 -14
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +132 -92
- tccli/services/iotexplorer/v20190423/api.json +49 -0
- tccli/services/iss/iss_client.py +114 -8
- tccli/services/iss/v20230517/api.json +221 -0
- tccli/services/iss/v20230517/examples.json +16 -0
- tccli/services/mps/v20190612/api.json +163 -115
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +19 -0
- tccli/services/rum/v20210622/api.json +1 -0
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ses/ses_client.py +228 -16
- tccli/services/ses/v20201002/api.json +266 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +93 -3
- tccli/services/ssl/v20191205/examples.json +9 -1
- tccli/services/tcr/v20190924/api.json +5 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +166 -19
- tccli/services/tdmq/v20200217/examples.json +6 -6
- tccli/services/vclm/__init__.py +4 -0
- tccli/services/vclm/v20240523/api.json +695 -0
- tccli/services/vclm/v20240523/examples.json +73 -0
- tccli/services/vclm/vclm_client.py +513 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/RECORD +49 -45
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/license_files/LICENSE +0 -0
| @@ -0,0 +1,695 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "actions": {
         | 
| 3 | 
            +
                "ConfirmVideoTranslateJob": {
         | 
| 4 | 
            +
                  "document": "确认视频转译结果",
         | 
| 5 | 
            +
                  "input": "ConfirmVideoTranslateJobRequest",
         | 
| 6 | 
            +
                  "name": "确认视频翻译结果",
         | 
| 7 | 
            +
                  "output": "ConfirmVideoTranslateJobResponse",
         | 
| 8 | 
            +
                  "status": "online"
         | 
| 9 | 
            +
                },
         | 
| 10 | 
            +
                "DescribeImageAnimateJob": {
         | 
| 11 | 
            +
                  "document": "用于查询图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。",
         | 
| 12 | 
            +
                  "input": "DescribeImageAnimateJobRequest",
         | 
| 13 | 
            +
                  "name": "查询图片跳舞任务",
         | 
| 14 | 
            +
                  "output": "DescribeImageAnimateJobResponse",
         | 
| 15 | 
            +
                  "status": "online"
         | 
| 16 | 
            +
                },
         | 
| 17 | 
            +
                "DescribeVideoStylizationJob": {
         | 
| 18 | 
            +
                  "document": "用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。",
         | 
| 19 | 
            +
                  "input": "DescribeVideoStylizationJobRequest",
         | 
| 20 | 
            +
                  "name": "查询视频风格化任务",
         | 
| 21 | 
            +
                  "output": "DescribeVideoStylizationJobResponse",
         | 
| 22 | 
            +
                  "status": "online"
         | 
| 23 | 
            +
                },
         | 
| 24 | 
            +
                "DescribeVideoTranslateJob": {
         | 
| 25 | 
            +
                  "document": "查询视频翻译任务",
         | 
| 26 | 
            +
                  "input": "DescribeVideoTranslateJobRequest",
         | 
| 27 | 
            +
                  "name": "查询视频转译任务",
         | 
| 28 | 
            +
                  "output": "DescribeVideoTranslateJobResponse",
         | 
| 29 | 
            +
                  "status": "online"
         | 
| 30 | 
            +
                },
         | 
| 31 | 
            +
                "SubmitImageAnimateJob": {
         | 
| 32 | 
            +
                  "document": "用于提交图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。",
         | 
| 33 | 
            +
                  "input": "SubmitImageAnimateJobRequest",
         | 
| 34 | 
            +
                  "name": "提交图片跳舞任务",
         | 
| 35 | 
            +
                  "output": "SubmitImageAnimateJobResponse",
         | 
| 36 | 
            +
                  "status": "online"
         | 
| 37 | 
            +
                },
         | 
| 38 | 
            +
                "SubmitVideoStylizationJob": {
         | 
| 39 | 
            +
                  "document": "用于提交视频风格化任务。支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。",
         | 
| 40 | 
            +
                  "input": "SubmitVideoStylizationJobRequest",
         | 
| 41 | 
            +
                  "name": "提交视频风格化任务",
         | 
| 42 | 
            +
                  "output": "SubmitVideoStylizationJobResponse",
         | 
| 43 | 
            +
                  "status": "online"
         | 
| 44 | 
            +
                },
         | 
| 45 | 
            +
                "SubmitVideoTranslateJob": {
         | 
| 46 | 
            +
                  "document": "提交视频转译任务",
         | 
| 47 | 
            +
                  "input": "SubmitVideoTranslateJobRequest",
         | 
| 48 | 
            +
                  "name": "提交视频转译任务",
         | 
| 49 | 
            +
                  "output": "SubmitVideoTranslateJobResponse",
         | 
| 50 | 
            +
                  "status": "online"
         | 
| 51 | 
            +
                }
         | 
| 52 | 
            +
              },
         | 
| 53 | 
            +
              "metadata": {
         | 
| 54 | 
            +
                "apiVersion": "2024-05-23",
         | 
| 55 | 
            +
                "api_brief": "大模型视频创作引擎API,是一款提供视频生成和视频处理能力的API技术服务。包括视频转译、视频风格化、图片跳舞等多项视频创作能力,基于腾讯混元大模型等一系列领先的人工智能音视频处理技术,支持用户高质量生成视频并处理视频内容。",
         | 
| 56 | 
            +
                "serviceNameCN": "大模型视频创作引擎",
         | 
| 57 | 
            +
                "serviceShortName": "vclm"
         | 
| 58 | 
            +
              },
         | 
| 59 | 
            +
              "objects": {
         | 
| 60 | 
            +
                "AsrTimestamps": {
         | 
| 61 | 
            +
                  "document": "文本片段及其时间戳",
         | 
| 62 | 
            +
                  "members": [
         | 
| 63 | 
            +
                    {
         | 
| 64 | 
            +
                      "disabled": false,
         | 
| 65 | 
            +
                      "document": "文本片段\t\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 66 | 
            +
                      "example": "无",
         | 
| 67 | 
            +
                      "member": "string",
         | 
| 68 | 
            +
                      "name": "Text",
         | 
| 69 | 
            +
                      "output_required": true,
         | 
| 70 | 
            +
                      "type": "string",
         | 
| 71 | 
            +
                      "value_allowed_null": true
         | 
| 72 | 
            +
                    },
         | 
| 73 | 
            +
                    {
         | 
| 74 | 
            +
                      "disabled": false,
         | 
| 75 | 
            +
                      "document": "开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 76 | 
            +
                      "example": "无",
         | 
| 77 | 
            +
                      "member": "int64",
         | 
| 78 | 
            +
                      "name": "StartMs",
         | 
| 79 | 
            +
                      "output_required": true,
         | 
| 80 | 
            +
                      "type": "int",
         | 
| 81 | 
            +
                      "value_allowed_null": true
         | 
| 82 | 
            +
                    },
         | 
| 83 | 
            +
                    {
         | 
| 84 | 
            +
                      "disabled": false,
         | 
| 85 | 
            +
                      "document": "结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 86 | 
            +
                      "example": "无",
         | 
| 87 | 
            +
                      "member": "int64",
         | 
| 88 | 
            +
                      "name": "EndMs",
         | 
| 89 | 
            +
                      "output_required": true,
         | 
| 90 | 
            +
                      "type": "int",
         | 
| 91 | 
            +
                      "value_allowed_null": true
         | 
| 92 | 
            +
                    }
         | 
| 93 | 
            +
                  ],
         | 
| 94 | 
            +
                  "usage": "out"
         | 
| 95 | 
            +
                },
         | 
| 96 | 
            +
                "ConfirmVideoTranslateJobRequest": {
         | 
| 97 | 
            +
                  "document": "ConfirmVideoTranslateJob请求参数结构体",
         | 
| 98 | 
            +
                  "members": [
         | 
| 99 | 
            +
                    {
         | 
| 100 | 
            +
                      "disabled": false,
         | 
| 101 | 
            +
                      "document": "视频翻译任务 ID",
         | 
| 102 | 
            +
                      "example": "无",
         | 
| 103 | 
            +
                      "member": "string",
         | 
| 104 | 
            +
                      "name": "JobId",
         | 
| 105 | 
            +
                      "required": true,
         | 
| 106 | 
            +
                      "type": "string"
         | 
| 107 | 
            +
                    },
         | 
| 108 | 
            +
                    {
         | 
| 109 | 
            +
                      "disabled": false,
         | 
| 110 | 
            +
                      "document": "待确认文本",
         | 
| 111 | 
            +
                      "example": "无",
         | 
| 112 | 
            +
                      "member": "TranslateResult",
         | 
| 113 | 
            +
                      "name": "TranslateResults",
         | 
| 114 | 
            +
                      "required": true,
         | 
| 115 | 
            +
                      "type": "list"
         | 
| 116 | 
            +
                    }
         | 
| 117 | 
            +
                  ],
         | 
| 118 | 
            +
                  "type": "object"
         | 
| 119 | 
            +
                },
         | 
| 120 | 
            +
                "ConfirmVideoTranslateJobResponse": {
         | 
| 121 | 
            +
                  "document": "ConfirmVideoTranslateJob返回参数结构体",
         | 
| 122 | 
            +
                  "members": [
         | 
| 123 | 
            +
                    {
         | 
| 124 | 
            +
                      "disabled": false,
         | 
| 125 | 
            +
                      "document": "视频翻译任务 ID",
         | 
| 126 | 
            +
                      "example": "无",
         | 
| 127 | 
            +
                      "member": "string",
         | 
| 128 | 
            +
                      "name": "JobId",
         | 
| 129 | 
            +
                      "output_required": false,
         | 
| 130 | 
            +
                      "type": "string",
         | 
| 131 | 
            +
                      "value_allowed_null": false
         | 
| 132 | 
            +
                    },
         | 
| 133 | 
            +
                    {
         | 
| 134 | 
            +
                      "disabled": false,
         | 
| 135 | 
            +
                      "document": "音频转换任务 ID",
         | 
| 136 | 
            +
                      "example": "无",
         | 
| 137 | 
            +
                      "member": "string",
         | 
| 138 | 
            +
                      "name": "TaskId",
         | 
| 139 | 
            +
                      "output_required": false,
         | 
| 140 | 
            +
                      "type": "string",
         | 
| 141 | 
            +
                      "value_allowed_null": false
         | 
| 142 | 
            +
                    },
         | 
| 143 | 
            +
                    {
         | 
| 144 | 
            +
                      "disabled": false,
         | 
| 145 | 
            +
                      "document": "音频翻译结果确认 session\t",
         | 
| 146 | 
            +
                      "example": "无",
         | 
| 147 | 
            +
                      "member": "string",
         | 
| 148 | 
            +
                      "name": "SessionId",
         | 
| 149 | 
            +
                      "output_required": false,
         | 
| 150 | 
            +
                      "type": "string",
         | 
| 151 | 
            +
                      "value_allowed_null": false
         | 
| 152 | 
            +
                    },
         | 
| 153 | 
            +
                    {
         | 
| 154 | 
            +
                      "disabled": false,
         | 
| 155 | 
            +
                      "document": "视频转译任务状态\t",
         | 
| 156 | 
            +
                      "example": "无",
         | 
| 157 | 
            +
                      "member": "int64",
         | 
| 158 | 
            +
                      "name": "Status",
         | 
| 159 | 
            +
                      "output_required": false,
         | 
| 160 | 
            +
                      "type": "int",
         | 
| 161 | 
            +
                      "value_allowed_null": false
         | 
| 162 | 
            +
                    },
         | 
| 163 | 
            +
                    {
         | 
| 164 | 
            +
                      "disabled": false,
         | 
| 165 | 
            +
                      "document": "视频转译任务信息\t",
         | 
| 166 | 
            +
                      "example": "无",
         | 
| 167 | 
            +
                      "member": "string",
         | 
| 168 | 
            +
                      "name": "Message",
         | 
| 169 | 
            +
                      "output_required": false,
         | 
| 170 | 
            +
                      "type": "string",
         | 
| 171 | 
            +
                      "value_allowed_null": false
         | 
| 172 | 
            +
                    },
         | 
| 173 | 
            +
                    {
         | 
| 174 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 175 | 
            +
                      "member": "string",
         | 
| 176 | 
            +
                      "name": "RequestId",
         | 
| 177 | 
            +
                      "type": "string"
         | 
| 178 | 
            +
                    }
         | 
| 179 | 
            +
                  ],
         | 
| 180 | 
            +
                  "type": "object"
         | 
| 181 | 
            +
                },
         | 
| 182 | 
            +
                "DescribeImageAnimateJobRequest": {
         | 
| 183 | 
            +
                  "document": "DescribeImageAnimateJob请求参数结构体",
         | 
| 184 | 
            +
                  "members": [
         | 
| 185 | 
            +
                    {
         | 
| 186 | 
            +
                      "disabled": false,
         | 
| 187 | 
            +
                      "document": "任务ID。",
         | 
| 188 | 
            +
                      "example": "11952663",
         | 
| 189 | 
            +
                      "member": "string",
         | 
| 190 | 
            +
                      "name": "JobId",
         | 
| 191 | 
            +
                      "required": false,
         | 
| 192 | 
            +
                      "type": "string"
         | 
| 193 | 
            +
                    }
         | 
| 194 | 
            +
                  ],
         | 
| 195 | 
            +
                  "type": "object"
         | 
| 196 | 
            +
                },
         | 
| 197 | 
            +
                "DescribeImageAnimateJobResponse": {
         | 
| 198 | 
            +
                  "document": "DescribeImageAnimateJob返回参数结构体",
         | 
| 199 | 
            +
                  "members": [
         | 
| 200 | 
            +
                    {
         | 
| 201 | 
            +
                      "disabled": false,
         | 
| 202 | 
            +
                      "document": "任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功",
         | 
| 203 | 
            +
                      "example": "RUN",
         | 
| 204 | 
            +
                      "member": "string",
         | 
| 205 | 
            +
                      "name": "Status",
         | 
| 206 | 
            +
                      "output_required": false,
         | 
| 207 | 
            +
                      "type": "string",
         | 
| 208 | 
            +
                      "value_allowed_null": false
         | 
| 209 | 
            +
                    },
         | 
| 210 | 
            +
                    {
         | 
| 211 | 
            +
                      "disabled": false,
         | 
| 212 | 
            +
                      "document": "错误码。",
         | 
| 213 | 
            +
                      "example": "InvalidParameter",
         | 
| 214 | 
            +
                      "member": "string",
         | 
| 215 | 
            +
                      "name": "ErrorCode",
         | 
| 216 | 
            +
                      "output_required": false,
         | 
| 217 | 
            +
                      "type": "string",
         | 
| 218 | 
            +
                      "value_allowed_null": false
         | 
| 219 | 
            +
                    },
         | 
| 220 | 
            +
                    {
         | 
| 221 | 
            +
                      "disabled": false,
         | 
| 222 | 
            +
                      "document": "错误信息。",
         | 
| 223 | 
            +
                      "example": "参数错误",
         | 
| 224 | 
            +
                      "member": "string",
         | 
| 225 | 
            +
                      "name": "ErrorMessage",
         | 
| 226 | 
            +
                      "output_required": false,
         | 
| 227 | 
            +
                      "type": "string",
         | 
| 228 | 
            +
                      "value_allowed_null": false
         | 
| 229 | 
            +
                    },
         | 
| 230 | 
            +
                    {
         | 
| 231 | 
            +
                      "disabled": false,
         | 
| 232 | 
            +
                      "document": "结果视频URL。有效期 24 小时。",
         | 
| 233 | 
            +
                      "example": "https://aiar.com/xxx/result.mp4",
         | 
| 234 | 
            +
                      "member": "string",
         | 
| 235 | 
            +
                      "name": "ResultVideoUrl",
         | 
| 236 | 
            +
                      "output_required": false,
         | 
| 237 | 
            +
                      "type": "string",
         | 
| 238 | 
            +
                      "value_allowed_null": false
         | 
| 239 | 
            +
                    },
         | 
| 240 | 
            +
                    {
         | 
| 241 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 242 | 
            +
                      "member": "string",
         | 
| 243 | 
            +
                      "name": "RequestId",
         | 
| 244 | 
            +
                      "type": "string"
         | 
| 245 | 
            +
                    }
         | 
| 246 | 
            +
                  ],
         | 
| 247 | 
            +
                  "type": "object"
         | 
| 248 | 
            +
                },
         | 
| 249 | 
            +
                "DescribeVideoStylizationJobRequest": {
         | 
| 250 | 
            +
                  "document": "DescribeVideoStylizationJob请求参数结构体",
         | 
| 251 | 
            +
                  "members": [
         | 
| 252 | 
            +
                    {
         | 
| 253 | 
            +
                      "disabled": false,
         | 
| 254 | 
            +
                      "document": "任务ID",
         | 
| 255 | 
            +
                      "example": "无",
         | 
| 256 | 
            +
                      "member": "string",
         | 
| 257 | 
            +
                      "name": "JobId",
         | 
| 258 | 
            +
                      "required": true,
         | 
| 259 | 
            +
                      "type": "string"
         | 
| 260 | 
            +
                    }
         | 
| 261 | 
            +
                  ],
         | 
| 262 | 
            +
                  "type": "object"
         | 
| 263 | 
            +
                },
         | 
| 264 | 
            +
                "DescribeVideoStylizationJobResponse": {
         | 
| 265 | 
            +
                  "document": "DescribeVideoStylizationJob返回参数结构体",
         | 
| 266 | 
            +
                  "members": [
         | 
| 267 | 
            +
                    {
         | 
| 268 | 
            +
                      "disabled": false,
         | 
| 269 | 
            +
                      "document": "任务ID。",
         | 
| 270 | 
            +
                      "example": "145fa4a42d9440d191b3035f1beafa01",
         | 
| 271 | 
            +
                      "member": "string",
         | 
| 272 | 
            +
                      "name": "JobId",
         | 
| 273 | 
            +
                      "output_required": false,
         | 
| 274 | 
            +
                      "type": "string",
         | 
| 275 | 
            +
                      "value_allowed_null": false
         | 
| 276 | 
            +
                    },
         | 
| 277 | 
            +
                    {
         | 
| 278 | 
            +
                      "disabled": false,
         | 
| 279 | 
            +
                      "document": "任务状态码:\nJobInit:  \"初始化中\"\nJobModerationFailed: \"审核失败\",\nJobRunning: \"处理中\",\nJobFailed: \"处理失败\",\nJobSuccess: \"处理完成\"。",
         | 
| 280 | 
            +
                      "example": "[\"JobInit:\", \"JobModerationFailed\", \"JobRunning\", \"JobFailed\", \"JobSuccess\"]",
         | 
| 281 | 
            +
                      "member": "string",
         | 
| 282 | 
            +
                      "name": "StatusCode",
         | 
| 283 | 
            +
                      "output_required": false,
         | 
| 284 | 
            +
                      "type": "string",
         | 
| 285 | 
            +
                      "value_allowed_null": false
         | 
| 286 | 
            +
                    },
         | 
| 287 | 
            +
                    {
         | 
| 288 | 
            +
                      "disabled": false,
         | 
| 289 | 
            +
                      "document": "任务状态描述。",
         | 
| 290 | 
            +
                      "example": "[\"初始化中\", \"审核失败\", \"处理中\", \"处理失败\", \"处理完成\"]",
         | 
| 291 | 
            +
                      "member": "string",
         | 
| 292 | 
            +
                      "name": "StatusMsg",
         | 
| 293 | 
            +
                      "output_required": false,
         | 
| 294 | 
            +
                      "type": "string",
         | 
| 295 | 
            +
                      "value_allowed_null": false
         | 
| 296 | 
            +
                    },
         | 
| 297 | 
            +
                    {
         | 
| 298 | 
            +
                      "disabled": false,
         | 
| 299 | 
            +
                      "document": "处理结果视频Url。URL有效期为24小时。",
         | 
| 300 | 
            +
                      "example": "https://xxx.mp4",
         | 
| 301 | 
            +
                      "member": "string",
         | 
| 302 | 
            +
                      "name": "ResultVideoUrl",
         | 
| 303 | 
            +
                      "output_required": false,
         | 
| 304 | 
            +
                      "type": "string",
         | 
| 305 | 
            +
                      "value_allowed_null": false
         | 
| 306 | 
            +
                    },
         | 
| 307 | 
            +
                    {
         | 
| 308 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 309 | 
            +
                      "member": "string",
         | 
| 310 | 
            +
                      "name": "RequestId",
         | 
| 311 | 
            +
                      "type": "string"
         | 
| 312 | 
            +
                    }
         | 
| 313 | 
            +
                  ],
         | 
| 314 | 
            +
                  "type": "object"
         | 
| 315 | 
            +
                },
         | 
| 316 | 
            +
                "DescribeVideoTranslateJobRequest": {
         | 
| 317 | 
            +
                  "document": "DescribeVideoTranslateJob请求参数结构体",
         | 
| 318 | 
            +
                  "members": [
         | 
| 319 | 
            +
                    {
         | 
| 320 | 
            +
                      "disabled": false,
         | 
| 321 | 
            +
                      "document": "视频转译任务 ID",
         | 
| 322 | 
            +
                      "example": "无",
         | 
| 323 | 
            +
                      "member": "string",
         | 
| 324 | 
            +
                      "name": "JobId",
         | 
| 325 | 
            +
                      "required": true,
         | 
| 326 | 
            +
                      "type": "string"
         | 
| 327 | 
            +
                    }
         | 
| 328 | 
            +
                  ],
         | 
| 329 | 
            +
                  "type": "object"
         | 
| 330 | 
            +
                },
         | 
| 331 | 
            +
                "DescribeVideoTranslateJobResponse": {
         | 
| 332 | 
            +
                  "document": "DescribeVideoTranslateJob返回参数结构体",
         | 
| 333 | 
            +
                  "members": [
         | 
| 334 | 
            +
                    {
         | 
| 335 | 
            +
                      "disabled": false,
         | 
| 336 | 
            +
                      "document": "任务状态。 1:音频翻译中。 2:音频翻译失败。 3:音频翻译成功。 4:音频结果待确认。 5:音频结果已确认完毕。6:视频翻译中。 7:视频翻译失败。 8:视频翻译成功。\t",
         | 
| 337 | 
            +
                      "example": "无",
         | 
| 338 | 
            +
                      "member": "int64",
         | 
| 339 | 
            +
                      "name": "JobStatus",
         | 
| 340 | 
            +
                      "output_required": false,
         | 
| 341 | 
            +
                      "type": "int",
         | 
| 342 | 
            +
                      "value_allowed_null": false
         | 
| 343 | 
            +
                    },
         | 
| 344 | 
            +
                    {
         | 
| 345 | 
            +
                      "disabled": false,
         | 
| 346 | 
            +
                      "document": "任务错误码。\t",
         | 
| 347 | 
            +
                      "example": "无",
         | 
| 348 | 
            +
                      "member": "string",
         | 
| 349 | 
            +
                      "name": "JobErrorCode",
         | 
| 350 | 
            +
                      "output_required": false,
         | 
| 351 | 
            +
                      "type": "string",
         | 
| 352 | 
            +
                      "value_allowed_null": false
         | 
| 353 | 
            +
                    },
         | 
| 354 | 
            +
                    {
         | 
| 355 | 
            +
                      "disabled": false,
         | 
| 356 | 
            +
                      "document": "任务错误信息。\t",
         | 
| 357 | 
            +
                      "example": "无",
         | 
| 358 | 
            +
                      "member": "string",
         | 
| 359 | 
            +
                      "name": "JobErrorMsg",
         | 
| 360 | 
            +
                      "output_required": false,
         | 
| 361 | 
            +
                      "type": "string",
         | 
| 362 | 
            +
                      "value_allowed_null": false
         | 
| 363 | 
            +
                    },
         | 
| 364 | 
            +
                    {
         | 
| 365 | 
            +
                      "disabled": false,
         | 
| 366 | 
            +
                      "document": "视频翻译结果。\t",
         | 
| 367 | 
            +
                      "example": "无",
         | 
| 368 | 
            +
                      "member": "string",
         | 
| 369 | 
            +
                      "name": "ResultVideoUrl",
         | 
| 370 | 
            +
                      "output_required": false,
         | 
| 371 | 
            +
                      "type": "string",
         | 
| 372 | 
            +
                      "value_allowed_null": false
         | 
| 373 | 
            +
                    },
         | 
| 374 | 
            +
                    {
         | 
| 375 | 
            +
                      "disabled": false,
         | 
| 376 | 
            +
                      "document": "音频翻译结果。\t",
         | 
| 377 | 
            +
                      "example": "无",
         | 
| 378 | 
            +
                      "member": "TranslateResult",
         | 
| 379 | 
            +
                      "name": "TranslateResults",
         | 
| 380 | 
            +
                      "output_required": false,
         | 
| 381 | 
            +
                      "type": "list",
         | 
| 382 | 
            +
                      "value_allowed_null": false
         | 
| 383 | 
            +
                    },
         | 
| 384 | 
            +
                    {
         | 
| 385 | 
            +
                      "disabled": false,
         | 
| 386 | 
            +
                      "document": "是否需要确认翻译结果。0:不需要,1:需要\t",
         | 
| 387 | 
            +
                      "example": "无",
         | 
| 388 | 
            +
                      "member": "int64",
         | 
| 389 | 
            +
                      "name": "JobConfirm",
         | 
| 390 | 
            +
                      "output_required": false,
         | 
| 391 | 
            +
                      "type": "int",
         | 
| 392 | 
            +
                      "value_allowed_null": false
         | 
| 393 | 
            +
                    },
         | 
| 394 | 
            +
                    {
         | 
| 395 | 
            +
                      "disabled": false,
         | 
| 396 | 
            +
                      "document": "音频任务 ID\t",
         | 
| 397 | 
            +
                      "example": "无",
         | 
| 398 | 
            +
                      "member": "string",
         | 
| 399 | 
            +
                      "name": "JobAudioTaskId",
         | 
| 400 | 
            +
                      "output_required": false,
         | 
| 401 | 
            +
                      "type": "string",
         | 
| 402 | 
            +
                      "value_allowed_null": false
         | 
| 403 | 
            +
                    },
         | 
| 404 | 
            +
                    {
         | 
| 405 | 
            +
                      "disabled": false,
         | 
| 406 | 
            +
                      "document": "视频审核任务ID\t",
         | 
| 407 | 
            +
                      "example": "无",
         | 
| 408 | 
            +
                      "member": "string",
         | 
| 409 | 
            +
                      "name": "JobVideoModerationId",
         | 
| 410 | 
            +
                      "output_required": false,
         | 
| 411 | 
            +
                      "type": "string",
         | 
| 412 | 
            +
                      "value_allowed_null": false
         | 
| 413 | 
            +
                    },
         | 
| 414 | 
            +
                    {
         | 
| 415 | 
            +
                      "disabled": false,
         | 
| 416 | 
            +
                      "document": "音频审核任务 ID\t",
         | 
| 417 | 
            +
                      "example": "无",
         | 
| 418 | 
            +
                      "member": "string",
         | 
| 419 | 
            +
                      "name": "JobAudioModerationId",
         | 
| 420 | 
            +
                      "output_required": false,
         | 
| 421 | 
            +
                      "type": "string",
         | 
| 422 | 
            +
                      "value_allowed_null": false
         | 
| 423 | 
            +
                    },
         | 
| 424 | 
            +
                    {
         | 
| 425 | 
            +
                      "disabled": false,
         | 
| 426 | 
            +
                      "document": "口型驱动任务 ID\t",
         | 
| 427 | 
            +
                      "example": "无",
         | 
| 428 | 
            +
                      "member": "string",
         | 
| 429 | 
            +
                      "name": "JobVideoId",
         | 
| 430 | 
            +
                      "output_required": false,
         | 
| 431 | 
            +
                      "type": "string",
         | 
| 432 | 
            +
                      "value_allowed_null": false
         | 
| 433 | 
            +
                    },
         | 
| 434 | 
            +
                    {
         | 
| 435 | 
            +
                      "disabled": false,
         | 
| 436 | 
            +
                      "document": "视频素材原始 URL\t",
         | 
| 437 | 
            +
                      "example": "无",
         | 
| 438 | 
            +
                      "member": "string",
         | 
| 439 | 
            +
                      "name": "OriginalVideoUrl",
         | 
| 440 | 
            +
                      "output_required": false,
         | 
| 441 | 
            +
                      "type": "string",
         | 
| 442 | 
            +
                      "value_allowed_null": false
         | 
| 443 | 
            +
                    },
         | 
| 444 | 
            +
                    {
         | 
| 445 | 
            +
                      "disabled": false,
         | 
| 446 | 
            +
                      "document": "文本片段及其时间戳\t",
         | 
| 447 | 
            +
                      "example": "无",
         | 
| 448 | 
            +
                      "member": "AsrTimestamps",
         | 
| 449 | 
            +
                      "name": "AsrTimestamps",
         | 
| 450 | 
            +
                      "output_required": false,
         | 
| 451 | 
            +
                      "type": "list",
         | 
| 452 | 
            +
                      "value_allowed_null": false
         | 
| 453 | 
            +
                    },
         | 
| 454 | 
            +
                    {
         | 
| 455 | 
            +
                      "disabled": false,
         | 
| 456 | 
            +
                      "document": "提交视频翻译任务时的 requestId\t",
         | 
| 457 | 
            +
                      "example": "无",
         | 
| 458 | 
            +
                      "member": "string",
         | 
| 459 | 
            +
                      "name": "JobSubmitReqId",
         | 
| 460 | 
            +
                      "output_required": false,
         | 
| 461 | 
            +
                      "type": "string",
         | 
| 462 | 
            +
                      "value_allowed_null": false
         | 
| 463 | 
            +
                    },
         | 
| 464 | 
            +
                    {
         | 
| 465 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 466 | 
            +
                      "member": "string",
         | 
| 467 | 
            +
                      "name": "RequestId",
         | 
| 468 | 
            +
                      "type": "string"
         | 
| 469 | 
            +
                    }
         | 
| 470 | 
            +
                  ],
         | 
| 471 | 
            +
                  "type": "object"
         | 
| 472 | 
            +
                },
         | 
| 473 | 
            +
                "SubmitImageAnimateJobRequest": {
         | 
| 474 | 
            +
                  "document": "SubmitImageAnimateJob请求参数结构体",
         | 
| 475 | 
            +
                  "members": [
         | 
| 476 | 
            +
                    {
         | 
| 477 | 
            +
                      "disabled": false,
         | 
| 478 | 
            +
                      "document": "图片格式:支持PNG、JPG、JPEG格式;\n图片分辨率:长边分辨率不超过2056;\n图片大小:不超过10M;\n图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内",
         | 
| 479 | 
            +
                      "example": "https://xxx/1.png",
         | 
| 480 | 
            +
                      "member": "string",
         | 
| 481 | 
            +
                      "name": "ImageUrl",
         | 
| 482 | 
            +
                      "required": false,
         | 
| 483 | 
            +
                      "type": "string"
         | 
| 484 | 
            +
                    },
         | 
| 485 | 
            +
                    {
         | 
| 486 | 
            +
                      "disabled": false,
         | 
| 487 | 
            +
                      "document": "图片base64数据。图片格式:支持PNG、JPG、JPEG格式;图片分辨率:长边分辨率不超过2056;图片大小:不超过10M;图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内",
         | 
| 488 | 
            +
                      "example": "MIIHNjCCBh6gAwIBAgIQCVe4E0h49mzI0NcSqMy1+jANBgkqhkiG9w0BAQsFADB1 MQswCQYDVQQGEwJVUzEVMBMG",
         | 
| 489 | 
            +
                      "member": "string",
         | 
| 490 | 
            +
                      "name": "ImageBase64",
         | 
| 491 | 
            +
                      "required": false,
         | 
| 492 | 
            +
                      "type": "string"
         | 
| 493 | 
            +
                    },
         | 
| 494 | 
            +
                    {
         | 
| 495 | 
            +
                      "disabled": false,
         | 
| 496 | 
            +
                      "document": "动作模板ID。取值说明:ke3 科目三;tuziwu 兔子舞;huajiangwu 划桨舞。\n",
         | 
| 497 | 
            +
                      "example": "ke3",
         | 
| 498 | 
            +
                      "member": "string",
         | 
| 499 | 
            +
                      "name": "TemplateId",
         | 
| 500 | 
            +
                      "required": false,
         | 
| 501 | 
            +
                      "type": "string"
         | 
| 502 | 
            +
                    },
         | 
| 503 | 
            +
                    {
         | 
| 504 | 
            +
                      "disabled": false,
         | 
| 505 | 
            +
                      "document": "结果视频是否保留模板音频。默认为true",
         | 
| 506 | 
            +
                      "example": "true",
         | 
| 507 | 
            +
                      "member": "bool",
         | 
| 508 | 
            +
                      "name": "EnableAudio",
         | 
| 509 | 
            +
                      "required": false,
         | 
| 510 | 
            +
                      "type": "bool"
         | 
| 511 | 
            +
                    }
         | 
| 512 | 
            +
                  ],
         | 
| 513 | 
            +
                  "type": "object"
         | 
| 514 | 
            +
                },
         | 
| 515 | 
            +
                "SubmitImageAnimateJobResponse": {
         | 
| 516 | 
            +
                  "document": "SubmitImageAnimateJob返回参数结构体",
         | 
| 517 | 
            +
                  "members": [
         | 
| 518 | 
            +
                    {
         | 
| 519 | 
            +
                      "disabled": false,
         | 
| 520 | 
            +
                      "document": "任务ID。",
         | 
| 521 | 
            +
                      "example": "无",
         | 
| 522 | 
            +
                      "member": "string",
         | 
| 523 | 
            +
                      "name": "JobId",
         | 
| 524 | 
            +
                      "output_required": false,
         | 
| 525 | 
            +
                      "type": "string",
         | 
| 526 | 
            +
                      "value_allowed_null": false
         | 
| 527 | 
            +
                    },
         | 
| 528 | 
            +
                    {
         | 
| 529 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 530 | 
            +
                      "member": "string",
         | 
| 531 | 
            +
                      "name": "RequestId",
         | 
| 532 | 
            +
                      "type": "string"
         | 
| 533 | 
            +
                    }
         | 
| 534 | 
            +
                  ],
         | 
| 535 | 
            +
                  "type": "object"
         | 
| 536 | 
            +
                },
         | 
| 537 | 
            +
                "SubmitVideoStylizationJobRequest": {
         | 
| 538 | 
            +
                  "document": "SubmitVideoStylizationJob请求参数结构体",
         | 
| 539 | 
            +
                  "members": [
         | 
| 540 | 
            +
                    {
         | 
| 541 | 
            +
                      "disabled": false,
         | 
| 542 | 
            +
                      "document": "风格ID,取值说明:2d_anime 2D动漫;3d_cartoon 3D卡通;3d_china 3D国潮;pixel_art\t像素风。",
         | 
| 543 | 
            +
                      "example": "2d_anime, 3d_cartoon, 3d_china, pixel_art",
         | 
| 544 | 
            +
                      "member": "string",
         | 
| 545 | 
            +
                      "name": "StyleId",
         | 
| 546 | 
            +
                      "required": true,
         | 
| 547 | 
            +
                      "type": "string"
         | 
| 548 | 
            +
                    },
         | 
| 549 | 
            +
                    {
         | 
| 550 | 
            +
                      "disabled": false,
         | 
| 551 | 
            +
                      "document": "输入视频URL。视频要求:\n- 视频格式:mp4、mov;\n- 视频时长:1~60秒;\n- 视频分辨率:540P~2056P,即长宽像素数均在540px~2056px范围内;\n- 视频大小:不超过200M;\n- 视频FPS:15~60fps。",
         | 
| 552 | 
            +
                      "example": "https://xxx.mp4",
         | 
| 553 | 
            +
                      "member": "string",
         | 
| 554 | 
            +
                      "name": "VideoUrl",
         | 
| 555 | 
            +
                      "required": true,
         | 
| 556 | 
            +
                      "type": "string"
         | 
| 557 | 
            +
                    }
         | 
| 558 | 
            +
                  ],
         | 
| 559 | 
            +
                  "type": "object"
         | 
| 560 | 
            +
                },
         | 
| 561 | 
            +
                "SubmitVideoStylizationJobResponse": {
         | 
| 562 | 
            +
                  "document": "SubmitVideoStylizationJob返回参数结构体",
         | 
| 563 | 
            +
                  "members": [
         | 
| 564 | 
            +
                    {
         | 
| 565 | 
            +
                      "disabled": false,
         | 
| 566 | 
            +
                      "document": "任务ID",
         | 
| 567 | 
            +
                      "example": "无",
         | 
| 568 | 
            +
                      "member": "string",
         | 
| 569 | 
            +
                      "name": "JobId",
         | 
| 570 | 
            +
                      "output_required": false,
         | 
| 571 | 
            +
                      "type": "string",
         | 
| 572 | 
            +
                      "value_allowed_null": false
         | 
| 573 | 
            +
                    },
         | 
| 574 | 
            +
                    {
         | 
| 575 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 576 | 
            +
                      "member": "string",
         | 
| 577 | 
            +
                      "name": "RequestId",
         | 
| 578 | 
            +
                      "type": "string"
         | 
| 579 | 
            +
                    }
         | 
| 580 | 
            +
                  ],
         | 
| 581 | 
            +
                  "type": "object"
         | 
| 582 | 
            +
                },
         | 
| 583 | 
            +
                "SubmitVideoTranslateJobRequest": {
         | 
| 584 | 
            +
                  "document": "SubmitVideoTranslateJob请求参数结构体",
         | 
| 585 | 
            +
                  "members": [
         | 
| 586 | 
            +
                    {
         | 
| 587 | 
            +
                      "disabled": false,
         | 
| 588 | 
            +
                      "document": "视频地址URL。",
         | 
| 589 | 
            +
                      "example": "无",
         | 
| 590 | 
            +
                      "member": "string",
         | 
| 591 | 
            +
                      "name": "VideoUrl",
         | 
| 592 | 
            +
                      "required": true,
         | 
| 593 | 
            +
                      "type": "string"
         | 
| 594 | 
            +
                    },
         | 
| 595 | 
            +
                    {
         | 
| 596 | 
            +
                      "disabled": false,
         | 
| 597 | 
            +
                      "document": "源语言:zh, en",
         | 
| 598 | 
            +
                      "example": "无",
         | 
| 599 | 
            +
                      "member": "string",
         | 
| 600 | 
            +
                      "name": "SrcLang",
         | 
| 601 | 
            +
                      "required": true,
         | 
| 602 | 
            +
                      "type": "string"
         | 
| 603 | 
            +
                    },
         | 
| 604 | 
            +
                    {
         | 
| 605 | 
            +
                      "disabled": false,
         | 
| 606 | 
            +
                      "document": "目标语言:zh, en\t",
         | 
| 607 | 
            +
                      "example": "无",
         | 
| 608 | 
            +
                      "member": "string",
         | 
| 609 | 
            +
                      "name": "DstLang",
         | 
| 610 | 
            +
                      "required": false,
         | 
| 611 | 
            +
                      "type": "string"
         | 
| 612 | 
            +
                    },
         | 
| 613 | 
            +
                    {
         | 
| 614 | 
            +
                      "disabled": false,
         | 
| 615 | 
            +
                      "document": "当音频 URL 不为空时,默认以音频驱动视频任务口型",
         | 
| 616 | 
            +
                      "example": "无",
         | 
| 617 | 
            +
                      "member": "string",
         | 
| 618 | 
            +
                      "name": "AudioUrl",
         | 
| 619 | 
            +
                      "required": false,
         | 
| 620 | 
            +
                      "type": "string"
         | 
| 621 | 
            +
                    },
         | 
| 622 | 
            +
                    {
         | 
| 623 | 
            +
                      "disabled": false,
         | 
| 624 | 
            +
                      "document": "是否需要确认翻译结果0:不需要,1:需要",
         | 
| 625 | 
            +
                      "example": "无",
         | 
| 626 | 
            +
                      "member": "int64",
         | 
| 627 | 
            +
                      "name": "Confirm",
         | 
| 628 | 
            +
                      "required": false,
         | 
| 629 | 
            +
                      "type": "int"
         | 
| 630 | 
            +
                    },
         | 
| 631 | 
            +
                    {
         | 
| 632 | 
            +
                      "disabled": false,
         | 
| 633 | 
            +
                      "document": "是否开启口型驱动,0:不开启,1:开启。默认开启。",
         | 
| 634 | 
            +
                      "example": "无",
         | 
| 635 | 
            +
                      "member": "int64",
         | 
| 636 | 
            +
                      "name": "LipSync",
         | 
| 637 | 
            +
                      "required": false,
         | 
| 638 | 
            +
                      "type": "int"
         | 
| 639 | 
            +
                    }
         | 
| 640 | 
            +
                  ],
         | 
| 641 | 
            +
                  "type": "object"
         | 
| 642 | 
            +
                },
         | 
| 643 | 
            +
                "SubmitVideoTranslateJobResponse": {
         | 
| 644 | 
            +
                  "document": "SubmitVideoTranslateJob返回参数结构体",
         | 
| 645 | 
            +
                  "members": [
         | 
| 646 | 
            +
                    {
         | 
| 647 | 
            +
                      "disabled": false,
         | 
| 648 | 
            +
                      "document": "任务ID。",
         | 
| 649 | 
            +
                      "example": "无",
         | 
| 650 | 
            +
                      "member": "string",
         | 
| 651 | 
            +
                      "name": "JobId",
         | 
| 652 | 
            +
                      "output_required": false,
         | 
| 653 | 
            +
                      "type": "string",
         | 
| 654 | 
            +
                      "value_allowed_null": false
         | 
| 655 | 
            +
                    },
         | 
| 656 | 
            +
                    {
         | 
| 657 | 
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 658 | 
            +
                      "member": "string",
         | 
| 659 | 
            +
                      "name": "RequestId",
         | 
| 660 | 
            +
                      "type": "string"
         | 
| 661 | 
            +
                    }
         | 
| 662 | 
            +
                  ],
         | 
| 663 | 
            +
                  "type": "object"
         | 
| 664 | 
            +
                },
         | 
| 665 | 
            +
                "TranslateResult": {
         | 
| 666 | 
            +
                  "document": "音频翻译结果",
         | 
| 667 | 
            +
                  "members": [
         | 
| 668 | 
            +
                    {
         | 
| 669 | 
            +
                      "disabled": false,
         | 
| 670 | 
            +
                      "document": "翻译源文字\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 671 | 
            +
                      "example": "无",
         | 
| 672 | 
            +
                      "member": "string",
         | 
| 673 | 
            +
                      "name": "SourceText",
         | 
| 674 | 
            +
                      "output_required": true,
         | 
| 675 | 
            +
                      "required": false,
         | 
| 676 | 
            +
                      "type": "string",
         | 
| 677 | 
            +
                      "value_allowed_null": true
         | 
| 678 | 
            +
                    },
         | 
| 679 | 
            +
                    {
         | 
| 680 | 
            +
                      "disabled": false,
         | 
| 681 | 
            +
                      "document": "翻译后文字。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 682 | 
            +
                      "example": "无",
         | 
| 683 | 
            +
                      "member": "string",
         | 
| 684 | 
            +
                      "name": "TargetText",
         | 
| 685 | 
            +
                      "output_required": true,
         | 
| 686 | 
            +
                      "required": false,
         | 
| 687 | 
            +
                      "type": "string",
         | 
| 688 | 
            +
                      "value_allowed_null": true
         | 
| 689 | 
            +
                    }
         | 
| 690 | 
            +
                  ],
         | 
| 691 | 
            +
                  "usage": "both"
         | 
| 692 | 
            +
                }
         | 
| 693 | 
            +
              },
         | 
| 694 | 
            +
              "version": "1.0"
         | 
| 695 | 
            +
            }
         |