Domain name for API request: vod.intl.tencentcloudapi.com.
Modifies media quality inspection template.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: ModifyQualityInspectTemplate. |
| Version | Yes | String | Common Params. The value used for this API: 2018-07-17. |
| Region | No | String | Common Params. This parameter is not required. |
| Definition | Yes | Integer | Template ID. |
| SubAppId | No | Integer | On-demand application ID. Customers who activate on-demand services from December 25, 2023 must fill this field with the app ID when accessing resources in on-demand applications (whether default or newly created). |
| Name | No | String | Template name. The length cannot exceed 64 characters. |
| Comment | No | String | Template description, with a length limit of 256 characters. |
| ScreenshotInterval | No | Float | Frame interception interval, unit: seconds, minimum value 1. |
| JitterConfigure | No | JitterConfigureInfoForUpdate | Control parameters for video frame jitter and ghosting detection. |
| BlurConfigure | No | BlurConfigureInfoForUpdate | Control parameters for video frame blur detection. |
| AbnormalLightingConfigure | No | AbnormalLightingConfigureInfoForUpdate | Control parameters for low-light and overexposure detection in video frames. |
| CrashScreenConfigure | No | CrashScreenConfigureInfoForUpdate | Control parameters for screen glitch detection in video footage. |
| BlackWhiteEdgeConfigure | No | BlackWhiteEdgeConfigureInfoForUpdate | Control parameters for video picture black edge, white edge, black screen, and white screen detection. |
| NoiseConfigure | No | NoiseConfigureInfoForUpdate | Control parameters for video frame noise detection. |
| MosaicConfigure | No | MosaicConfigureInfoForUpdate | Control parameters for video frame mosaic detection. |
| QRCodeConfigure | No | QRCodeConfigureInfoForUpdate | Control parameters for video frame QR code detection. |
| VoiceConfigure | No | VoiceConfigureInfoForUpdate | Audio (mute, bass, clipping) detection control parameters. |
| QualityEvaluationConfigure | No | QualityEvaluationConfigureInfoForUpdate | Control parameters for video frame quality evaluation. |
| Parameter Name | Type | Description |
|---|---|---|
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Modifies media quality inspection template.
POST / HTTP/1.1
Host: vod.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyQualityInspectTemplate
<Public Request Parameter>
{
"Definition": 20001,
"Name": "testNewName"
}
{
"Response": {
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb04"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError | Internal error. |
| InvalidParameterValue | Parameter value error. |
| ResourceNotFound.TemplateNotExist | The resource does not exist: the template does not exist. |
文档反馈