Responses to Recognition End Requests
When the server receives a "recognition end" request or if an error occurs during the speech recognition process, the server will push the following response message to the client, formatted as a JSON string within the text message.
Response Parameters
Parameter |
Type |
Description |
---|---|---|
resp_type |
String |
Response type. The value of this parameter is END, indicating the response to a recognition ending request. |
trace_id |
String |
Service internal token used to trace a specific process in logs |
reason |
String |
End cause. For details, see Table 2. |
Example
{ "resp_type": "END", "trace_id": "567e8537-a89c-13c3-a882-826321939651", "reason": "NORMAL", }
Status Codes
See Status Codes.
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot