tccli 3.0.1274.1__py2.py3-none-any.whl → 3.0.1276.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 +0 -9
- tccli/services/ams/v20201229/api.json +82 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +24 -24
- tccli/services/cdwdoris/v20211228/api.json +19 -0
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/clb/v20180317/api.json +32 -4
- tccli/services/cloudstudio/v20230508/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +48 -37
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/dlc/v20210125/api.json +17 -15
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +24 -24
- tccli/services/es/v20180416/api.json +2 -2
- tccli/services/es/v20180416/examples.json +4 -4
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +403 -322
- tccli/services/ess/v20201111/examples.json +16 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +310 -238
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/faceid/v20180301/api.json +3 -3
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/live/v20180801/api.json +371 -380
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +72 -2
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +17 -7
- tccli/services/ocr/v20181119/examples.json +4 -4
- tccli/services/organization/v20210331/api.json +19 -0
- tccli/services/rce/v20201103/api.json +15 -15
- tccli/services/taf/v20200210/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +18 -0
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +328 -323
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +8 -8
- tccli/services/tse/v20201207/api.json +84 -4
- tccli/services/vm/v20201229/api.json +428 -78
- tccli/services/vm/v20210922/api.json +482 -82
- tccli/services/vpc/v20170312/api.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +20 -20
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/RECORD +51 -63
- tccli/services/lp/__init__.py +0 -4
- tccli/services/lp/lp_client.py +0 -207
- tccli/services/lp/v20200224/api.json +0 -311
- tccli/services/lp/v20200224/examples.json +0 -13
- tccli/services/rkp/__init__.py +0 -4
- tccli/services/rkp/rkp_client.py +0 -313
- tccli/services/rkp/v20191209/api.json +0 -564
- tccli/services/rkp/v20191209/examples.json +0 -29
- tccli/services/rp/__init__.py +0 -4
- tccli/services/rp/rp_client.py +0 -207
- tccli/services/rp/v20200224/api.json +0 -290
- tccli/services/rp/v20200224/examples.json +0 -13
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/license_files/LICENSE +0 -0
| @@ -41,133 +41,183 @@ | |
| 41 41 | 
             
                  "members": [
         | 
| 42 42 | 
             
                    {
         | 
| 43 43 | 
             
                      "disabled": false,
         | 
| 44 | 
            -
                      "document": "该字段用于返回审核内容是否命中审核模型;取值:0(**未命中**)、1 | 
| 44 | 
            +
                      "document": "该字段用于返回审核内容是否命中审核模型;取值:0(**未命中**)、1(**命中**)。",
         | 
| 45 45 | 
             
                      "example": "1",
         | 
| 46 46 | 
             
                      "member": "int64",
         | 
| 47 47 | 
             
                      "name": "HitFlag",
         | 
| 48 48 | 
             
                      "output_required": true,
         | 
| 49 49 | 
             
                      "type": "int",
         | 
| 50 | 
            -
                      "value_allowed_null":  | 
| 50 | 
            +
                      "value_allowed_null": false
         | 
| 51 51 | 
             
                    },
         | 
| 52 52 | 
             
                    {
         | 
| 53 53 | 
             
                      "disabled": false,
         | 
| 54 | 
            -
                      "document": "该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom | 
| 54 | 
            +
                      "document": "该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。",
         | 
| 55 55 | 
             
                      "example": "1",
         | 
| 56 56 | 
             
                      "member": "string",
         | 
| 57 57 | 
             
                      "name": "Label",
         | 
| 58 58 | 
             
                      "output_required": true,
         | 
| 59 59 | 
             
                      "type": "string",
         | 
| 60 | 
            -
                      "value_allowed_null":  | 
| 60 | 
            +
                      "value_allowed_null": false
         | 
| 61 61 | 
             
                    },
         | 
| 62 62 | 
             
                    {
         | 
| 63 63 | 
             
                      "disabled": false,
         | 
| 64 | 
            -
                      "document": "该字段用于返回后续操作建议。当您获取到判定结果后,返回值表示具体的后续建议操作。<br>\n返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass | 
| 64 | 
            +
                      "document": "该字段用于返回后续操作建议。当您获取到判定结果后,返回值表示具体的后续建议操作。<br>\n返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过",
         | 
| 65 65 | 
             
                      "example": "1",
         | 
| 66 66 | 
             
                      "member": "string",
         | 
| 67 67 | 
             
                      "name": "Suggestion",
         | 
| 68 68 | 
             
                      "output_required": true,
         | 
| 69 69 | 
             
                      "type": "string",
         | 
| 70 | 
            -
                      "value_allowed_null":  | 
| 70 | 
            +
                      "value_allowed_null": false
         | 
| 71 71 | 
             
                    },
         | 
| 72 72 | 
             
                    {
         | 
| 73 73 | 
             
                      "disabled": false,
         | 
| 74 | 
            -
                      "document": "该字段用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99 | 
| 74 | 
            +
                      "document": "该字段用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容。",
         | 
| 75 75 | 
             
                      "example": "1",
         | 
| 76 76 | 
             
                      "member": "int64",
         | 
| 77 77 | 
             
                      "name": "Score",
         | 
| 78 78 | 
             
                      "output_required": true,
         | 
| 79 79 | 
             
                      "type": "int",
         | 
| 80 | 
            -
                      "value_allowed_null":  | 
| 80 | 
            +
                      "value_allowed_null": false
         | 
| 81 81 | 
             
                    },
         | 
| 82 82 | 
             
                    {
         | 
| 83 83 | 
             
                      "disabled": false,
         | 
| 84 | 
            -
                      "document": "该字段用于返回音频文件经ASR识别后的文本信息。最长可识别**5 | 
| 84 | 
            +
                      "document": "该字段用于返回音频文件经ASR识别后的文本信息。最长可识别**5小时**的音频文件,若超出时长限制,接口将会报错。",
         | 
| 85 85 | 
             
                      "example": "1",
         | 
| 86 86 | 
             
                      "member": "string",
         | 
| 87 87 | 
             
                      "name": "Text",
         | 
| 88 88 | 
             
                      "output_required": true,
         | 
| 89 89 | 
             
                      "type": "string",
         | 
| 90 | 
            -
                      "value_allowed_null":  | 
| 90 | 
            +
                      "value_allowed_null": false
         | 
| 91 91 | 
             
                    },
         | 
| 92 92 | 
             
                    {
         | 
| 93 93 | 
             
                      "disabled": false,
         | 
| 94 | 
            -
                      "document": "该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001) | 
| 94 | 
            +
                      "document": "该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001)功能更新签名时效。",
         | 
| 95 95 | 
             
                      "example": "1",
         | 
| 96 96 | 
             
                      "member": "string",
         | 
| 97 97 | 
             
                      "name": "Url",
         | 
| 98 98 | 
             
                      "output_required": true,
         | 
| 99 99 | 
             
                      "type": "string",
         | 
| 100 | 
            -
                      "value_allowed_null":  | 
| 100 | 
            +
                      "value_allowed_null": false
         | 
| 101 101 | 
             
                    },
         | 
| 102 102 | 
             
                    {
         | 
| 103 103 | 
             
                      "disabled": false,
         | 
| 104 | 
            -
                      "document": " | 
| 104 | 
            +
                      "document": "该字段用于返回音频文件的时长,单位为毫秒。",
         | 
| 105 105 | 
             
                      "example": "1",
         | 
| 106 106 | 
             
                      "member": "string",
         | 
| 107 107 | 
             
                      "name": "Duration",
         | 
| 108 108 | 
             
                      "output_required": true,
         | 
| 109 109 | 
             
                      "type": "string",
         | 
| 110 | 
            -
                      "value_allowed_null":  | 
| 110 | 
            +
                      "value_allowed_null": false
         | 
| 111 111 | 
             
                    },
         | 
| 112 112 | 
             
                    {
         | 
| 113 113 | 
             
                      "disabled": false,
         | 
| 114 | 
            -
                      "document": "该字段用于返回输入参数中的额外附加信息(Extra),如未配置则默认返回值为空。<br>备注:不同客户或Biztype | 
| 114 | 
            +
                      "document": "该字段用于返回输入参数中的额外附加信息(Extra),如未配置则默认返回值为空。<br>备注:不同客户或Biztype下返回信息不同,如需配置该字段请提交工单咨询或联系售后专员处理。",
         | 
| 115 115 | 
             
                      "example": "1",
         | 
| 116 116 | 
             
                      "member": "string",
         | 
| 117 117 | 
             
                      "name": "Extra",
         | 
| 118 118 | 
             
                      "output_required": true,
         | 
| 119 119 | 
             
                      "type": "string",
         | 
| 120 | 
            -
                      "value_allowed_null":  | 
| 120 | 
            +
                      "value_allowed_null": false
         | 
| 121 121 | 
             
                    },
         | 
| 122 122 | 
             
                    {
         | 
| 123 123 | 
             
                      "disabled": false,
         | 
| 124 | 
            -
                      "document": "该字段用于返回音频文件经ASR识别后产生的文本的详细审核结果。具体结果内容请参见AudioResultDetailLanguageResult | 
| 124 | 
            +
                      "document": "该字段用于返回音频文件经ASR识别后产生的文本的详细审核结果。具体结果内容请参见AudioResultDetailLanguageResult数据结构的细节描述。",
         | 
| 125 125 | 
             
                      "example": "1",
         | 
| 126 126 | 
             
                      "member": "AudioResultDetailTextResult",
         | 
| 127 127 | 
             
                      "name": "TextResults",
         | 
| 128 128 | 
             
                      "output_required": true,
         | 
| 129 129 | 
             
                      "type": "list",
         | 
| 130 | 
            -
                      "value_allowed_null":  | 
| 130 | 
            +
                      "value_allowed_null": false
         | 
| 131 131 | 
             
                    },
         | 
| 132 132 | 
             
                    {
         | 
| 133 133 | 
             
                      "disabled": false,
         | 
| 134 | 
            -
                      "document": "该字段用于返回音频文件呻吟检测的详细审核结果。具体结果内容请参见AudioResultDetailMoanResult | 
| 134 | 
            +
                      "document": "该字段用于返回音频文件呻吟检测的详细审核结果。具体结果内容请参见AudioResultDetailMoanResult数据结构的细节描述。",
         | 
| 135 135 | 
             
                      "example": "1",
         | 
| 136 136 | 
             
                      "member": "AudioResultDetailMoanResult",
         | 
| 137 137 | 
             
                      "name": "MoanResults",
         | 
| 138 138 | 
             
                      "output_required": true,
         | 
| 139 139 | 
             
                      "type": "list",
         | 
| 140 | 
            -
                      "value_allowed_null":  | 
| 140 | 
            +
                      "value_allowed_null": false
         | 
| 141 141 | 
             
                    },
         | 
| 142 142 | 
             
                    {
         | 
| 143 143 | 
             
                      "disabled": false,
         | 
| 144 | 
            -
                      "document": "该字段用于返回音频小语种检测的详细审核结果。具体结果内容请参见AudioResultDetailLanguageResult | 
| 144 | 
            +
                      "document": "该字段用于返回音频小语种检测的详细审核结果。具体结果内容请参见AudioResultDetailLanguageResult数据结构的细节描述。",
         | 
| 145 145 | 
             
                      "example": "1",
         | 
| 146 146 | 
             
                      "member": "AudioResultDetailLanguageResult",
         | 
| 147 147 | 
             
                      "name": "LanguageResults",
         | 
| 148 148 | 
             
                      "output_required": true,
         | 
| 149 149 | 
             
                      "type": "list",
         | 
| 150 | 
            -
                      "value_allowed_null":  | 
| 150 | 
            +
                      "value_allowed_null": false
         | 
| 151 151 | 
             
                    },
         | 
| 152 152 | 
             
                    {
         | 
| 153 153 | 
             
                      "disabled": false,
         | 
| 154 | 
            -
                      "document": "该字段用于返回当前标签(Lable | 
| 154 | 
            +
                      "document": "该字段用于返回当前标签(Lable)下的二级标签。",
         | 
| 155 155 | 
             
                      "example": "无",
         | 
| 156 156 | 
             
                      "member": "string",
         | 
| 157 157 | 
             
                      "name": "SubLabel",
         | 
| 158 158 | 
             
                      "output_required": true,
         | 
| 159 159 | 
             
                      "type": "string",
         | 
| 160 | 
            -
                      "value_allowed_null":  | 
| 160 | 
            +
                      "value_allowed_null": false
         | 
| 161 161 | 
             
                    },
         | 
| 162 162 | 
             
                    {
         | 
| 163 163 | 
             
                      "disabled": false,
         | 
| 164 | 
            -
                      "document": " | 
| 164 | 
            +
                      "document": "识别类标签结果信息列表",
         | 
| 165 165 | 
             
                      "example": "无",
         | 
| 166 166 | 
             
                      "member": "RecognitionResult",
         | 
| 167 167 | 
             
                      "name": "RecognitionResults",
         | 
| 168 168 | 
             
                      "output_required": true,
         | 
| 169 169 | 
             
                      "type": "list",
         | 
| 170 | 
            -
                      "value_allowed_null":  | 
| 170 | 
            +
                      "value_allowed_null": false
         | 
| 171 | 
            +
                    },
         | 
| 172 | 
            +
                    {
         | 
| 173 | 
            +
                      "disabled": false,
         | 
| 174 | 
            +
                      "document": "该字段用于返回音频文件说话人检测的详细审核结果",
         | 
| 175 | 
            +
                      "example": "无",
         | 
| 176 | 
            +
                      "member": "SpeakerResult",
         | 
| 177 | 
            +
                      "name": "SpeakerResults",
         | 
| 178 | 
            +
                      "output_required": false,
         | 
| 179 | 
            +
                      "type": "list",
         | 
| 180 | 
            +
                      "value_allowed_null": false
         | 
| 181 | 
            +
                    },
         | 
| 182 | 
            +
                    {
         | 
| 183 | 
            +
                      "disabled": false,
         | 
| 184 | 
            +
                      "document": "该字段用于返回音频文件出行检测的详细审核结果",
         | 
| 185 | 
            +
                      "example": "无",
         | 
| 186 | 
            +
                      "member": "TravelResult",
         | 
| 187 | 
            +
                      "name": "TravelResults",
         | 
| 188 | 
            +
                      "output_required": false,
         | 
| 189 | 
            +
                      "type": "list",
         | 
| 190 | 
            +
                      "value_allowed_null": false
         | 
| 191 | 
            +
                    },
         | 
| 192 | 
            +
                    {
         | 
| 193 | 
            +
                      "disabled": false,
         | 
| 194 | 
            +
                      "document": "该字段用于返回音频文件的三级标签",
         | 
| 195 | 
            +
                      "example": "无",
         | 
| 196 | 
            +
                      "member": "string",
         | 
| 197 | 
            +
                      "name": "SubTag",
         | 
| 198 | 
            +
                      "output_required": false,
         | 
| 199 | 
            +
                      "type": "string",
         | 
| 200 | 
            +
                      "value_allowed_null": false
         | 
| 201 | 
            +
                    },
         | 
| 202 | 
            +
                    {
         | 
| 203 | 
            +
                      "disabled": false,
         | 
| 204 | 
            +
                      "document": "该字段用于返回音频文件的三级标签码",
         | 
| 205 | 
            +
                      "example": "无",
         | 
| 206 | 
            +
                      "member": "string",
         | 
| 207 | 
            +
                      "name": "SubTagCode",
         | 
| 208 | 
            +
                      "output_required": false,
         | 
| 209 | 
            +
                      "type": "string",
         | 
| 210 | 
            +
                      "value_allowed_null": false
         | 
| 211 | 
            +
                    },
         | 
| 212 | 
            +
                    {
         | 
| 213 | 
            +
                      "disabled": false,
         | 
| 214 | 
            +
                      "document": "该字段用于返回音频文件歌曲识别的详细审核结果",
         | 
| 215 | 
            +
                      "example": "无",
         | 
| 216 | 
            +
                      "member": "LabelResult",
         | 
| 217 | 
            +
                      "name": "LabelResults",
         | 
| 218 | 
            +
                      "output_required": false,
         | 
| 219 | 
            +
                      "type": "list",
         | 
| 220 | 
            +
                      "value_allowed_null": false
         | 
| 171 221 | 
             
                    }
         | 
| 172 222 | 
             
                  ],
         | 
| 173 223 | 
             
                  "usage": "out"
         | 
| @@ -309,83 +359,93 @@ | |
| 309 359 | 
             
                  "members": [
         | 
| 310 360 | 
             
                    {
         | 
| 311 361 | 
             
                      "disabled": false,
         | 
| 312 | 
            -
                      "document": "该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom | 
| 362 | 
            +
                      "document": "该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。",
         | 
| 313 363 | 
             
                      "example": "1",
         | 
| 314 364 | 
             
                      "member": "string",
         | 
| 315 365 | 
             
                      "name": "Label",
         | 
| 316 | 
            -
                      " | 
| 366 | 
            +
                      "output_required": true,
         | 
| 317 367 | 
             
                      "type": "string",
         | 
| 318 | 
            -
                      "value_allowed_null":  | 
| 368 | 
            +
                      "value_allowed_null": false
         | 
| 319 369 | 
             
                    },
         | 
| 320 370 | 
             
                    {
         | 
| 321 371 | 
             
                      "disabled": false,
         | 
| 322 | 
            -
                      "document": "该字段用于返回ASR识别出的文本内容命中的关键词信息,用于标注内容违规的具体原因(如:加我微信)。该参数可能会有多个返回值,代表命中的多个关键词;若返回值为空,Score不为空,则代表识别结果所对应的恶意标签(Label | 
| 372 | 
            +
                      "document": "该字段用于返回ASR识别出的文本内容命中的关键词信息,用于标注内容违规的具体原因(如:加我微信)。该参数可能会有多个返回值,代表命中的多个关键词;若返回值为空,Score不为空,则代表识别结果所对应的恶意标签(Label)来自于语义模型判断的返回值。",
         | 
| 323 373 | 
             
                      "example": "1",
         | 
| 324 374 | 
             
                      "member": "string",
         | 
| 325 375 | 
             
                      "name": "Keywords",
         | 
| 326 | 
            -
                      " | 
| 376 | 
            +
                      "output_required": true,
         | 
| 327 377 | 
             
                      "type": "list",
         | 
| 328 | 
            -
                      "value_allowed_null":  | 
| 378 | 
            +
                      "value_allowed_null": false
         | 
| 329 379 | 
             
                    },
         | 
| 330 380 | 
             
                    {
         | 
| 331 381 | 
             
                      "disabled": false,
         | 
| 332 | 
            -
                      "document": "该字段**仅当Label为Custom:自定义关键词时该参数有效**,用于返回自定义库的ID | 
| 382 | 
            +
                      "document": "该字段**仅当Label为Custom:自定义关键词时该参数有效**,用于返回自定义库的ID,以方便自定义库管理和配置。",
         | 
| 333 383 | 
             
                      "example": "1",
         | 
| 334 384 | 
             
                      "member": "string",
         | 
| 335 385 | 
             
                      "name": "LibId",
         | 
| 336 | 
            -
                      " | 
| 386 | 
            +
                      "output_required": true,
         | 
| 337 387 | 
             
                      "type": "string",
         | 
| 338 | 
            -
                      "value_allowed_null":  | 
| 388 | 
            +
                      "value_allowed_null": false
         | 
| 339 389 | 
             
                    },
         | 
| 340 390 | 
             
                    {
         | 
| 341 391 | 
             
                      "disabled": false,
         | 
| 342 | 
            -
                      "document": "该字段**仅当Label为Custom | 
| 392 | 
            +
                      "document": "该字段**仅当Label为Custom:自定义关键词时该参数有效**,用于返回自定义库的名称,以方便自定义库管理和配置。",
         | 
| 343 393 | 
             
                      "example": "1",
         | 
| 344 394 | 
             
                      "member": "string",
         | 
| 345 395 | 
             
                      "name": "LibName",
         | 
| 346 | 
            -
                      " | 
| 396 | 
            +
                      "output_required": true,
         | 
| 347 397 | 
             
                      "type": "string",
         | 
| 348 | 
            -
                      "value_allowed_null":  | 
| 398 | 
            +
                      "value_allowed_null": false
         | 
| 349 399 | 
             
                    },
         | 
| 350 400 | 
             
                    {
         | 
| 351 401 | 
             
                      "disabled": false,
         | 
| 352 | 
            -
                      "document": "该字段用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高**),越高代表文本越有可能属于当前返回的标签;如:*色情 99 | 
| 402 | 
            +
                      "document": "该字段用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高**),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容。",
         | 
| 353 403 | 
             
                      "example": "1",
         | 
| 354 404 | 
             
                      "member": "int64",
         | 
| 355 405 | 
             
                      "name": "Score",
         | 
| 356 | 
            -
                      " | 
| 406 | 
            +
                      "output_required": true,
         | 
| 357 407 | 
             
                      "type": "int",
         | 
| 358 | 
            -
                      "value_allowed_null":  | 
| 408 | 
            +
                      "value_allowed_null": false
         | 
| 359 409 | 
             
                    },
         | 
| 360 410 | 
             
                    {
         | 
| 361 411 | 
             
                      "disabled": false,
         | 
| 362 | 
            -
                      "document": "该字段用于返回自定义关键词对应的词库类型,取值为**1**(黑白库)和**2**(自定义关键词库),若未配置自定义关键词库,则默认值为1 | 
| 412 | 
            +
                      "document": "该字段用于返回自定义关键词对应的词库类型,取值为**1**(黑白库)和**2**(自定义关键词库),若未配置自定义关键词库,则默认值为1(黑白库匹配)。",
         | 
| 363 413 | 
             
                      "example": "1",
         | 
| 364 414 | 
             
                      "member": "int64",
         | 
| 365 415 | 
             
                      "name": "LibType",
         | 
| 366 | 
            -
                      " | 
| 416 | 
            +
                      "output_required": true,
         | 
| 367 417 | 
             
                      "type": "int",
         | 
| 368 | 
            -
                      "value_allowed_null":  | 
| 418 | 
            +
                      "value_allowed_null": false
         | 
| 369 419 | 
             
                    },
         | 
| 370 420 | 
             
                    {
         | 
| 371 421 | 
             
                      "disabled": false,
         | 
| 372 | 
            -
                      "document": "该字段用于返回后续操作建议。当您获取到判定结果后,返回值表示具体的后续建议操作。<br>\n返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass | 
| 422 | 
            +
                      "document": "该字段用于返回后续操作建议。当您获取到判定结果后,返回值表示具体的后续建议操作。<br>\n返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过",
         | 
| 373 423 | 
             
                      "example": "1",
         | 
| 374 424 | 
             
                      "member": "string",
         | 
| 375 425 | 
             
                      "name": "Suggestion",
         | 
| 376 | 
            -
                      " | 
| 426 | 
            +
                      "output_required": true,
         | 
| 377 427 | 
             
                      "type": "string",
         | 
| 378 | 
            -
                      "value_allowed_null":  | 
| 428 | 
            +
                      "value_allowed_null": false
         | 
| 379 429 | 
             
                    },
         | 
| 380 430 | 
             
                    {
         | 
| 381 431 | 
             
                      "disabled": false,
         | 
| 382 | 
            -
                      "document": "该字段用于返回当前标签(Lable | 
| 432 | 
            +
                      "document": "该字段用于返回当前标签(Lable)下的二级标签。",
         | 
| 383 433 | 
             
                      "example": "1",
         | 
| 384 434 | 
             
                      "member": "string",
         | 
| 385 435 | 
             
                      "name": "SubLabel",
         | 
| 386 | 
            -
                      " | 
| 436 | 
            +
                      "output_required": true,
         | 
| 387 437 | 
             
                      "type": "string",
         | 
| 388 | 
            -
                      "value_allowed_null":  | 
| 438 | 
            +
                      "value_allowed_null": false
         | 
| 439 | 
            +
                    },
         | 
| 440 | 
            +
                    {
         | 
| 441 | 
            +
                      "disabled": false,
         | 
| 442 | 
            +
                      "document": "该字段用于返回命中的关键词信息",
         | 
| 443 | 
            +
                      "example": "无",
         | 
| 444 | 
            +
                      "member": "OcrHitInfo",
         | 
| 445 | 
            +
                      "name": "HitInfos",
         | 
| 446 | 
            +
                      "output_required": false,
         | 
| 447 | 
            +
                      "type": "list",
         | 
| 448 | 
            +
                      "value_allowed_null": false
         | 
| 389 449 | 
             
                    }
         | 
| 390 450 | 
             
                  ],
         | 
| 391 451 | 
             
                  "usage": "out"
         | 
| @@ -395,23 +455,33 @@ | |
| 395 455 | 
             
                  "members": [
         | 
| 396 456 | 
             
                    {
         | 
| 397 457 | 
             
                      "disabled": false,
         | 
| 398 | 
            -
                      "document": "截帧时间。\n点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10\n直播流:该值为时间戳,例如:1594650717 | 
| 458 | 
            +
                      "document": "截帧时间。\n点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10\n直播流:该值为时间戳,例如:1594650717",
         | 
| 399 459 | 
             
                      "example": "1",
         | 
| 400 460 | 
             
                      "member": "string",
         | 
| 401 461 | 
             
                      "name": "OffsetTime",
         | 
| 402 | 
            -
                      " | 
| 462 | 
            +
                      "output_required": true,
         | 
| 403 463 | 
             
                      "type": "string",
         | 
| 404 | 
            -
                      "value_allowed_null":  | 
| 464 | 
            +
                      "value_allowed_null": false
         | 
| 405 465 | 
             
                    },
         | 
| 406 466 | 
             
                    {
         | 
| 407 467 | 
             
                      "disabled": false,
         | 
| 408 | 
            -
                      "document": " | 
| 468 | 
            +
                      "document": "结果集",
         | 
| 409 469 | 
             
                      "example": "1",
         | 
| 410 470 | 
             
                      "member": "AudioResult",
         | 
| 411 471 | 
             
                      "name": "Result",
         | 
| 412 | 
            -
                      " | 
| 472 | 
            +
                      "output_required": true,
         | 
| 413 473 | 
             
                      "type": "object",
         | 
| 414 | 
            -
                      "value_allowed_null":  | 
| 474 | 
            +
                      "value_allowed_null": false
         | 
| 475 | 
            +
                    },
         | 
| 476 | 
            +
                    {
         | 
| 477 | 
            +
                      "disabled": false,
         | 
| 478 | 
            +
                      "document": "创建时间",
         | 
| 479 | 
            +
                      "example": "2021-01-28T08:20:25.759Z",
         | 
| 480 | 
            +
                      "member": "string",
         | 
| 481 | 
            +
                      "name": "CreatedAt",
         | 
| 482 | 
            +
                      "output_required": false,
         | 
| 483 | 
            +
                      "type": "string",
         | 
| 484 | 
            +
                      "value_allowed_null": false
         | 
| 415 485 | 
             
                    }
         | 
| 416 486 | 
             
                  ],
         | 
