Stops a live subtitle task.
Operation description
This operation is limited to 20 queries per second (QPS) for each account. If you exceed the limit, API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:StopRtcAsrTask |
create |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| TaskId |
string |
Yes |
The task ID. |
asr-d794cc89-a63e-4d08-8b44-242a6597**** |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Description |
string |
The result of the call. The value is `success` if the call is successful. Otherwise, an error message is returned. |
success |
| RequestId |
string |
The request ID. |
3D208CC1-27C9-51E9-82B8-A6682D466421 |
| RetCode |
integer |
The status code. A value of `2000` indicates that the call was successful. Other values indicate that the call failed. |
2000 |
Examples
Success response
JSON format
{
"Description": "success",
"RequestId": "3D208CC1-27C9-51E9-82B8-A6682D466421",
"RetCode": 2000
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ConfigNotFound | %s | |
| 500 | InternalError | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.