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
| @@ -961,7 +961,7 @@ | |
| 961 961 | 
             
                  "members": [
         | 
| 962 962 | 
             
                    {
         | 
| 963 963 | 
             
                      "disabled": false,
         | 
| 964 | 
            -
                      "document": "原子任务类型:\n<li>input: 起始节点</li>\n<li>output:终止节点</li>\n<li>action-trans:转码</li>\n<li>action-samplesnapshot:采样截图</li>\n<li>action-AIAnalysis: 分析</li>\n<li>action-AIRecognition:识别</li>\n<li>action-aiReview:审核</li>\n<li>action-animated-graphics:转动图</li>\n<li>action-image-sprite:雪碧图</li>\n<li>action-snapshotByTimeOffset: 时间点截图</li>\n<li>action-adaptive-substream:自适应码流</li>\n\n\n\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 964 | 
            +
                      "document": "原子任务类型:\n<li>input: 起始节点</li>\n<li>output:终止节点</li>\n<li>action-trans:转码</li>\n<li>action-samplesnapshot:采样截图</li>\n<li>action-AIAnalysis: 分析</li>\n<li>action-AIRecognition:识别</li>\n<li>action-aiReview:审核</li>\n<li>action-animated-graphics:转动图</li>\n<li>action-image-sprite:雪碧图</li>\n<li>action-snapshotByTimeOffset: 时间点截图</li>\n<li>action-adaptive-substream:自适应码流</li>\n<li>action-AIQualityControl:媒体质检</li>\n\n\n\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 965 965 | 
             
                      "example": "input",
         | 
| 966 966 | 
             
                      "member": "string",
         | 
| 967 967 | 
             
                      "name": "ActivityType",
         | 
| @@ -1201,11 +1201,11 @@ | |
| 1201 1201 | 
             
                  "members": [
         | 
| 1202 1202 | 
             
                    {
         | 
| 1203 1203 | 
             
                      "disabled": false,
         | 
| 1204 | 
            -
                      "document": "原子任务类型。\n<li>Transcode:转码。</li>\n<li>SampleSnapshot:采样截图。</li>\n<li>AnimatedGraphics:转动图。</li>\n<li>SnapshotByTimeOffset:时间点截图。</li>\n<li>ImageSprites:雪碧图。</li>\n<li>AdaptiveDynamicStreaming:自适应码流。</li>\n<li>AiContentReview:内容审核。</li>\n<li>AIRecognition:智能识别。</li>\n<li>AIAnalysis:智能分析。</li>",
         | 
| 1204 | 
            +
                      "document": "原子任务类型。\n<li>Transcode:转码。</li>\n<li>SampleSnapshot:采样截图。</li>\n<li>AnimatedGraphics:转动图。</li>\n<li>SnapshotByTimeOffset:时间点截图。</li>\n<li>ImageSprites:雪碧图。</li>\n<li>AdaptiveDynamicStreaming:自适应码流。</li>\n<li>AiContentReview:内容审核。</li>\n<li>AIRecognition:智能识别。</li>\n<li>AIAnalysis:智能分析。</li>\n<li>AiQualityControl:媒体质检。</li>",
         | 
| 1205 1205 | 
             
                      "example": "\"\"",
         | 
| 1206 1206 | 
             
                      "member": "string",
         | 
| 1207 1207 | 
             
                      "name": "ActivityType",
         | 
| 1208 | 
            -
                      " | 
| 1208 | 
            +
                      "output_required": true,
         | 
| 1209 1209 | 
             
                      "type": "string",
         | 
| 1210 1210 | 
             
                      "value_allowed_null": false
         | 
| 1211 1211 | 
             
                    },
         | 
| @@ -1215,7 +1215,7 @@ | |
| 1215 1215 | 
             
                      "example": "NULL",
         | 
| 1216 1216 | 
             
                      "member": "ActivityResItem",
         | 
| 1217 1217 | 
             
                      "name": "ActivityResItem",
         | 
| 1218 | 
            -
                      " | 
| 1218 | 
            +
                      "output_required": true,
         | 
| 1219 1219 | 
             
                      "type": "object",
         | 
| 1220 1220 | 
             
                      "value_allowed_null": false
         | 
| 1221 1221 | 
             
                    }
         | 
| @@ -2774,10 +2774,11 @@ | |
| 2774 2774 | 
             
                  "members": [
         | 
| 2775 2775 | 
             
                    {
         | 
| 2776 2776 | 
             
                      "disabled": false,
         | 
| 2777 | 
            -
                      "document": " | 
| 2777 | 
            +
                      "document": "媒体质检模板 ID 。暂时可以直接使用 预设模板ID 10,后面控制台支持用户配置自定义模板。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 2778 2778 | 
             
                      "example": "10",
         | 
| 2779 2779 | 
             
                      "member": "uint64",
         | 
| 2780 2780 | 
             
                      "name": "Definition",
         | 
| 2781 | 
            +
                      "output_required": true,
         | 
| 2781 2782 | 
             
                      "required": false,
         | 
| 2782 2783 | 
             
                      "type": "int",
         | 
| 2783 2784 | 
             
                      "value_allowed_null": true
         | 
| @@ -2788,6 +2789,7 @@ | |
| 2788 2789 | 
             
                      "example": "\"\"",
         | 
| 2789 2790 | 
             
                      "member": "string",
         | 
| 2790 2791 | 
             
                      "name": "ChannelExtPara",
         | 
| 2792 | 
            +
                      "output_required": true,
         | 
| 2791 2793 | 
             
                      "required": false,
         | 
| 2792 2794 | 
             
                      "type": "string",
         | 
| 2793 2795 | 
             
                      "value_allowed_null": true
         | 
| @@ -6165,7 +6167,7 @@ | |
| 6165 6167 | 
             
                  "members": [
         | 
| 6166 6168 | 
             
                    {
         | 
| 6167 6169 | 
             
                      "disabled": false,
         | 
| 6168 | 
            -
                      "document": "音频流的编码格式。\n当不需要对音频进行转码时,可选值为:\n<li>copy。</li>\n当外层参数 Container 为 mp3 时,可选值为:\n<li>mp3。</li>\n当外层参数 Container 为 ogg 或 flac 时,可选值为:\n<li>flac。</li>\n当外层参数 Container 为 m4a 时,可选值为:\n<li>aac;</li>\n<li> | 
| 6170 | 
            +
                      "document": "音频流的编码格式。\n当不需要对音频进行转码时,可选值为:\n<li>copy。</li>\n当外层参数 Container 为 mp3 时,可选值为:\n<li>mp3。</li>\n当外层参数 Container 为 ogg 或 flac 时,可选值为:\n<li>flac。</li>\n当外层参数 Container 为 m4a 时,可选值为:\n<li>aac;</li>\n<li>ac3。</li>\n当外层参数 Container 为 mp4 或 flv 时,可选值为:\n<li>aac:更适合 mp4;</li>\n<li>mp3:更适合 flv;</li>\n<li>mp2。</li>\n当外层参数 Container 为 hls 时,可选值为:\n<li>aac;</li>\n<li>mp3。</li>",
         | 
| 6169 6171 | 
             
                      "example": "aac",
         | 
| 6170 6172 | 
             
                      "member": "string",
         | 
| 6171 6173 | 
             
                      "name": "Codec",
         | 
| @@ -6215,7 +6217,7 @@ | |
| 6215 6217 | 
             
                  "members": [
         | 
| 6216 6218 | 
             
                    {
         | 
| 6217 6219 | 
             
                      "disabled": false,
         | 
| 6218 | 
            -
                      "document": "音频流的编码格式。\n当不需要对音频进行转码时,可选值为:\n<li>copy。</li>\n当外层参数 Container 为 mp3 时,可选值为:\n<li>mp3。</li>\n当外层参数 Container 为 ogg 或 flac 时,可选值为:\n<li>flac。</li>\n当外层参数 Container 为 m4a 时,可选值为:\n<li>aac;</li>\n<li> | 
| 6220 | 
            +
                      "document": "音频流的编码格式。\n当不需要对音频进行转码时,可选值为:\n<li>copy。</li>\n当外层参数 Container 为 mp3 时,可选值为:\n<li>mp3。</li>\n当外层参数 Container 为 ogg 或 flac 时,可选值为:\n<li>flac。</li>\n当外层参数 Container 为 m4a 时,可选值为:\n<li>aac;</li>\n<li>ac3。</li>\n当外层参数 Container 为 mp4 或 flv 时,可选值为:\n<li>aac:更适合 mp4;</li>\n<li>mp3:更适合 flv;</li>\n<li>mp2。</li>\n当外层参数 Container 为 hls 时,可选值为:\n<li>aac;</li>\n<li>mp3。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 6219 6221 | 
             
                      "example": "aac",
         | 
| 6220 6222 | 
             
                      "member": "string",
         | 
| 6221 6223 | 
             
                      "name": "Codec",
         | 
| @@ -8351,6 +8353,15 @@ | |
| 8351 8353 | 
             
                      "name": "SecurityGroupIds",
         | 
| 8352 8354 | 
             
                      "required": false,
         | 
| 8353 8355 | 
             
                      "type": "list"
         | 
| 8356 | 
            +
                    },
         | 
| 8357 | 
            +
                    {
         | 
| 8358 | 
            +
                      "disabled": false,
         | 
| 8359 | 
            +
                      "document": "可用区,非必填,如果开启容灾必须输入两个不同的可用区,否则最多只允许输入一个可用区。\t",
         | 
| 8360 | 
            +
                      "example": "无",
         | 
| 8361 | 
            +
                      "member": "string",
         | 
| 8362 | 
            +
                      "name": "Zones",
         | 
| 8363 | 
            +
                      "required": false,
         | 
| 8364 | 
            +
                      "type": "list"
         | 
| 8354 8365 | 
             
                    }
         | 
| 8355 8366 | 
             
                  ],
         | 
| 8356 8367 | 
             
                  "usage": "in"
         | 
| @@ -8439,8 +8450,7 @@ | |
| 8439 8450 | 
             
                      "member": "string",
         | 
| 8440 8451 | 
             
                      "name": "Mode",
         | 
| 8441 8452 | 
             
                      "required": false,
         | 
| 8442 | 
            -
                      "type": "string" | 
| 8443 | 
            -
                      "value_allowed_null": false
         | 
| 8453 | 
            +
                      "type": "string"
         | 
| 8444 8454 | 
             
                    },
         | 
| 8445 8455 | 
             
                    {
         | 
| 8446 8456 | 
             
                      "disabled": false,
         | 
| @@ -8449,8 +8459,7 @@ | |
| 8449 8459 | 
             
                      "member": "string",
         | 
| 8450 8460 | 
             
                      "name": "StreamId",
         | 
| 8451 8461 | 
             
                      "required": false,
         | 
| 8452 | 
            -
                      "type": "string" | 
| 8453 | 
            -
                      "value_allowed_null": false
         | 
| 8462 | 
            +
                      "type": "string"
         | 
| 8454 8463 | 
             
                    },
         | 
| 8455 8464 | 
             
                    {
         | 
| 8456 8465 | 
             
                      "disabled": false,
         | 
| @@ -8459,8 +8468,7 @@ | |
| 8459 8468 | 
             
                      "member": "int64",
         | 
| 8460 8469 | 
             
                      "name": "Latency",
         | 
| 8461 8470 | 
             
                      "required": false,
         | 
| 8462 | 
            -
                      "type": "int" | 
| 8463 | 
            -
                      "value_allowed_null": false
         | 
| 8471 | 
            +
                      "type": "int"
         | 
| 8464 8472 | 
             
                    },
         | 
| 8465 8473 | 
             
                    {
         | 
| 8466 8474 | 
             
                      "disabled": false,
         | 
| @@ -8469,8 +8477,7 @@ | |
| 8469 8477 | 
             
                      "member": "int64",
         | 
| 8470 8478 | 
             
                      "name": "RecvLatency",
         | 
| 8471 8479 | 
             
                      "required": false,
         | 
| 8472 | 
            -
                      "type": "int" | 
| 8473 | 
            -
                      "value_allowed_null": false
         | 
| 8480 | 
            +
                      "type": "int"
         | 
| 8474 8481 | 
             
                    },
         | 
| 8475 8482 | 
             
                    {
         | 
| 8476 8483 | 
             
                      "disabled": false,
         | 
| @@ -8479,8 +8486,7 @@ | |
| 8479 8486 | 
             
                      "member": "int64",
         | 
| 8480 8487 | 
             
                      "name": "PeerLatency",
         | 
| 8481 8488 | 
             
                      "required": false,
         | 
| 8482 | 
            -
                      "type": "int" | 
| 8483 | 
            -
                      "value_allowed_null": false
         | 
| 8489 | 
            +
                      "type": "int"
         | 
| 8484 8490 | 
             
                    },
         | 
| 8485 8491 | 
             
                    {
         | 
| 8486 8492 | 
             
                      "disabled": false,
         | 
| @@ -8489,8 +8495,7 @@ | |
| 8489 8495 | 
             
                      "member": "int64",
         | 
| 8490 8496 | 
             
                      "name": "PeerIdleTimeout",
         | 
| 8491 8497 | 
             
                      "required": false,
         | 
| 8492 | 
            -
                      "type": "int" | 
| 8493 | 
            -
                      "value_allowed_null": false
         | 
| 8498 | 
            +
                      "type": "int"
         | 
| 8494 8499 | 
             
                    },
         | 
| 8495 8500 | 
             
                    {
         | 
| 8496 8501 | 
             
                      "disabled": false,
         | 
| @@ -8499,8 +8504,7 @@ | |
| 8499 8504 | 
             
                      "member": "string",
         | 
| 8500 8505 | 
             
                      "name": "Passphrase",
         | 
| 8501 8506 | 
             
                      "required": false,
         | 
| 8502 | 
            -
                      "type": "string" | 
| 8503 | 
            -
                      "value_allowed_null": false
         | 
| 8507 | 
            +
                      "type": "string"
         | 
| 8504 8508 | 
             
                    },
         | 
| 8505 8509 | 
             
                    {
         | 
| 8506 8510 | 
             
                      "disabled": false,
         | 
| @@ -8509,8 +8513,7 @@ | |
| 8509 8513 | 
             
                      "member": "int64",
         | 
| 8510 8514 | 
             
                      "name": "PbKeyLen",
         | 
| 8511 8515 | 
             
                      "required": false,
         | 
| 8512 | 
            -
                      "type": "int" | 
| 8513 | 
            -
                      "value_allowed_null": false
         | 
| 8516 | 
            +
                      "type": "int"
         | 
| 8514 8517 | 
             
                    },
         | 
| 8515 8518 | 
             
                    {
         | 
| 8516 8519 | 
             
                      "disabled": false,
         | 
| @@ -8519,8 +8522,7 @@ | |
| 8519 8522 | 
             
                      "member": "SRTSourceAddressReq",
         | 
| 8520 8523 | 
             
                      "name": "SourceAddresses",
         | 
| 8521 8524 | 
             
                      "required": false,
         | 
| 8522 | 
            -
                      "type": "list" | 
| 8523 | 
            -
                      "value_allowed_null": false
         | 
| 8525 | 
            +
                      "type": "list"
         | 
| 8524 8526 | 
             
                    }
         | 
| 8525 8527 | 
             
                  ],
         | 
| 8526 8528 | 
             
                  "usage": "in"
         | 
| @@ -8617,6 +8619,15 @@ | |
| 8617 8619 | 
             
                      "name": "SecurityGroupIds",
         | 
| 8618 8620 | 
             
                      "required": false,
         | 
| 8619 8621 | 
             
                      "type": "list"
         | 
| 8622 | 
            +
                    },
         | 
| 8623 | 
            +
                    {
         | 
| 8624 | 
            +
                      "disabled": false,
         | 
| 8625 | 
            +
                      "document": "可用区,output最多只支持输入一个可用区。\t",
         | 
| 8626 | 
            +
                      "example": "无",
         | 
| 8627 | 
            +
                      "member": "string",
         | 
| 8628 | 
            +
                      "name": "Zones",
         | 
| 8629 | 
            +
                      "required": false,
         | 
| 8630 | 
            +
                      "type": "list"
         | 
| 8620 8631 | 
             
                    }
         | 
| 8621 8632 | 
             
                  ],
         | 
| 8622 8633 | 
             
                  "usage": "in"
         | 
| @@ -8745,8 +8756,7 @@ | |
| 8745 8756 | 
             
                      "member": "CreateOutputSRTSettingsDestinations",
         | 
| 8746 8757 | 
             
                      "name": "Destinations",
         | 
| 8747 8758 | 
             
                      "required": true,
         | 
| 8748 | 
            -
                      "type": "list" | 
| 8749 | 
            -
                      "value_allowed_null": false
         | 
| 8759 | 
            +
                      "type": "list"
         | 
| 8750 8760 | 
             
                    },
         | 
| 8751 8761 | 
             
                    {
         | 
| 8752 8762 | 
             
                      "disabled": false,
         | 
| @@ -8755,8 +8765,7 @@ | |
| 8755 8765 | 
             
                      "member": "string",
         | 
| 8756 8766 | 
             
                      "name": "StreamId",
         | 
| 8757 8767 | 
             
                      "required": false,
         | 
| 8758 | 
            -
                      "type": "string" | 
| 8759 | 
            -
                      "value_allowed_null": false
         | 
| 8768 | 
            +
                      "type": "string"
         | 
| 8760 8769 | 
             
                    },
         | 
| 8761 8770 | 
             
                    {
         | 
| 8762 8771 | 
             
                      "disabled": false,
         | 
| @@ -8765,8 +8774,7 @@ | |
| 8765 8774 | 
             
                      "member": "int64",
         | 
| 8766 8775 | 
             
                      "name": "Latency",
         | 
| 8767 8776 | 
             
                      "required": false,
         | 
| 8768 | 
            -
                      "type": "int" | 
| 8769 | 
            -
                      "value_allowed_null": false
         | 
| 8777 | 
            +
                      "type": "int"
         | 
| 8770 8778 | 
             
                    },
         | 
| 8771 8779 | 
             
                    {
         | 
| 8772 8780 | 
             
                      "disabled": false,
         | 
| @@ -8775,8 +8783,7 @@ | |
| 8775 8783 | 
             
                      "member": "int64",
         | 
| 8776 8784 | 
             
                      "name": "RecvLatency",
         | 
| 8777 8785 | 
             
                      "required": false,
         | 
| 8778 | 
            -
                      "type": "int" | 
| 8779 | 
            -
                      "value_allowed_null": false
         | 
| 8786 | 
            +
                      "type": "int"
         | 
| 8780 8787 | 
             
                    },
         | 
| 8781 8788 | 
             
                    {
         | 
| 8782 8789 | 
             
                      "disabled": false,
         | 
| @@ -8785,8 +8792,7 @@ | |
| 8785 8792 | 
             
                      "member": "int64",
         | 
| 8786 8793 | 
             
                      "name": "PeerLatency",
         | 
| 8787 8794 | 
             
                      "required": false,
         | 
| 8788 | 
            -
                      "type": "int" | 
| 8789 | 
            -
                      "value_allowed_null": false
         | 
| 8795 | 
            +
                      "type": "int"
         | 
| 8790 8796 | 
             
                    },
         | 
| 8791 8797 | 
             
                    {
         | 
| 8792 8798 | 
             
                      "disabled": false,
         | 
| @@ -8795,8 +8801,7 @@ | |
| 8795 8801 | 
             
                      "member": "int64",
         | 
| 8796 8802 | 
             
                      "name": "PeerIdleTimeout",
         | 
| 8797 8803 | 
             
                      "required": false,
         | 
| 8798 | 
            -
                      "type": "int" | 
| 8799 | 
            -
                      "value_allowed_null": false
         | 
| 8804 | 
            +
                      "type": "int"
         | 
| 8800 8805 | 
             
                    },
         | 
| 8801 8806 | 
             
                    {
         | 
| 8802 8807 | 
             
                      "disabled": false,
         | 
| @@ -8805,8 +8810,7 @@ | |
| 8805 8810 | 
             
                      "member": "string",
         | 
| 8806 8811 | 
             
                      "name": "Passphrase",
         | 
| 8807 8812 | 
             
                      "required": false,
         | 
| 8808 | 
            -
                      "type": "string" | 
| 8809 | 
            -
                      "value_allowed_null": false
         | 
| 8813 | 
            +
                      "type": "string"
         | 
| 8810 8814 | 
             
                    },
         | 
| 8811 8815 | 
             
                    {
         | 
| 8812 8816 | 
             
                      "disabled": false,
         | 
| @@ -8815,8 +8819,7 @@ | |
| 8815 8819 | 
             
                      "member": "int64",
         | 
| 8816 8820 | 
             
                      "name": "PbKeyLen",
         | 
| 8817 8821 | 
             
                      "required": false,
         | 
| 8818 | 
            -
                      "type": "int" | 
| 8819 | 
            -
                      "value_allowed_null": false
         | 
| 8822 | 
            +
                      "type": "int"
         | 
| 8820 8823 | 
             
                    },
         | 
| 8821 8824 | 
             
                    {
         | 
| 8822 8825 | 
             
                      "disabled": false,
         | 
| @@ -8825,8 +8828,7 @@ | |
| 8825 8828 | 
             
                      "member": "string",
         | 
| 8826 8829 | 
             
                      "name": "Mode",
         | 
| 8827 8830 | 
             
                      "required": false,
         | 
| 8828 | 
            -
                      "type": "string" | 
| 8829 | 
            -
                      "value_allowed_null": false
         | 
| 8831 | 
            +
                      "type": "string"
         | 
| 8830 8832 | 
             
                    }
         | 
| 8831 8833 | 
             
                  ],
         | 
| 8832 8834 | 
             
                  "usage": "in"
         | 
| @@ -8841,8 +8843,7 @@ | |
| 8841 8843 | 
             
                      "member": "string",
         | 
| 8842 8844 | 
             
                      "name": "Ip",
         | 
| 8843 8845 | 
             
                      "required": true,
         | 
| 8844 | 
            -
                      "type": "string" | 
| 8845 | 
            -
                      "value_allowed_null": false
         | 
| 8846 | 
            +
                      "type": "string"
         | 
| 8846 8847 | 
             
                    },
         | 
| 8847 8848 | 
             
                    {
         | 
| 8848 8849 | 
             
                      "disabled": false,
         | 
| @@ -8851,8 +8852,7 @@ | |
| 8851 8852 | 
             
                      "member": "int64",
         | 
| 8852 8853 | 
             
                      "name": "Port",
         | 
| 8853 8854 | 
             
                      "required": true,
         | 
| 8854 | 
            -
                      "type": "int" | 
| 8855 | 
            -
                      "value_allowed_null": false
         | 
| 8855 | 
            +
                      "type": "int"
         | 
| 8856 8856 | 
             
                    }
         | 
| 8857 8857 | 
             
                  ],
         | 
| 8858 8858 | 
             
                  "usage": "in"
         | 
| @@ -9216,7 +9216,7 @@ | |
| 9216 9216 | 
             
                      "example": "1008",
         | 
| 9217 9217 | 
             
                      "member": "uint64",
         | 
| 9218 9218 | 
             
                      "name": "Definition",
         | 
| 9219 | 
            -
                      " | 
| 9219 | 
            +
                      "output_required": true,
         | 
| 9220 9220 | 
             
                      "type": "int",
         | 
| 9221 9221 | 
             
                      "value_allowed_null": false
         | 
| 9222 9222 | 
             
                    },
         | 
| @@ -9634,7 +9634,7 @@ | |
| 9634 9634 | 
             
                      "example": "1001",
         | 
| 9635 9635 | 
             
                      "member": "int64",
         | 
| 9636 9636 | 
             
                      "name": "Definition",
         | 
| 9637 | 
            -
                      " | 
| 9637 | 
            +
                      "output_required": true,
         | 
| 9638 9638 | 
             
                      "type": "int",
         | 
| 9639 9639 | 
             
                      "value_allowed_null": false
         | 
| 9640 9640 | 
             
                    },
         | 
| @@ -9644,7 +9644,7 @@ | |
| 9644 9644 | 
             
                      "example": "http://1256768367.vts2.myqcloud.com/8b0dd2b5vtscq1256768367/4d27b39f5285890783754292994/aa.jpeg",
         | 
| 9645 9645 | 
             
                      "member": "string",
         | 
| 9646 9646 | 
             
                      "name": "ImageUrl",
         | 
| 9647 | 
            -
                      " | 
| 9647 | 
            +
                      "output_required": true,
         | 
| 9648 9648 | 
             
                      "type": "string",
         | 
| 9649 9649 | 
             
                      "value_allowed_null": false
         | 
| 9650 9650 | 
             
                    },
         | 
| @@ -10403,7 +10403,7 @@ | |
| 10403 10403 | 
             
                      "example": "1",
         | 
| 10404 10404 | 
             
                      "member": "uint64",
         | 
| 10405 10405 | 
             
                      "name": "TotalCount",
         | 
| 10406 | 
            -
                      " | 
| 10406 | 
            +
                      "output_required": true,
         | 
| 10407 10407 | 
             
                      "type": "int",
         | 
| 10408 10408 | 
             
                      "value_allowed_null": false
         | 
| 10409 10409 | 
             
                    },
         | 
| @@ -10413,7 +10413,7 @@ | |
| 10413 10413 | 
             
                      "example": "无",
         | 
| 10414 10414 | 
             
                      "member": "AIRecognitionTemplateItem",
         | 
| 10415 10415 | 
             
                      "name": "AIRecognitionTemplateSet",
         | 
| 10416 | 
            -
                      " | 
| 10416 | 
            +
                      "output_required": true,
         | 
| 10417 10417 | 
             
                      "type": "list",
         | 
| 10418 10418 | 
             
                      "value_allowed_null": false
         | 
| 10419 10419 | 
             
                    },
         | 
| @@ -10560,6 +10560,7 @@ | |
| 10560 10560 | 
             
                      "example": "1",
         | 
| 10561 10561 | 
             
                      "member": "uint64",
         | 
| 10562 10562 | 
             
                      "name": "TotalCount",
         | 
| 10563 | 
            +
                      "output_required": true,
         | 
| 10563 10564 | 
             
                      "type": "int",
         | 
| 10564 10565 | 
             
                      "value_allowed_null": false
         | 
| 10565 10566 | 
             
                    },
         | 
| @@ -10569,6 +10570,7 @@ | |
| 10569 10570 | 
             
                      "example": "无",
         | 
| 10570 10571 | 
             
                      "member": "AnimatedGraphicsTemplate",
         | 
| 10571 10572 | 
             
                      "name": "AnimatedGraphicsTemplateSet",
         | 
| 10573 | 
            +
                      "output_required": true,
         | 
| 10572 10574 | 
             
                      "type": "list",
         | 
| 10573 10575 | 
             
                      "value_allowed_null": false
         | 
| 10574 10576 | 
             
                    },
         | 
| @@ -10632,7 +10634,7 @@ | |
| 10632 10634 | 
             
                      "example": "1",
         | 
| 10633 10635 | 
             
                      "member": "uint64",
         | 
| 10634 10636 | 
             
                      "name": "TotalCount",
         | 
| 10635 | 
            -
                      " | 
| 10637 | 
            +
                      "output_required": true,
         | 
| 10636 10638 | 
             
                      "type": "int",
         | 
| 10637 10639 | 
             
                      "value_allowed_null": false
         | 
| 10638 10640 | 
             
                    },
         | 
| @@ -10642,7 +10644,7 @@ | |
| 10642 10644 | 
             
                      "example": "无",
         | 
| 10643 10645 | 
             
                      "member": "ContentReviewTemplateItem",
         | 
| 10644 10646 | 
             
                      "name": "ContentReviewTemplateSet",
         | 
| 10645 | 
            -
                      " | 
| 10647 | 
            +
                      "output_required": true,
         | 
| 10646 10648 | 
             
                      "type": "list",
         | 
| 10647 10649 | 
             
                      "value_allowed_null": false
         | 
| 10648 10650 | 
             
                    },
         | 
| @@ -10900,7 +10902,7 @@ | |
| 10900 10902 | 
             
                      "example": "1",
         | 
| 10901 10903 | 
             
                      "member": "uint64",
         | 
| 10902 10904 | 
             
                      "name": "TotalCount",
         | 
| 10903 | 
            -
                      " | 
| 10905 | 
            +
                      "output_required": true,
         | 
| 10904 10906 | 
             
                      "type": "int",
         | 
| 10905 10907 | 
             
                      "value_allowed_null": false
         | 
| 10906 10908 | 
             
                    },
         | 
| @@ -10910,7 +10912,7 @@ | |
| 10910 10912 | 
             
                      "example": "无",
         | 
| 10911 10913 | 
             
                      "member": "ImageSpriteTemplate",
         | 
| 10912 10914 | 
             
                      "name": "ImageSpriteTemplateSet",
         | 
| 10913 | 
            -
                      " | 
| 10915 | 
            +
                      "output_required": true,
         | 
| 10914 10916 | 
             
                      "type": "list",
         | 
| 10915 10917 | 
             
                      "value_allowed_null": false
         | 
| 10916 10918 | 
             
                    },
         | 
| @@ -11085,6 +11087,16 @@ | |
| 11085 11087 | 
             
                      "output_required": false,
         | 
| 11086 11088 | 
             
                      "type": "list",
         | 
| 11087 11089 | 
             
                      "value_allowed_null": true
         | 
| 11090 | 
            +
                    },
         | 
| 11091 | 
            +
                    {
         | 
| 11092 | 
            +
                      "disabled": false,
         | 
| 11093 | 
            +
                      "document": "可用区配置,开启容灾情况下最多有两个,顺序和pipeline 0、1对应,否则最多只有一个可用区。\t",
         | 
| 11094 | 
            +
                      "example": "无",
         | 
| 11095 | 
            +
                      "member": "string",
         | 
| 11096 | 
            +
                      "name": "Zones",
         | 
| 11097 | 
            +
                      "output_required": false,
         | 
| 11098 | 
            +
                      "type": "list",
         | 
| 11099 | 
            +
                      "value_allowed_null": false
         | 
| 11088 11100 | 
             
                    }
         | 
| 11089 11101 | 
             
                  ],
         | 
| 11090 11102 | 
             
                  "usage": "out"
         | 
| @@ -11198,7 +11210,7 @@ | |
| 11198 11210 | 
             
                      "example": "LISTENER",
         | 
| 11199 11211 | 
             
                      "member": "string",
         | 
| 11200 11212 | 
             
                      "name": "Mode",
         | 
| 11201 | 
            -
                      " | 
| 11213 | 
            +
                      "output_required": true,
         | 
| 11202 11214 | 
             
                      "type": "string",
         | 
| 11203 11215 | 
             
                      "value_allowed_null": true
         | 
| 11204 11216 | 
             
                    },
         | 
| @@ -11208,7 +11220,7 @@ | |
| 11208 11220 | 
             
                      "example": "StreamId",
         | 
| 11209 11221 | 
             
                      "member": "string",
         | 
| 11210 11222 | 
             
                      "name": "StreamId",
         | 
| 11211 | 
            -
                      " | 
| 11223 | 
            +
                      "output_required": true,
         | 
| 11212 11224 | 
             
                      "type": "string",
         | 
| 11213 11225 | 
             
                      "value_allowed_null": false
         | 
| 11214 11226 | 
             
                    },
         | 
| @@ -11218,7 +11230,7 @@ | |
| 11218 11230 | 
             
                      "example": "0",
         | 
| 11219 11231 | 
             
                      "member": "int64",
         | 
| 11220 11232 | 
             
                      "name": "Latency",
         | 
| 11221 | 
            -
                      " | 
| 11233 | 
            +
                      "output_required": true,
         | 
| 11222 11234 | 
             
                      "type": "int",
         | 
| 11223 11235 | 
             
                      "value_allowed_null": false
         | 
| 11224 11236 | 
             
                    },
         | 
| @@ -11228,7 +11240,7 @@ | |
| 11228 11240 | 
             
                      "example": "120",
         | 
| 11229 11241 | 
             
                      "member": "int64",
         | 
| 11230 11242 | 
             
                      "name": "RecvLatency",
         | 
| 11231 | 
            -
                      " | 
| 11243 | 
            +
                      "output_required": true,
         | 
| 11232 11244 | 
             
                      "type": "int",
         | 
| 11233 11245 | 
             
                      "value_allowed_null": false
         | 
| 11234 11246 | 
             
                    },
         | 
| @@ -11238,7 +11250,7 @@ | |
| 11238 11250 | 
             
                      "example": "0",
         | 
| 11239 11251 | 
             
                      "member": "int64",
         | 
| 11240 11252 | 
             
                      "name": "PeerLatency",
         | 
| 11241 | 
            -
                      " | 
| 11253 | 
            +
                      "output_required": true,
         | 
| 11242 11254 | 
             
                      "type": "int",
         | 
| 11243 11255 | 
             
                      "value_allowed_null": false
         | 
| 11244 11256 | 
             
                    },
         | 
| @@ -11248,7 +11260,7 @@ | |
| 11248 11260 | 
             
                      "example": "5000",
         | 
| 11249 11261 | 
             
                      "member": "int64",
         | 
| 11250 11262 | 
             
                      "name": "PeerIdleTimeout",
         | 
| 11251 | 
            -
                      " | 
| 11263 | 
            +
                      "output_required": true,
         | 
| 11252 11264 | 
             
                      "type": "int",
         | 
| 11253 11265 | 
             
                      "value_allowed_null": false
         | 
| 11254 11266 | 
             
                    },
         | 
| @@ -11258,7 +11270,7 @@ | |
| 11258 11270 | 
             
                      "example": "无",
         | 
| 11259 11271 | 
             
                      "member": "string",
         | 
| 11260 11272 | 
             
                      "name": "Passphrase",
         | 
| 11261 | 
            -
                      " | 
| 11273 | 
            +
                      "output_required": true,
         | 
| 11262 11274 | 
             
                      "type": "string",
         | 
| 11263 11275 | 
             
                      "value_allowed_null": false
         | 
| 11264 11276 | 
             
                    },
         | 
| @@ -11268,7 +11280,7 @@ | |
| 11268 11280 | 
             
                      "example": "0",
         | 
| 11269 11281 | 
             
                      "member": "int64",
         | 
| 11270 11282 | 
             
                      "name": "PbKeyLen",
         | 
| 11271 | 
            -
                      " | 
| 11283 | 
            +
                      "output_required": true,
         | 
| 11272 11284 | 
             
                      "type": "int",
         | 
| 11273 11285 | 
             
                      "value_allowed_null": false
         | 
| 11274 11286 | 
             
                    },
         | 
| @@ -11278,7 +11290,7 @@ | |
| 11278 11290 | 
             
                      "example": "无",
         | 
| 11279 11291 | 
             
                      "member": "SRTSourceAddressResp",
         | 
| 11280 11292 | 
             
                      "name": "SourceAddresses",
         | 
| 11281 | 
            -
                      " | 
| 11293 | 
            +
                      "output_required": true,
         | 
| 11282 11294 | 
             
                      "type": "list",
         | 
| 11283 11295 | 
             
                      "value_allowed_null": true
         | 
| 11284 11296 | 
             
                    }
         | 
| @@ -11309,6 +11321,7 @@ | |
| 11309 11321 | 
             
                      "example": "",
         | 
| 11310 11322 | 
             
                      "member": "MediaMetaData",
         | 
| 11311 11323 | 
             
                      "name": "MetaData",
         | 
| 11324 | 
            +
                      "output_required": true,
         | 
| 11312 11325 | 
             
                      "type": "object",
         | 
| 11313 11326 | 
             
                      "value_allowed_null": false
         | 
| 11314 11327 | 
             
                    },
         | 