| 417 487 | 
             
                  "usage": "out"
         | 
| @@ -914,73 +984,93 @@ | |
| 914 984 | 
             
                  "members": [
         | 
| 915 985 | 
             
                    {
         | 
| 916 986 | 
             
                      "disabled": false,
         | 
| 917 | 
            -
                      "document": "违规标志\n0 未命中\n1  | 
| 987 | 
            +
                      "document": "违规标志\n0 未命中\n1 命中",
         | 
| 918 988 | 
             
                      "example": "1",
         | 
| 919 989 | 
             
                      "member": "int64",
         | 
| 920 990 | 
             
                      "name": "HitFlag",
         | 
| 921 991 | 
             
                      "output_required": true,
         | 
| 922 992 | 
             
                      "type": "int",
         | 
| 923 | 
            -
                      "value_allowed_null":  | 
| 993 | 
            +
                      "value_allowed_null": false
         | 
| 924 994 | 
             
                    },
         | 
| 925 995 | 
             
                    {
         | 
| 926 996 | 
             
                      "disabled": false,
         | 
| 927 | 
            -
                      "document": "命中的标签\nPorn 色情\nSexy 性感\nPolity 政治\nIllegal 违法\nAbuse 谩骂\nTerror 暴恐\nAd  | 
| 997 | 
            +
                      "document": "命中的标签\nPorn 色情\nSexy 性感\nPolity 政治\nIllegal 违法\nAbuse 谩骂\nTerror 暴恐\nAd 广告",
         | 
| 928 998 | 
             
                      "example": "1",
         | 
| 929 999 | 
             
                      "member": "string",
         | 
| 930 1000 | 
             
                      "name": "Label",
         | 
| 931 1001 | 
             
                      "output_required": true,
         | 
| 932 1002 | 
             
                      "type": "string",
         | 
| 933 | 
            -
                      "value_allowed_null":  | 
| 1003 | 
            +
                      "value_allowed_null": false
         | 
| 934 1004 | 
             
                    },
         | 
| 935 1005 | 
             
                    {
         | 
| 936 1006 | 
             
                      "disabled": false,
         | 
| 937 | 
            -
                      "document": "审核建议,可选值:\nPass 通过,\nReview 建议人审,\nBlock  | 
| 1007 | 
            +
                      "document": "审核建议,可选值:\nPass 通过,\nReview 建议人审,\nBlock 确认违规",
         | 
| 938 1008 | 
             
                      "example": "1",
         | 
| 939 1009 | 
             
                      "member": "string",
         | 
| 940 1010 | 
             
                      "name": "Suggestion",
         | 
| 941 1011 | 
             
                      "output_required": true,
         | 
| 942 1012 | 
             
                      "type": "string",
         | 
| 943 | 
            -
                      "value_allowed_null":  | 
| 1013 | 
            +
                      "value_allowed_null": false
         | 
| 944 1014 | 
             
                    },
         | 
| 945 1015 | 
             
                    {
         | 
| 946 1016 | 
             
                      "disabled": false,
         | 
| 947 | 
            -
                      "document": " | 
| 1017 | 
            +
                      "document": "得分",
         | 
| 948 1018 | 
             
                      "example": "1",
         | 
| 949 1019 | 
             
                      "member": "int64",
         | 
| 950 1020 | 
             
                      "name": "Score",
         | 
| 951 1021 | 
             
                      "output_required": true,
         | 
| 952 1022 | 
             
                      "type": "int",
         | 
| 953 | 
            -
                      "value_allowed_null":  | 
| 1023 | 
            +
                      "value_allowed_null": false
         | 
| 954 1024 | 
             
                    },
         | 
| 955 1025 | 
             
                    {
         | 
| 956 1026 | 
             
                      "disabled": false,
         | 
| 957 | 
            -
                      "document": " | 
| 1027 | 
            +
                      "document": "画面截帧图片结果集",
         | 
| 958 1028 | 
             
                      "example": "1",
         | 
| 959 1029 | 
             
                      "member": "ImageResultResult",
         | 
| 960 1030 | 
             
                      "name": "Results",
         | 
| 961 1031 | 
             
                      "output_required": true,
         | 
| 962 1032 | 
             
                      "type": "list",
         | 
| 963 | 
            -
                      "value_allowed_null":  | 
| 1033 | 
            +
                      "value_allowed_null": false
         | 
| 964 1034 | 
             
                    },
         | 
| 965 1035 | 
             
                    {
         | 
| 966 1036 | 
             
                      "disabled": false,
         | 
| 967 | 
            -
                      "document": "该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001) | 
| 1037 | 
            +
                      "document": "该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001)功能更新签名时效。",
         | 
| 968 1038 | 
             
                      "example": "1",
         | 
| 969 1039 | 
             
                      "member": "string",
         | 
| 970 1040 | 
             
                      "name": "Url",
         | 
| 971 1041 | 
             
                      "output_required": true,
         | 
| 972 1042 | 
             
                      "type": "string",
         | 
| 973 | 
            -
                      "value_allowed_null":  | 
| 1043 | 
            +
                      "value_allowed_null": false
         | 
| 974 1044 | 
             
                    },
         | 
| 975 1045 | 
             
                    {
         | 
| 976 1046 | 
             
                      "disabled": false,
         | 
| 977 | 
            -
                      "document": " | 
| 1047 | 
            +
                      "document": "附加字段",
         | 
| 978 1048 | 
             
                      "example": "1",
         | 
| 979 1049 | 
             
                      "member": "string",
         | 
| 980 1050 | 
             
                      "name": "Extra",
         | 
| 981 1051 | 
             
                      "output_required": true,
         | 
| 982 1052 | 
             
                      "type": "string",
         | 
| 983 | 
            -
                      "value_allowed_null":  | 
| 1053 | 
            +
                      "value_allowed_null": false
         | 
| 1054 | 
            +
                    },
         | 
| 1055 | 
            +
                    {
         | 
| 1056 | 
            +
                      "disabled": false,
         | 
| 1057 | 
            +
                      "document": "二级标签",
         | 
| 1058 | 
            +
                      "example": "1",
         | 
| 1059 | 
            +
                      "member": "string",
         | 
| 1060 | 
            +
                      "name": "SubLabel",
         | 
| 1061 | 
            +
                      "output_required": false,
         | 
| 1062 | 
            +
                      "type": "string",
         | 
| 1063 | 
            +
                      "value_allowed_null": false
         | 
| 1064 | 
            +
                    },
         | 
| 1065 | 
            +
                    {
         | 
| 1066 | 
            +
                      "disabled": false,
         | 
| 1067 | 
            +
                      "document": "场景结果",
         | 
| 1068 | 
            +
                      "example": "无",
         | 
| 1069 | 
            +
                      "member": "RecognitionResult",
         | 
| 1070 | 
            +
                      "name": "RecognitionResults",
         | 
| 1071 | 
            +
                      "output_required": false,
         | 
| 1072 | 
            +
                      "type": "list",
         | 
| 1073 | 
            +
                      "value_allowed_null": false
         | 
| 984 1074 | 
             
                    }
         | 
| 985 1075 | 
             
                  ],
         | 
