GET api/BaiDuAI/AsrData
Request Information
URI Parameters
None.
Body Parameters
Collection of byteRequest Formats
application/json, text/json, text/html
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRtnOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| state | RtnState |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 200,
"message": "sample string 1",
"data": {}
}
text/html
Sample:
{"state":200,"message":"sample string 1","data":{}}
application/xml, text/xml
Sample:
<JsonRtnOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YLS.Common"> <data /> <message>sample string 1</message> <state>sucess</state> </JsonRtnOfanyType>