| @@ -11483,6 +11496,16 @@ | |
| 11483 11496 | 
             
                      "output_required": false,
         | 
| 11484 11497 | 
             
                      "type": "list",
         | 
| 11485 11498 | 
             
                      "value_allowed_null": true
         | 
| 11499 | 
            +
                    },
         | 
| 11500 | 
            +
                    {
         | 
| 11501 | 
            +
                      "disabled": false,
         | 
| 11502 | 
            +
                      "document": "可用区,output目前最多只支持一个。\t",
         | 
| 11503 | 
            +
                      "example": "无",
         | 
| 11504 | 
            +
                      "member": "string",
         | 
| 11505 | 
            +
                      "name": "Zones",
         | 
| 11506 | 
            +
                      "output_required": false,
         | 
| 11507 | 
            +
                      "type": "list",
         | 
| 11508 | 
            +
                      "value_allowed_null": false
         | 
| 11486 11509 | 
             
                    }
         | 
| 11487 11510 | 
             
                  ],
         | 
| 11488 11511 | 
             
                  "usage": "out"
         | 
| @@ -11674,7 +11697,7 @@ | |
| 11674 11697 | 
             
                      "example": "无",
         | 
| 11675 11698 | 
             
                      "member": "SRTAddressDestination",
         | 
| 11676 11699 | 
             
                      "name": "Destinations",
         | 
| 11677 | 
            -
                      " | 
| 11700 | 
            +
                      "output_required": true,
         | 
| 11678 11701 | 
             
                      "type": "list",
         | 
| 11679 11702 | 
             
                      "value_allowed_null": true
         | 
| 11680 11703 | 
             
                    },
         | 
| @@ -11684,7 +11707,7 @@ | |
| 11684 11707 | 
             
                      "example": "StreamId",
         | 
| 11685 11708 | 
             
                      "member": "string",
         | 
| 11686 11709 | 
             
                      "name": "StreamId",
         | 
| 11687 | 
            -
                      " | 
| 11710 | 
            +
                      "output_required": true,
         | 
| 11688 11711 | 
             
                      "type": "string",
         | 
| 11689 11712 | 
             
                      "value_allowed_null": true
         | 
| 11690 11713 | 
             
                    },
         | 
| @@ -11694,7 +11717,7 @@ | |
| 11694 11717 | 
             
                      "example": "0",
         | 
| 11695 11718 | 
             
                      "member": "int64",
         | 
| 11696 11719 | 
             
                      "name": "Latency",
         | 
| 11697 | 
            -
                      " | 
| 11720 | 
            +
                      "output_required": true,
         | 
| 11698 11721 | 
             
                      "type": "int",
         | 
| 11699 11722 | 
             
                      "value_allowed_null": true
         | 
| 11700 11723 | 
             
                    },
         | 
| @@ -11704,7 +11727,7 @@ | |
| 11704 11727 | 
             
                      "example": "120",
         | 
| 11705 11728 | 
             
                      "member": "int64",
         | 
| 11706 11729 | 
             
                      "name": "RecvLatency",
         | 
| 11707 | 
            -
                      " | 
| 11730 | 
            +
                      "output_required": true,
         | 
| 11708 11731 | 
             
                      "type": "int",
         | 
| 11709 11732 | 
             
                      "value_allowed_null": true
         | 
| 11710 11733 | 
             
                    },
         | 
| @@ -11714,7 +11737,7 @@ | |
| 11714 11737 | 
             
                      "example": "0",
         | 
| 11715 11738 | 
             
                      "member": "int64",
         | 
| 11716 11739 | 
             
                      "name": "PeerLatency",
         | 
| 11717 | 
            -
                      " | 
| 11740 | 
            +
                      "output_required": true,
         | 
| 11718 11741 | 
             
                      "type": "int",
         | 
| 11719 11742 | 
             
                      "value_allowed_null": true
         | 
| 11720 11743 | 
             
                    },
         | 
| @@ -11724,7 +11747,7 @@ | |
| 11724 11747 | 
             
                      "example": "5000",
         | 
| 11725 11748 | 
             
                      "member": "int64",
         | 
| 11726 11749 | 
             
                      "name": "PeerIdleTimeout",
         | 
| 11727 | 
            -
                      " | 
| 11750 | 
            +
                      "output_required": true,
         | 
| 11728 11751 | 
             
                      "type": "int",
         | 
| 11729 11752 | 
             
                      "value_allowed_null": true
         | 
| 11730 11753 | 
             
                    },
         | 
| @@ -11734,7 +11757,7 @@ | |
| 11734 11757 | 
             
                      "example": "无",
         | 
| 11735 11758 | 
             
                      "member": "string",
         | 
| 11736 11759 | 
             
                      "name": "Passphrase",
         | 
| 11737 | 
            -
                      " | 
| 11760 | 
            +
                      "output_required": true,
         | 
| 11738 11761 | 
             
                      "type": "string",
         | 
| 11739 11762 | 
             
                      "value_allowed_null": true
         | 
| 11740 11763 | 
             
                    },
         | 
| @@ -11744,7 +11767,7 @@ | |
| 11744 11767 | 
             
                      "example": "0",
         | 
| 11745 11768 | 
             
                      "member": "int64",
         | 
| 11746 11769 | 
             
                      "name": "PbKeyLen",
         | 
| 11747 | 
            -
                      " | 
| 11770 | 
            +
                      "output_required": true,
         | 
| 11748 11771 | 
             
                      "type": "int",
         | 
| 11749 11772 | 
             
                      "value_allowed_null": true
         | 
| 11750 11773 | 
             
                    },
         | 
| @@ -11754,7 +11777,7 @@ | |
| 11754 11777 | 
             
                      "example": "CALLER",
         | 
| 11755 11778 | 
             
                      "member": "string",
         | 
| 11756 11779 | 
             
                      "name": "Mode",
         | 
| 11757 | 
            -
                      " | 
| 11780 | 
            +
                      "output_required": true,
         | 
| 11758 11781 | 
             
                      "type": "string",
         | 
| 11759 11782 | 
             
                      "value_allowed_null": true
         | 
| 11760 11783 | 
             
                    },
         | 
| @@ -11764,7 +11787,7 @@ | |
| 11764 11787 | 
             
                      "example": "无",
         | 
| 11765 11788 | 
             
                      "member": "OutputSRTSourceAddressResp",
         | 
| 11766 11789 | 
             
                      "name": "SourceAddresses",
         | 
| 11767 | 
            -
                      " | 
| 11790 | 
            +
                      "output_required": true,
         | 
| 11768 11791 | 
             
                      "type": "list",
         | 
| 11769 11792 | 
             
                      "value_allowed_null": true
         | 
| 11770 11793 | 
             
                    }
         | 
| @@ -11840,6 +11863,7 @@ | |
| 11840 11863 | 
             
                      "example": "",
         | 
| 11841 11864 | 
             
                      "member": "uint64",
         | 
| 11842 11865 | 
             
                      "name": "TotalCount",
         | 
| 11866 | 
            +
                      "output_required": true,
         | 
| 11843 11867 | 
             
                      "type": "int",
         | 
| 11844 11868 | 
             
                      "value_allowed_null": false
         | 
| 11845 11869 | 
             
                    },
         | 
| @@ -11849,6 +11873,7 @@ | |
| 11849 11873 | 
             
                      "example": "",
         | 
| 11850 11874 | 
             
                      "member": "AiSamplePerson",
         | 
| 11851 11875 | 
             
                      "name": "PersonSet",
         | 
| 11876 | 
            +
                      "output_required": true,
         | 
| 11852 11877 | 
             
                      "type": "list",
         | 
| 11853 11878 | 
             
                      "value_allowed_null": false
         | 
| 11854 11879 | 
             
                    },
         | 
| @@ -11954,7 +11979,7 @@ | |
| 11954 11979 | 
             
                      "example": "1",
         | 
| 11955 11980 | 
             
                      "member": "uint64",
         | 
| 11956 11981 | 
             
                      "name": "TotalCount",
         | 
| 11957 | 
            -
                      " | 
| 11982 | 
            +
                      "output_required": true,
         | 
| 11958 11983 | 
             
                      "type": "int",
         | 
| 11959 11984 | 
             
                      "value_allowed_null": false
         | 
| 11960 11985 | 
             
                    },
         | 
| @@ -11964,7 +11989,7 @@ | |
| 11964 11989 | 
             
                      "example": "无",
         | 
| 11965 11990 | 
             
                      "member": "SampleSnapshotTemplate",
         | 
| 11966 11991 | 
             
                      "name": "SampleSnapshotTemplateSet",
         | 
| 11967 | 
            -
                      " | 
| 11992 | 
            +
                      "output_required": true,
         | 
| 11968 11993 | 
             
                      "type": "list",
         | 
| 11969 11994 | 
             
                      "value_allowed_null": false
         | 
| 11970 11995 | 
             
                    },
         | 
| @@ -12111,7 +12136,7 @@ | |
| 12111 12136 | 
             
                      "example": "1",
         | 
| 12112 12137 | 
             
                      "member": "uint64",
         | 
| 12113 12138 | 
             
                      "name": "TotalCount",
         | 
| 12114 | 
            -
                      " | 
| 12139 | 
            +
                      "output_required": true,
         | 
| 12115 12140 | 
             
                      "type": "int",
         | 
| 12116 12141 | 
             
                      "value_allowed_null": false
         | 
| 12117 12142 | 
             
                    },
         | 
| @@ -12121,7 +12146,7 @@ | |
| 12121 12146 | 
             
                      "example": "无",
         | 
| 12122 12147 | 
             
                      "member": "SnapshotByTimeOffsetTemplate",
         | 
| 12123 12148 | 
             
                      "name": "SnapshotByTimeOffsetTemplateSet",
         | 
| 12124 | 
            -
                      " | 
| 12149 | 
            +
                      "output_required": true,
         | 
| 12125 12150 | 
             
                      "type": "list",
         | 
| 12126 12151 | 
             
                      "value_allowed_null": false
         | 
| 12127 12152 | 
             
                    },
         | 
| @@ -13305,6 +13330,7 @@ | |
| 13305 13330 | 
             
                      "example": "1",
         | 
| 13306 13331 | 
             
                      "member": "uint64",
         | 
| 13307 13332 | 
             
                      "name": "TotalCount",
         | 
| 13333 | 
            +
                      "output_required": true,
         | 
| 13308 13334 | 
             
                      "type": "int",
         | 
| 13309 13335 | 
             
                      "value_allowed_null": false
         | 
| 13310 13336 | 
             
                    },
         | 
| @@ -13314,6 +13340,7 @@ | |
| 13314 13340 | 
             
                      "example": "无",
         | 
| 13315 13341 | 
             
                      "member": "TranscodeTemplate",
         | 
| 13316 13342 | 
             
                      "name": "TranscodeTemplateSet",
         | 
| 13343 | 
            +
                      "output_required": true,
         | 
| 13317 13344 | 
             
                      "type": "list",
         | 
| 13318 13345 | 
             
                      "value_allowed_null": false
         | 
| 13319 13346 | 
             
                    },
         | 
| @@ -13377,7 +13404,7 @@ | |
| 13377 13404 | 
             
                      "example": "1",
         | 
| 13378 13405 | 
             
                      "member": "uint64",
         | 
| 13379 13406 | 
             
                      "name": "TotalCount",
         | 
| 13380 | 
            -
                      " | 
| 13407 | 
            +
                      "output_required": true,
         | 
| 13381 13408 | 
             
                      "type": "int",
         | 
| 13382 13409 | 
             
                      "value_allowed_null": false
         | 
| 13383 13410 | 
             
                    },
         | 
| @@ -13387,7 +13414,7 @@ | |
| 13387 13414 | 
             
                      "example": "无",
         | 
| 13388 13415 | 
             
                      "member": "WatermarkTemplate",
         | 
| 13389 13416 | 
             
                      "name": "WatermarkTemplateSet",
         | 
| 13390 | 
            -
                      " | 
| 13417 | 
            +
                      "output_required": true,
         | 
| 13391 13418 | 
             
                      "type": "list",
         | 
| 13392 13419 | 
             
                      "value_allowed_null": false
         | 
| 13393 13420 | 
             
                    },
         | 
| @@ -13460,6 +13487,7 @@ | |
| 13460 13487 | 
             
                      "example": "",
         | 
| 13461 13488 | 
             
                      "member": "uint64",
         | 
| 13462 13489 | 
             
                      "name": "TotalCount",
         | 
| 13490 | 
            +
                      "output_required": true,
         | 
| 13463 13491 | 
             
                      "type": "int",
         | 
| 13464 13492 | 
             
                      "value_allowed_null": true
         | 
| 13465 13493 | 
             
                    },
         | 
| @@ -13469,6 +13497,7 @@ | |
| 13469 13497 | 
             
                      "example": "",
         | 
| 13470 13498 | 
             
                      "member": "AiSampleWord",
         | 
| 13471 13499 | 
             
                      "name": "WordSet",
         | 
| 13500 | 
            +
                      "output_required": true,
         | 
| 13472 13501 | 
             
                      "type": "list",
         | 
| 13473 13502 | 
             
                      "value_allowed_null": true
         | 
| 13474 13503 | 
             
                    },
         | 
| @@ -13532,7 +13561,7 @@ | |
| 13532 13561 | 
             
                      "example": "1",
         | 
| 13533 13562 | 
             
                      "member": "uint64",
         | 
| 13534 13563 | 
             
                      "name": "TotalCount",
         | 
| 13535 | 
            -
                      " | 
| 13564 | 
            +
                      "output_required": true,
         | 
| 13536 13565 | 
             
                      "type": "int",
         | 
| 13537 13566 | 
             
                      "value_allowed_null": false
         | 
| 13538 13567 | 
             
                    },
         | 
| @@ -13542,7 +13571,7 @@ | |
| 13542 13571 | 
             
                      "example": "无",
         | 
| 13543 13572 | 
             
                      "member": "WorkflowInfo",
         | 
| 13544 13573 | 
             
                      "name": "WorkflowInfoSet",
         | 
| 13545 | 
            -
                      " | 
| 13574 | 
            +
                      "output_required": true,
         | 
| 13546 13575 | 
             
                      "type": "list",
         | 
| 13547 13576 | 
             
                      "value_allowed_null": false
         | 
| 13548 13577 | 
             
                    },
         | 
| @@ -15661,6 +15690,16 @@ | |
| 15661 15690 | 
             
                      "output_required": false,
         | 
| 15662 15691 | 
             
                      "type": "object",
         | 
| 15663 15692 | 
             
                      "value_allowed_null": true
         | 
| 15693 | 
            +
                    },
         | 
| 15694 | 
            +
                    {
         | 
| 15695 | 
            +
                      "disabled": false,
         | 
| 15696 | 
            +
                      "document": "媒体质检任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 15697 | 
            +
                      "example": "无",
         | 
| 15698 | 
            +
                      "member": "ScheduleQualityControlTaskResult",
         | 
| 15699 | 
            +
                      "name": "LiveQualityControlTask",
         | 
| 15700 | 
            +
                      "output_required": false,
         | 
| 15701 | 
            +
                      "type": "object",
         | 
| 15702 | 
            +
                      "value_allowed_null": true
         | 
| 15664 15703 | 
             
                    }
         | 
| 15665 15704 | 
             
                  ],
         | 
| 15666 15705 | 
             
                  "usage": "out"
         | 
| @@ -15670,7 +15709,7 @@ | |
| 15670 15709 | 
             
                  "members": [
         | 
| 15671 15710 | 
             
                    {
         | 
| 15672 15711 | 
             
                      "disabled": false,
         | 
| 15673 | 
            -
                      "document": "原子任务类型。\n<li>LiveRecord:直播录制。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 15712 | 
            +
                      "document": "原子任务类型。\n<li>LiveRecord:直播录制。</li>\n<li>AiQualityControl:媒体质检。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 15674 15713 | 
             
                      "example": "无",
         | 
| 15675 15714 | 
             
                      "member": "string",
         | 
| 15676 15715 | 
             
                      "name": "ActivityType",
         | 
| @@ -19967,6 +20006,15 @@ | |
| 19967 20006 | 
             
                      "name": "SecurityGroupIds",
         | 
| 19968 20007 | 
             
                      "required": false,
         | 
| 19969 20008 | 
             
                      "type": "list"
         | 
| 20009 | 
            +
                    },
         | 
| 20010 | 
            +
                    {
         | 
| 20011 | 
            +
                      "disabled": false,
         | 
| 20012 | 
            +
                      "document": "可用区,非必填,最多支持输入两个可用区,对于需改接口,只要第二个可用区会参与到资源分配。如果input开启容灾或者涉及RTSP_PULL协议切换时有效(会重新分配地址)。\t",
         | 
| 20013 | 
            +
                      "example": "无",
         | 
| 20014 | 
            +
                      "member": "string",
         | 
| 20015 | 
            +
                      "name": "Zones",
         | 
| 20016 | 
            +
                      "required": false,
         | 
| 20017 | 
            +
                      "type": "list"
         | 
| 19970 20018 | 
             
                    }
         | 
| 19971 20019 | 
             
                  ],
         | 
| 19972 20020 | 
             
                  "usage": "in"
         | 
| @@ -22164,7 +22212,7 @@ | |
| 22164 22212 | 
             
                    },
         | 
| 22165 22213 | 
             
                    {
         | 
| 22166 22214 | 
             
                      "disabled": false,
         | 
| 22167 | 
            -
                      "document": " | 
| 22215 | 
            +
                      "document": "媒体质检类型任务参数。",
         | 
| 22168 22216 | 
             
                      "example": "无",
         | 
| 22169 22217 | 
             
                      "member": "AiQualityControlTaskInput",
         | 
| 22170 22218 | 
             
                      "name": "AiQualityControlTask",
         | 
| @@ -22300,7 +22348,7 @@ | |
| 22300 22348 | 
             
                    },
         | 