| 986 1076 | 
             
                  "usage": "out"
         | 
| @@ -1090,7 +1180,7 @@ | |
| 1090 1180 | 
             
                      "example": "1",
         | 
| 1091 1181 | 
             
                      "member": "string",
         | 
| 1092 1182 | 
             
                      "name": "Name",
         | 
| 1093 | 
            -
                      " | 
| 1183 | 
            +
                      "output_required": true,
         | 
| 1094 1184 | 
             
                      "type": "string",
         | 
| 1095 1185 | 
             
                      "value_allowed_null": true
         | 
| 1096 1186 | 
             
                    },
         | 
| @@ -1100,7 +1190,7 @@ | |
| 1100 1190 | 
             
                      "example": "1",
         | 
| 1101 1191 | 
             
                      "member": "string",
         | 
| 1102 1192 | 
             
                      "name": "Text",
         | 
| 1103 | 
            -
                      " | 
| 1193 | 
            +
                      "output_required": true,
         | 
| 1104 1194 | 
             
                      "type": "string",
         | 
| 1105 1195 | 
             
                      "value_allowed_null": true
         | 
| 1106 1196 | 
             
                    },
         | 
| @@ -1110,7 +1200,7 @@ | |
| 1110 1200 | 
             
                      "example": "1",
         | 
| 1111 1201 | 
             
                      "member": "ImageResultsResultDetailLocation",
         | 
| 1112 1202 | 
             
                      "name": "Location",
         | 
| 1113 | 
            -
                      " | 
| 1203 | 
            +
                      "output_required": true,
         | 
| 1114 1204 | 
             
                      "type": "object",
         | 
| 1115 1205 | 
             
                      "value_allowed_null": true
         | 
| 1116 1206 | 
             
                    },
         | 
| @@ -1120,7 +1210,7 @@ | |
| 1120 1210 | 
             
                      "example": "1",
         | 
| 1121 1211 | 
             
                      "member": "string",
         | 
| 1122 1212 | 
             
                      "name": "Label",
         | 
| 1123 | 
            -
                      " | 
| 1213 | 
            +
                      "output_required": true,
         | 
| 1124 1214 | 
             
                      "type": "string",
         | 
| 1125 1215 | 
             
                      "value_allowed_null": true
         | 
| 1126 1216 | 
             
                    },
         | 
| @@ -1130,7 +1220,7 @@ | |
| 1130 1220 | 
             
                      "example": "1",
         | 
| 1131 1221 | 
             
                      "member": "string",
         | 
| 1132 1222 | 
             
                      "name": "LibId",
         | 
| 1133 | 
            -
                      " | 
| 1223 | 
            +
                      "output_required": true,
         | 
| 1134 1224 | 
             
                      "type": "string",
         | 
| 1135 1225 | 
             
                      "value_allowed_null": true
         | 
| 1136 1226 | 
             
                    },
         | 
| @@ -1140,7 +1230,7 @@ | |
| 1140 1230 | 
             
                      "example": "1",
         | 
| 1141 1231 | 
             
                      "member": "string",
         | 
| 1142 1232 | 
             
                      "name": "LibName",
         | 
| 1143 | 
            -
                      " | 
| 1233 | 
            +
                      "output_required": true,
         | 
| 1144 1234 | 
             
                      "type": "string",
         | 
| 1145 1235 | 
             
                      "value_allowed_null": true
         | 
| 1146 1236 | 
             
                    },
         | 
| @@ -1150,7 +1240,7 @@ | |
| 1150 1240 | 
             
                      "example": "1",
         | 
| 1151 1241 | 
             
                      "member": "string",
         | 
| 1152 1242 | 
             
                      "name": "Keywords",
         | 
| 1153 | 
            -
                      " | 
| 1243 | 
            +
                      "output_required": true,
         | 
| 1154 1244 | 
             
                      "type": "list",
         | 
| 1155 1245 | 
             
                      "value_allowed_null": true
         | 
| 1156 1246 | 
             
                    },
         | 
| @@ -1160,7 +1250,7 @@ | |
| 1160 1250 | 
             
                      "example": "1",
         | 
| 1161 1251 | 
             
                      "member": "string",
         | 
