Response Payload
This sub-page lets the integrator to actually be able to obtain the inference response with the output of individual tasks or tasks sequence in the order requested by the integrator.
Complete Payload
Response for Payload sent for Individual Task Request
{
"taskType": "asr",
"config": {
"serviceId": "xxxxx--ssssss-d-ddd--dddd",
"language": {
"sourceLanguage": "hi",
"sourceScriptCode": ""
},
"audioFormat": "flac",
"encoding": null,
"samplingRate": 16000,
"postProcessors": null
},
"output": [
{
"source": "मेरा नाम महीर है और मैं भाषा यूज़ कर रहा हूँ"
}
],
"audio": null
}Parameter: config
configParameter: output
outputResponse for Payload sent for Individual Task Request
Last updated