| 22301 22349 | 
             
                    {
         | 
| 22302 22350 | 
             
                      "disabled": false,
         | 
| 22303 | 
            -
                      "document": " | 
| 22351 | 
            +
                      "document": "媒体质检类型任务参数。",
         | 
| 22304 22352 | 
             
                      "example": "无",
         | 
| 22305 22353 | 
             
                      "member": "AiQualityControlTaskInput",
         | 
| 22306 22354 | 
             
                      "name": "AiQualityControlTask",
         | 
| @@ -22327,7 +22375,7 @@ | |
| 22327 22375 | 
             
                    },
         | 
| 22328 22376 | 
             
                    {
         | 
| 22329 22377 | 
             
                      "disabled": false,
         | 
| 22330 | 
            -
                      "document": "用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50  | 
| 22378 | 
            +
                      "document": "用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不传该参数或者参数为空字符串则本次请求不做去重操作。",
         | 
| 22331 22379 | 
             
                      "example": "无",
         | 
| 22332 22380 | 
             
                      "member": "string",
         | 
| 22333 22381 | 
             
                      "name": "SessionId",
         | 
| @@ -22574,7 +22622,7 @@ | |
| 22574 22622 | 
             
                  "usage": "in"
         | 
| 22575 22623 | 
             
                },
         | 
| 22576 22624 | 
             
                "QualityControlData": {
         | 
| 22577 | 
            -
                  "document": " | 
| 22625 | 
            +
                  "document": "媒体质检结果输出。",
         | 
| 22578 22626 | 
             
                  "members": [
         | 
| 22579 22627 | 
             
                    {
         | 
| 22580 22628 | 
             
                      "disabled": false,
         | 
| @@ -22608,7 +22656,7 @@ | |
| 22608 22656 | 
             
                    },
         | 
| 22609 22657 | 
             
                    {
         | 
| 22610 22658 | 
             
                      "disabled": false,
         | 
| 22611 | 
            -
                      "document": " | 
| 22659 | 
            +
                      "document": "内容质检检出异常项。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 22612 22660 | 
             
                      "example": "无",
         | 
| 22613 22661 | 
             
                      "member": "QualityControlResult",
         | 
| 22614 22662 | 
             
                      "name": "QualityControlResultSet",
         | 
| @@ -23292,7 +23340,7 @@ | |
| 23292 23340 | 
             
                      "example": "ip",
         | 
| 23293 23341 | 
             
                      "member": "string",
         | 
| 23294 23342 | 
             
                      "name": "Ip",
         | 
| 23295 | 
            -
                      " | 
| 23343 | 
            +
                      "output_required": true,
         | 
| 23296 23344 | 
             
                      "type": "string",
         | 
| 23297 23345 | 
             
                      "value_allowed_null": false
         | 
| 23298 23346 | 
             
                    },
         | 
| @@ -23302,7 +23350,7 @@ | |
| 23302 23350 | 
             
                      "example": "port",
         | 
| 23303 23351 | 
             
                      "member": "int64",
         | 
| 23304 23352 | 
             
                      "name": "Port",
         | 
| 23305 | 
            -
                      " | 
| 23353 | 
            +
                      "output_required": true,
         | 
| 23306 23354 | 
             
                      "type": "int",
         | 
| 23307 23355 | 
             
                      "value_allowed_null": false
         | 
| 23308 23356 | 
             
                    }
         | 
| @@ -23319,8 +23367,7 @@ | |
| 23319 23367 | 
             
                      "member": "string",
         | 
| 23320 23368 | 
             
                      "name": "Ip",
         | 
| 23321 23369 | 
             
                      "required": true,
         | 
| 23322 | 
            -
                      "type": "string" | 
| 23323 | 
            -
                      "value_allowed_null": false
         | 
| 23370 | 
            +
                      "type": "string"
         | 
| 23324 23371 | 
             
                    },
         | 
| 23325 23372 | 
             
                    {
         | 
| 23326 23373 | 
             
                      "disabled": false,
         | 
| @@ -23329,8 +23376,7 @@ | |
| 23329 23376 | 
             
                      "member": "int64",
         | 
| 23330 23377 | 
             
                      "name": "Port",
         | 
| 23331 23378 | 
             
                      "required": true,
         | 
| 23332 | 
            -
                      "type": "int" | 
| 23333 | 
            -
                      "value_allowed_null": false
         | 
| 23379 | 
            +
                      "type": "int"
         | 
| 23334 23380 | 
             
                    }
         | 
| 23335 23381 | 
             
                  ],
         | 
| 23336 23382 | 
             
                  "usage": "in"
         | 
| @@ -23647,7 +23693,7 @@ | |
| 23647 23693 | 
             
                  "usage": "out"
         | 
| 23648 23694 | 
             
                },
         | 
| 23649 23695 | 
             
                "ScheduleQualityControlTaskResult": {
         | 
| 23650 | 
            -
                  "document": " | 
| 23696 | 
            +
                  "document": "媒体质检任务结果类型",
         | 
| 23651 23697 | 
             
                  "members": [
         | 
| 23652 23698 | 
             
                    {
         | 
| 23653 23699 | 
             
                      "disabled": false,
         | 
| @@ -23691,7 +23737,7 @@ | |
| 23691 23737 | 
             
                    },
         | 
| 23692 23738 | 
             
                    {
         | 
| 23693 23739 | 
             
                      "disabled": false,
         | 
| 23694 | 
            -
                      "document": " | 
| 23740 | 
            +
                      "document": "媒体质检任务的输入。",
         | 
| 23695 23741 | 
             
                      "example": "NULL",
         | 
| 23696 23742 | 
             
                      "member": "AiQualityControlTaskInput",
         | 
| 23697 23743 | 
             
                      "name": "Input",
         | 
| @@ -23701,7 +23747,7 @@ | |
| 23701 23747 | 
             
                    },
         | 
| 23702 23748 | 
             
                    {
         | 
| 23703 23749 | 
             
                      "disabled": false,
         | 
| 23704 | 
            -
                      "document": " | 
| 23750 | 
            +
                      "document": "媒体质检任务的输出。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 23705 23751 | 
             
                      "example": "NULL",
         | 
| 23706 23752 | 
             
                      "member": "QualityControlData",
         | 
| 23707 23753 | 
             
                      "name": "Output",
         | 
| @@ -24976,6 +25022,7 @@ | |
| 24976 25022 | 
             
                      "example": "NULL",
         | 
| 24977 25023 | 
             
                      "member": "TerrorismImgReviewTemplateInfo",
         | 
| 24978 25024 | 
             
                      "name": "ImgReviewInfo",
         | 
| 25025 | 
            +
                      "output_required": true,
         | 
| 24979 25026 | 
             
                      "required": false,
         | 
| 24980 25027 | 
             
                      "type": "object",
         | 
| 24981 25028 | 
             
                      "value_allowed_null": false
         | 
| @@ -24986,12 +25033,13 @@ | |
| 24986 25033 | 
             
                      "example": "NULL",
         | 
| 24987 25034 | 
             
                      "member": "TerrorismOcrReviewTemplateInfo",
         | 
| 24988 25035 | 
             
                      "name": "OcrReviewInfo",
         | 
| 24989 | 
            -
                      " | 
| 25036 | 
            +
                      "output_required": true,
         | 
| 25037 | 
            +
                      "required": false,
         | 
| 24990 25038 | 
             
                      "type": "object",
         | 
| 24991 25039 | 
             
                      "value_allowed_null": false
         | 
| 24992 25040 | 
             
                    }
         | 
| 24993 25041 | 
             
                  ],
         | 
| 24994 | 
            -
                  "usage": " | 
| 25042 | 
            +
                  "usage": "both"
         | 
| 24995 25043 | 
             
                },
         | 
| 24996 25044 | 
             
                "TerrorismConfigureInfoForUpdate": {
         | 
| 24997 25045 | 
             
                  "document": "涉敏任务控制参数。",
         | 
| @@ -25034,7 +25082,7 @@ | |
| 25034 25082 | 
             
                    },
         | 
| 25035 25083 | 
             
                    {
         | 
| 25036 25084 | 
             
                      "disabled": false,
         | 
| 25037 | 
            -
                      "document": "画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:\n<li>guns:武器枪支;</li>\n<li>crowd:人群聚集;</li>\n<li>bloody:血腥画面;</li>\n<li>police:警察部队;</li>\n<li>banners:涉敏旗帜;</li>\n<li>militant:武装分子;</li>\n<li>explosion:爆炸火灾;</li>\n<li>terrorists:涉敏人物;</li | 
| 25085 | 
            +
                      "document": "画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:\n<li>guns:武器枪支;</li>\n<li>crowd:人群聚集;</li>\n<li>bloody:血腥画面;</li>\n<li>police:警察部队;</li>\n<li>banners:涉敏旗帜;</li>\n<li>militant:武装分子;</li>\n<li>explosion:爆炸火灾;</li>\n<li>terrorists:涉敏人物;</li>",
         | 
| 25038 25086 | 
             
                      "example": "bloody",
         | 
| 25039 25087 | 
             
                      "member": "string",
         | 
| 25040 25088 | 
             
                      "name": "LabelSet",
         | 
| @@ -25080,7 +25128,7 @@ | |
| 25080 25128 | 
             
                    },
         | 
| 25081 25129 | 
             
                    {
         | 
| 25082 25130 | 
             
                      "disabled": false,
         | 
| 25083 | 
            -
                      "document": "画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:\n<li>guns:武器枪支;</li>\n<li>crowd:人群聚集;</li>\n<li>bloody:血腥画面;</li>\n<li>police:警察部队;</li>\n<li>banners:涉敏旗帜;</li>\n<li>militant:武装分子;</li>\n<li>explosion:爆炸火灾;</li>\n<li>terrorists:涉敏人物;</li | 
| 25131 | 
            +
                      "document": "画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:\n<li>guns:武器枪支;</li>\n<li>crowd:人群聚集;</li>\n<li>bloody:血腥画面;</li>\n<li>police:警察部队;</li>\n<li>banners:涉敏旗帜;</li>\n<li>militant:武装分子;</li>\n<li>explosion:爆炸火灾;</li>\n<li>terrorists:涉敏人物;</li>",
         | 
| 25084 25132 | 
             
                      "example": "guns",
         | 
| 25085 25133 | 
             
                      "member": "string",
         | 
| 25086 25134 | 
             
                      "name": "LabelSet",
         | 
| @@ -25588,6 +25636,7 @@ | |
| 25588 25636 | 
             
                      "example": "无",
         | 
| 25589 25637 | 
             
                      "member": "string",
         | 
| 25590 25638 | 
             
                      "name": "Switch",
         | 
| 25639 | 
            +
                      "output_required": true,
         | 
| 25591 25640 | 
             
                      "required": true,
         | 
| 25592 25641 | 
             
                      "type": "string",
         | 
| 25593 25642 | 
             
                      "value_allowed_null": false
         | 
| @@ -25598,6 +25647,7 @@ | |
| 25598 25647 | 
             
                      "example": "无",
         | 
| 25599 25648 | 
             
                      "member": "string",
         | 
| 25600 25649 | 
             
                      "name": "SourceLanguage",
         | 
| 25650 | 
            +
                      "output_required": true,
         | 
| 25601 25651 | 
             
                      "required": false,
         | 
| 25602 25652 | 
             
                      "type": "string",
         | 
| 25603 25653 | 
             
                      "value_allowed_null": false
         | 
| @@ -25608,6 +25658,7 @@ | |
| 25608 25658 | 
             
                      "example": "无",
         | 
| 25609 25659 | 
             
                      "member": "string",
         | 
| 25610 25660 | 
             
                      "name": "DestinationLanguage",
         | 
| 25661 | 
            +
                      "output_required": true,
         | 
| 25611 25662 | 
             
                      "required": false,
         | 
| 25612 25663 | 
             
                      "type": "string",
         | 
| 25613 25664 | 
             
                      "value_allowed_null": false
         | 
| @@ -25625,8 +25676,7 @@ | |
| 25625 25676 | 
             
                      "member": "string",
         | 
| 25626 25677 | 
             
                      "name": "Switch",
         | 
| 25627 25678 | 
             
                      "required": false,
         | 
| 25628 | 
            -
                      "type": "string" | 
| 25629 | 
            -
                      "value_allowed_null": false
         | 
| 25679 | 
            +
                      "type": "string"
         | 
| 25630 25680 | 
             
                    },
         | 
| 25631 25681 | 
             
                    {
         | 
| 25632 25682 | 
             
                      "disabled": false,
         | 
| @@ -25635,8 +25685,7 @@ | |
| 25635 25685 | 
             
                      "member": "string",
         | 
| 25636 25686 | 
             
                      "name": "SourceLanguage",
         | 
| 25637 25687 | 
             
                      "required": false,
         | 
| 25638 | 
            -
                      "type": "string" | 
| 25639 | 
            -
                      "value_allowed_null": true
         | 
| 25688 | 
            +
                      "type": "string"
         | 
| 25640 25689 | 
             
                    },
         | 
| 25641 25690 | 
             
                    {
         | 
| 25642 25691 | 
             
                      "disabled": false,
         | 
| @@ -25645,8 +25694,7 @@ | |
| 25645 25694 | 
             
                      "member": "string",
         | 
| 25646 25695 | 
             
                      "name": "DestinationLanguage",
         | 
| 25647 25696 | 
             
                      "required": false,
         | 
| 25648 | 
            -
                      "type": "string" | 
| 25649 | 
            -
                      "value_allowed_null": true
         | 
| 25697 | 
            +
                      "type": "string"
         | 
| 25650 25698 | 
             
                    }
         | 
| 25651 25699 | 
             
                  ],
         | 
| 25652 25700 | 
             
                  "usage": "in"
         | 
| @@ -26162,7 +26210,7 @@ | |
| 26162 26210 | 
             
                  "members": [
         | 
| 26163 26211 | 
             
                    {
         | 
| 26164 26212 | 
             
                      "disabled": false,
         | 
| 26165 | 
            -
                      "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv | 
| 26213 | 
            +
                      "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。",
         | 
| 26166 26214 | 
             
                      "example": "h264",
         | 
| 26167 26215 | 
             
                      "member": "string",
         | 
| 26168 26216 | 
             
                      "name": "Codec",
         | 
| @@ -26173,7 +26221,7 @@ | |
| 26173 26221 | 
             
                    },
         | 
| 26174 26222 | 
             
                    {
         | 
| 26175 26223 | 
             
                      "disabled": false,
         | 
| 26176 | 
            -
                      "document": "视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0 | 
| 26224 | 
            +
                      "document": "视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。 注意:自适应码率时取值范围是 [0, 60]",
         | 
| 26177 26225 | 
             
                      "example": "0",
         | 
| 26178 26226 | 
             
                      "member": "int64",
         | 
| 26179 26227 | 
             
                      "name": "Fps",
         | 
| @@ -26261,7 +26309,7 @@ | |
| 26261 26309 | 
             
                    },
         | 
| 26262 26310 | 
             
                    {
         | 
| 26263 26311 | 
             
                      "disabled": false,
         | 
| 26264 | 
            -
                      "document": "hls 分片类型,可选值 :\n<li> | 
| 26312 | 
            +
                      "document": "hls 分片类型,可选值 :\n<li>0:HLS+TS 切片</li>\n<li>2:HLS+TS byte range</li>\n<li>7:HLS+MP4 切片</li>\n<li>5:HLS+MP4 byte range</li>\n默认值:0\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 26265 26313 | 
             
                      "example": "无",
         | 
| 26266 26314 | 
             
                      "member": "int64",
         | 
| 26267 26315 | 
             
                      "name": "SegmentType",
         | 
| @@ -26278,7 +26326,7 @@ | |
| 26278 26326 | 
             
                  "members": [
         | 
| 26279 26327 | 
             
                    {
         | 
| 26280 26328 | 
             
                      "disabled": false,
         | 
| 26281 | 
            -
                      "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv | 
| 26329 | 
            +
                      "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 26282 26330 | 
             
                      "example": "h264",
         | 
| 26283 26331 | 
             
                      "member": "string",
         | 
| 26284 26332 | 
             
                      "name": "Codec",
         | 
| @@ -26289,7 +26337,7 @@ | |
| 26289 26337 | 
             
                    },
         | 
| 26290 26338 | 
             
                    {
         | 
| 26291 26339 | 
             
                      "disabled": false,
         | 
| 26292 | 
            -
                      "document": "视频帧率,取值范围:[0, 120],单位:Hz。 | 
| 26340 | 
            +
                      "document": "视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 26293 26341 | 
             
                      "example": "0",
         | 
| 26294 26342 | 
             
                      "member": "int64",
         | 
| 26295 26343 | 
             
                      "name": "Fps",
         | 
| @@ -26388,7 +26436,7 @@ | |
| 26388 26436 | 
             
                    },
         | 
| 26389 26437 | 
             
                    {
         | 
| 26390 26438 | 
             
                      "disabled": false,
         | 
| 26391 | 
            -
                      "document": "hls 分片类型,可选值:\n<li> | 
| 26439 | 
            +
                      "document": "hls 分片类型,可选值:\n<li>0:HLS+TS 切片</li>\n<li>2:HLS+TS byte range</li>\n<li>7:HLS+MP4 切片</li>\n<li>5:HLS+MP4 byte range</li>\n默认值:0\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 26392 26440 | 
             
                      "example": "无",
         | 
| 26393 26441 | 
             
                      "member": "int64",
         | 
| 26394 26442 | 
             
                      "name": "SegmentType",
         | 
| @@ -26932,7 +26980,7 @@ | |
| 26932 26980 | 
             
                    },
         | 
| 26933 26981 | 
             
                    {
         | 
| 26934 26982 | 
             
                      "disabled": false,
         | 
| 26935 | 
            -
                      "document": " | 
| 26983 | 
            +
                      "document": "媒体质检任务的执行状态与结果。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 26936 26984 | 
             
                      "example": "NULL",
         | 
| 26937 26985 | 
             
                      "member": "ScheduleQualityControlTaskResult",
         | 
| 26938 26986 | 
             
                      "name": "AiQualityControlTaskResult",
         |