| 1162 1252 | 
             
                      "name": "Suggestion",
         | 
| 1163 | 
            -
                      " | 
| 1253 | 
            +
                      "output_required": true,
         | 
| 1164 1254 | 
             
                      "type": "string",
         | 
| 1165 1255 | 
             
                      "value_allowed_null": true
         | 
| 1166 1256 | 
             
                    },
         | 
| @@ -1170,7 +1260,7 @@ | |
| 1170 1260 | 
             
                      "example": "1",
         | 
| 1171 1261 | 
             
                      "member": "int64",
         | 
| 1172 1262 | 
             
                      "name": "Score",
         | 
| 1173 | 
            -
                      " | 
| 1263 | 
            +
                      "output_required": true,
         | 
| 1174 1264 | 
             
                      "type": "int",
         | 
| 1175 1265 | 
             
                      "value_allowed_null": true
         | 
| 1176 1266 | 
             
                    },
         | 
| @@ -1180,9 +1270,29 @@ | |
| 1180 1270 | 
             
                      "example": "1",
         | 
| 1181 1271 | 
             
                      "member": "string",
         | 
| 1182 1272 | 
             
                      "name": "SubLabelCode",
         | 
| 1183 | 
            -
                      " | 
| 1273 | 
            +
                      "output_required": true,
         | 
| 1184 1274 | 
             
                      "type": "string",
         | 
| 1185 1275 | 
             
                      "value_allowed_null": true
         | 
| 1276 | 
            +
                    },
         | 
| 1277 | 
            +
                    {
         | 
| 1278 | 
            +
                      "disabled": false,
         | 
| 1279 | 
            +
                      "document": "子标签",
         | 
| 1280 | 
            +
                      "example": "1",
         | 
| 1281 | 
            +
                      "member": "string",
         | 
| 1282 | 
            +
                      "name": "SubLabel",
         | 
| 1283 | 
            +
                      "output_required": false,
         | 
| 1284 | 
            +
                      "type": "string",
         | 
| 1285 | 
            +
                      "value_allowed_null": false
         | 
| 1286 | 
            +
                    },
         | 
| 1287 | 
            +
                    {
         | 
| 1288 | 
            +
                      "disabled": false,
         | 
| 1289 | 
            +
                      "document": "Ocr文本命中信息",
         | 
| 1290 | 
            +
                      "example": "无",
         | 
| 1291 | 
            +
                      "member": "OcrHitInfo",
         | 
| 1292 | 
            +
                      "name": "OcrHitInfos",
         | 
| 1293 | 
            +
                      "output_required": false,
         | 
| 1294 | 
            +
                      "type": "list",
         | 
| 1295 | 
            +
                      "value_allowed_null": false
         | 
| 1186 1296 | 
             
                    }
         | 
| 1187 1297 | 
             
                  ],
         | 
| 1188 1298 | 
             
                  "usage": "out"
         | 
| @@ -1252,7 +1362,7 @@ | |
| 1252 1362 | 
             
                      "example": "1",
         | 
| 1253 1363 | 
             
                      "member": "string",
         | 
| 1254 1364 | 
             
                      "name": "OffsetTime",
         | 
| 1255 | 
            -
                      " | 
| 1365 | 
            +
                      "output_required": true,
         | 
| 1256 1366 | 
             
                      "type": "string",
         | 
| 1257 1367 | 
             
                      "value_allowed_null": false
         | 
| 1258 1368 | 
             
                    },
         | 
| @@ -1262,9 +1372,29 @@ | |
| 1262 1372 | 
             
                      "example": "1",
         | 
| 1263 1373 | 
             
                      "member": "ImageResult",
         | 
| 1264 1374 | 
             
                      "name": "Result",
         | 
| 1265 | 
            -
                      " | 
| 1375 | 
            +
                      "output_required": true,
         | 
| 1266 1376 | 
             
                      "type": "object",
         | 
| 1267 1377 | 
             
                      "value_allowed_null": false
         | 
| 1378 | 
            +
                    },
         | 
| 1379 | 
            +
                    {
         | 
| 1380 | 
            +
                      "disabled": false,
         | 
| 1381 | 
            +
                      "document": "时间",
         | 
| 1382 | 
            +
                      "example": "无",
         | 
| 1383 | 
            +
                      "member": "string",
         | 
| 1384 | 
            +
                      "name": "CreatedAt",
         | 
| 1385 | 
            +
                      "output_required": false,
         | 
| 1386 | 
            +
                      "type": "string",
         | 
| 1387 | 
            +
                      "value_allowed_null": false
         | 
| 1388 | 
            +
                    },
         | 
| 1389 | 
            +
                    {
         | 
| 1390 | 
            +
                      "disabled": false,
         | 
| 1391 | 
            +
                      "document": "截帧毫秒时间",
         | 
| 1392 | 
            +
                      "example": "1",
         | 
| 1393 | 
            +
                      "member": "string",
         | 
| 1394 | 
            +
                      "name": "OffsetusTime",
         | 
| 1395 | 
            +
                      "output_required": false,
         | 
| 1396 | 
            +
                      "type": "string",
         | 
| 1397 | 
            +
                      "value_allowed_null": false
         | 
| 1268 1398 | 
             
                    }
         | 
| 1269 1399 | 
             
                  ],
         | 
| 1270 1400 | 
             
                  "usage": "out"
         | 
| @@ -1305,6 +1435,82 @@ | |
| 1305 1435 | 
             
                  ],
         | 
| 1306 1436 | 
             
                  "usage": "out"
         | 
| 1307 1437 | 
             
                },
         | 
| 1438 | 
            +
                "LabelResult": {
         | 
| 1439 | 
            +
                  "document": "歌曲识别结果",
         | 
| 1440 | 
            +
                  "members": [
         | 
| 1441 | 
            +
                    {
         | 
| 1442 | 
            +
                      "disabled": false,
         | 
| 1443 | 
            +
                      "document": "场景",
         | 
| 1444 | 
            +
                      "example": "无",
         | 
| 1445 | 
            +
                      "member": "string",
         | 
| 1446 | 
            +
                      "name": "Scene",
         | 
| 1447 | 
            +
                      "output_required": false,
         | 
| 1448 | 
            +
                      "type": "string",
         | 
| 1449 | 
            +
                      "value_allowed_null": false
         | 
| 1450 | 
            +
                    },
         | 
| 1451 | 
            +
                    {
         | 
| 1452 | 
            +
                      "disabled": false,
         | 
| 1453 | 
            +
                      "document": "建议",
         | 
| 1454 | 
            +
                      "example": "无",
         | 
| 1455 | 
            +
                      "member": "int64",
         | 
| 1456 | 
            +
                      "name": "Suggestion",
         | 
| 1457 | 
            +
                      "output_required": false,
         | 
| 1458 | 
            +
                      "type": "int",
         | 
| 1459 | 
            +
                      "value_allowed_null": false
         | 
| 1460 | 
            +
                    },
         | 
| 1461 | 
            +
                    {
         | 
| 1462 | 
            +
                      "disabled": false,
         | 
| 1463 | 
            +
                      "document": "标签",
         | 
| 1464 | 
            +
                      "example": "无",
         | 
| 1465 | 
            +
                      "member": "string",
         | 
| 1466 | 
            +
                      "name": "Label",
         | 
| 1467 | 
            +
                      "output_required": false,
         | 
| 1468 | 
            +
                      "type": "string",
         | 
| 1469 | 
            +
                      "value_allowed_null": false
         | 
| 1470 | 
            +
                    },
         | 
| 1471 | 
            +
                    {
         | 
| 1472 | 
            +
                      "disabled": false,
         | 
| 1473 | 
            +
                      "document": "名字",
         | 
| 1474 | 
            +
                      "example": "无",
         | 
| 1475 | 
            +
                      "member": "string",
         | 
| 1476 | 
            +
                      "name": "Name",
         | 
| 1477 | 
            +
                      "output_required": false,
         | 
| 1478 | 
            +
                      "type": "string",
         | 
| 1479 | 
            +
                      "value_allowed_null": false
         | 
| 1480 | 
            +
                    },
         | 
| 1481 | 
            +
                    {
         | 
| 1482 | 
            +
                      "disabled": false,
         | 
| 1483 | 
            +
                      "document": "分数",
         | 
| 1484 | 
            +
                      "example": "无",
         | 
| 1485 | 
            +
                      "member": "int64",
         | 
| 1486 | 
            +
                      "name": "Score",
         | 
| 1487 | 
            +
                      "output_required": false,
         | 
| 1488 | 
            +
                      "type": "int",
         | 
| 1489 | 
            +
                      "value_allowed_null": false
         | 
| 1490 | 
            +
                    },
         | 
| 1491 | 
            +
                    {
         | 
| 1492 | 
            +
                      "disabled": false,
         | 
| 1493 | 
            +
                      "document": "开始时间",
         | 
| 1494 | 
            +
                      "example": "无",
         | 
| 1495 | 
            +
                      "member": "float",
         | 
| 1496 | 
            +
                      "name": "StartTime",
         | 
| 1497 | 
            +
                      "output_required": false,
         | 
| 1498 | 
            +
                      "type": "float",
         | 
| 1499 | 
            +
                      "value_allowed_null": false
         | 
| 1500 | 
            +
                    },
         | 
| 1501 | 
            +
                    {
         | 
| 1502 | 
            +
                      "disabled": false,
         | 
| 1503 | 
            +
                      "document": "结束时间",
         | 
| 1504 | 
            +
                      "example": "无",
         | 
| 1505 | 
            +
                      "member": "float",
         | 
| 1506 | 
            +
                      "name": "EndTime",
         | 
| 1507 | 
            +
                      "output_required": false,
         | 
| 1508 | 
            +
                      "type": "float",
         | 
| 1509 | 
            +
                      "value_allowed_null": false
         | 
| 1510 | 
            +
                    }
         | 
| 1511 | 
            +
                  ],
         | 
| 1512 | 
            +
                  "usage": "out"
         | 
| 1513 | 
            +
                },
         | 
| 1308 1514 | 
             
                "MediaInfo": {
         | 
| 1309 1515 | 
             
                  "document": "媒体类型",
         | 
| 1310 1516 | 
             
                  "members": [
         | 
| @@ -1361,6 +1567,52 @@ | |
| 1361 1567 | 
             
                  ],
         | 
| 1362 1568 | 
             
                  "usage": "out"
         | 
| 1363 1569 | 
             
                },
         | 
| 1570 | 
            +
                "OcrHitInfo": {
         | 
| 1571 | 
            +
                  "document": "Ocr命中信息",
         | 
| 1572 | 
            +
                  "members": [
         | 
| 1573 | 
            +
                    {
         | 
| 1574 | 
            +
                      "disabled": false,
         | 
| 1575 | 
            +
                      "document": "关键词",
         | 
| 1576 | 
            +
                      "example": "Keyword",
         | 
| 1577 | 
            +
                      "member": "string",
         | 
| 1578 | 
            +
                      "name": "Type",
         | 
| 1579 | 
            +
                      "output_required": false,
         | 
| 1580 | 
            +
                      "type": "string",
         | 
| 1581 | 
            +
                      "value_allowed_null": false
         | 
| 1582 | 
            +
                    },
         | 
| 1583 | 
            +
                    {
         | 
| 1584 | 
            +
                      "disabled": false,
         | 
| 1585 | 
            +
                      "document": "关键词内容",
         | 
| 1586 | 
            +
                      "example": "关键词A",
         | 
| 1587 | 
            +
                      "member": "string",
         | 
| 1588 | 
            +
                      "name": "Keyword",
         | 
| 1589 | 
            +
                      "output_required": false,
         | 
| 1590 | 
            +
                      "type": "string",
         | 
| 1591 | 
            +
                      "value_allowed_null": false
         | 
| 1592 | 
            +
                    },
         | 
| 1593 | 
            +
                    {
         | 
| 1594 | 
            +
                      "disabled": false,
         | 
| 1595 | 
            +
                      "document": "自定义库名",
         | 
| 1596 | 
            +
                      "example": "自定库A",
         | 
| 1597 | 
            +
                      "member": "string",
         | 
| 1598 | 
            +
                      "name": "LibName",
         | 
| 1599 | 
            +
                      "output_required": false,
         | 
| 1600 | 
            +
                      "type": "string",
         | 
| 1601 | 
            +
                      "value_allowed_null": false
         | 
| 1602 | 
            +
                    },
         | 
| 1603 | 
            +
                    {
         | 
| 1604 | 
            +
                      "disabled": false,
         | 
| 1605 | 
            +
                      "document": "位置信息",
         | 
| 1606 | 
            +
                      "example": "无",
         | 
| 1607 | 
            +
                      "member": "TextPosition",
         | 
| 1608 | 
            +
                      "name": "Positions",
         | 
| 1609 | 
            +
                      "output_required": false,
         | 
| 1610 | 
            +
                      "type": "list",
         | 
| 1611 | 
            +
                      "value_allowed_null": false
         | 
| 1612 | 
            +
                    }
         | 
| 1613 | 
            +
                  ],
         | 
| 1614 | 
            +
                  "usage": "out"
         | 
| 1615 | 
            +
                },
         | 
| 1364 1616 | 
             
                "RcbAsr": {
         | 
| 1365 1617 | 
             
                  "document": "审核切片asr文本信息",
         | 
| 1366 1618 | 
             
                  "members": [
         | 
| @@ -1469,6 +1721,52 @@ | |
| 1469 1721 | 
             
                  ],
         | 
| 1470 1722 | 
             
                  "usage": "out"
         | 
| 1471 1723 | 
             
                },
         | 
| 1724 | 
            +
                "SpeakerResult": {
         | 
| 1725 | 
            +
                  "document": "说话人结果",
         | 
| 1726 | 
            +
                  "members": [
         | 
| 1727 | 
            +
                    {
         | 
| 1728 | 
            +
                      "disabled": false,
         | 
| 1729 | 
            +
                      "document": "标签",
         | 
| 1730 | 
            +
                      "example": "1",
         | 
| 1731 | 
            +
                      "member": "string",
         | 
| 1732 | 
            +
                      "name": "Label",
         | 
| 1733 | 
            +
                      "output_required": false,
         | 
| 1734 | 
            +
                      "type": "string",
         | 
| 1735 | 
            +
                      "value_allowed_null": false
         | 
| 1736 | 
            +
                    },
         | 
| 1737 | 
            +
                    {
         | 
| 1738 | 
            +
                      "disabled": false,
         | 
| 1739 | 
            +
                      "document": "分数",
         | 
| 1740 | 
            +
                      "example": "11",
         | 
| 1741 | 
            +
                      "member": "int64",
         | 
| 1742 | 
            +
                      "name": "Score",
         | 
| 1743 | 
            +
                      "output_required": false,
         | 
| 1744 | 
            +
                      "type": "int",
         | 
| 1745 | 
            +
                      "value_allowed_null": false
         | 
| 1746 | 
            +
                    },
         | 
| 1747 | 
            +
                    {
         | 
| 1748 | 
            +
                      "disabled": false,
         | 
| 1749 | 
            +
                      "document": "开始时间",
         | 
| 1750 | 
            +
                      "example": "无",
         | 
| 1751 | 
            +
                      "member": "float",
         | 
| 1752 | 
            +
                      "name": "StartTime",
         | 
| 1753 | 
            +
                      "output_required": false,
         | 
| 1754 | 
            +
                      "type": "float",
         | 
| 1755 | 
            +
                      "value_allowed_null": false
         | 
| 1756 | 
            +
                    },
         | 
| 1757 | 
            +
                    {
         | 
| 1758 | 
            +
                      "disabled": false,
         | 
| 1759 | 
            +
                      "document": "结束时间",
         | 
| 1760 | 
            +
                      "example": "无",
         | 
| 1761 | 
            +
                      "member": "float",
         | 
| 1762 | 
            +
                      "name": "EndTime",
         | 
| 1763 | 
            +
                      "output_required": false,
         | 
| 1764 | 
            +
                      "type": "float",
         | 
| 1765 | 
            +
                      "value_allowed_null": false
         | 
| 1766 | 
            +
                    }
         | 
| 1767 | 
            +
                  ],
         | 
| 1768 | 
            +
                  "usage": "out"
         | 
| 1769 | 
            +
                },
         | 
