PTE Answer Question
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
key | string | API key issued by Speechace | |
task_type | string | The task_type to score. Supported types are: describe-image, retell-lecture, answer-question. | |
dialect | string | The dialect to use for scoring. Supported values are: en-us, en-gb, fr-fr, fr-ca, es-es, es-mx. |
Request Body
[{"name"=>"task_question", "value"=>"What do you call a system of government in which people vote for the people who will represent them?", "datatype"=>"string"}, {"name"=>"user_audio_file", "value"=>nil, "datatype"=>"null"}, {"name"=>"include_speech_score", "value"=>"1", "datatype"=>"number"}]
RESPONSES
status: OK
{"status":"success","task_score":{"type":"answer-question","version":"0.1","score":0,"transcript":"elections"},"quota_remaining":-1,"version":"9.7"}