| 1472 1770 | 
             
                "StorageInfo": {
         | 
| 1473 1771 | 
             
                  "document": " 数据存储信息",
         | 
| 1474 1772 | 
             
                  "members": [
         | 
| @@ -1851,6 +2149,108 @@ | |
| 1851 2149 | 
             
                  ],
         | 
| 1852 2150 | 
             
                  "usage": "out"
         | 
| 1853 2151 | 
             
                },
         | 
| 2152 | 
            +
                "TextPosition": {
         | 
| 2153 | 
            +
                  "document": "文本关键词命中的位置信息",
         | 
| 2154 | 
            +
                  "members": [
         | 
| 2155 | 
            +
                    {
         | 
| 2156 | 
            +
                      "disabled": false,
         | 
| 2157 | 
            +
                      "document": "命中关键词在文本中的起始位置",
         | 
| 2158 | 
            +
                      "example": "7",
         | 
| 2159 | 
            +
                      "member": "int64",
         | 
| 2160 | 
            +
                      "name": "Start",
         | 
| 2161 | 
            +
                      "output_required": false,
         | 
| 2162 | 
            +
                      "type": "int",
         | 
| 2163 | 
            +
                      "value_allowed_null": false
         | 
| 2164 | 
            +
                    },
         | 
| 2165 | 
            +
                    {
         | 
| 2166 | 
            +
                      "disabled": false,
         | 
| 2167 | 
            +
                      "document": "命中关键词在文本中的结束位置",
         | 
| 2168 | 
            +
                      "example": "14",
         | 
| 2169 | 
            +
                      "member": "int64",
         | 
| 2170 | 
            +
                      "name": "End",
         | 
| 2171 | 
            +
                      "output_required": false,
         | 
| 2172 | 
            +
                      "type": "int",
         | 
| 2173 | 
            +
                      "value_allowed_null": false
         | 
| 2174 | 
            +
                    }
         | 
| 2175 | 
            +
                  ],
         | 
| 2176 | 
            +
                  "usage": "out"
         | 
| 2177 | 
            +
                },
         | 
| 2178 | 
            +
                "TravelResult": {
         | 
| 2179 | 
            +
                  "document": "出行结果",
         | 
| 2180 | 
            +
                  "members": [
         | 
| 2181 | 
            +
                    {
         | 
| 2182 | 
            +
                      "disabled": false,
         | 
| 2183 | 
            +
                      "document": "一级标签",
         | 
| 2184 | 
            +
                      "example": "无",
         | 
| 2185 | 
            +
                      "member": "string",
         | 
| 2186 | 
            +
                      "name": "Label",
         | 
| 2187 | 
            +
                      "output_required": false,
         | 
| 2188 | 
            +
                      "type": "string",
         | 
| 2189 | 
            +
                      "value_allowed_null": false
         | 
| 2190 | 
            +
                    },
         | 
| 2191 | 
            +
                    {
         | 
| 2192 | 
            +
                      "disabled": false,
         | 
| 2193 | 
            +
                      "document": "二级标签",
         | 
| 2194 | 
            +
                      "example": "无",
         | 
| 2195 | 
            +
                      "member": "string",
         | 
| 2196 | 
            +
                      "name": "SubLabel",
         | 
| 2197 | 
            +
                      "output_required": false,
         | 
| 2198 | 
            +
                      "type": "string",
         | 
| 2199 | 
            +
                      "value_allowed_null": false
         | 
| 2200 | 
            +
                    },
         | 
| 2201 | 
            +
                    {
         | 
| 2202 | 
            +
                      "disabled": false,
         | 
| 2203 | 
            +
                      "document": "风险等级",
         | 
| 2204 | 
            +
                      "example": "无",
         | 
| 2205 | 
            +
                      "member": "string",
         | 
| 2206 | 
            +
                      "name": "RiskLevel",
         | 
| 2207 | 
            +
                      "output_required": false,
         | 
| 2208 | 
            +
                      "type": "string",
         | 
| 2209 | 
            +
                      "value_allowed_null": false
         | 
| 2210 | 
            +
                    },
         | 
| 2211 | 
            +
                    {
         | 
| 2212 | 
            +
                      "disabled": false,
         | 
| 2213 | 
            +
                      "document": "出行音频角色",
         | 
| 2214 | 
            +
                      "example": "无",
         | 
| 2215 | 
            +
                      "member": "string",
         | 
| 2216 | 
            +
                      "name": "AudioRole",
         | 
| 2217 | 
            +
                      "output_required": false,
         | 
| 2218 | 
            +
                      "type": "string",
         | 
| 2219 | 
            +
                      "value_allowed_null": false
         | 
| 2220 | 
            +
                    },
         | 
| 2221 | 
            +
                    {
         | 
| 2222 | 
            +
                      "disabled": false,
         | 
| 2223 | 
            +
                      "document": "出行语音文本",
         | 
| 2224 | 
            +
                      "example": "无",
         | 
| 2225 | 
            +
                      "member": "string",
         | 
| 2226 | 
            +
                      "name": "AudioText",
         | 
| 2227 | 
            +
                      "output_required": false,
         | 
| 2228 | 
            +
                      "type": "string",
         | 
| 2229 | 
            +
                      "value_allowed_null": false
         | 
| 2230 | 
            +
                    },
         | 
| 2231 | 
            +
                    {
         | 
| 2232 | 
            +
                      "disabled": false,
         | 
| 2233 | 
            +
                      "document": "开始时间",
         | 
| 2234 | 
            +
                      "example": "无",
         | 
| 2235 | 
            +
                      "member": "float",
         | 
| 2236 | 
            +
                      "name": "StartTime",
         | 
| 2237 | 
            +
                      "output_required": false,
         | 
| 2238 | 
            +
                      "type": "float",
         | 
| 2239 | 
            +
                      "value_allowed_null": false
         | 
| 2240 | 
            +
                    },
         | 
| 2241 | 
            +
                    {
         | 
| 2242 | 
            +
                      "disabled": false,
         | 
| 2243 | 
            +
                      "document": "结束时间",
         | 
| 2244 | 
            +
                      "example": "无",
         | 
| 2245 | 
            +
                      "member": "float",
         | 
| 2246 | 
            +
                      "name": "EndTime",
         | 
| 2247 | 
            +
                      "output_required": false,
         | 
| 2248 | 
            +
                      "type": "float",
         | 
| 2249 | 
            +
                      "value_allowed_null": false
         | 
| 2250 | 
            +
                    }
         | 
| 2251 | 
            +
                  ],
         | 
| 2252 | 
            +
                  "usage": "out"
         | 
| 2253 | 
            +
                },
         | 
| 1854 2254 | 
             
                "User": {
         | 
| 1855 2255 | 
             
                  "document": "用户信息",
         | 
| 1856 2256 | 
             
                  "members": [
         |