POST api/TTS
Request Information
URI Parameters
None.
Body Parameters
TTSRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Lang | string |
None. |
|
| Input | string |
None. |
|
| VoiceName | string |
None. |
|
| Gender | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lang": "sample string 1",
"Input": "sample string 2",
"VoiceName": "sample string 3",
"Gender": "sample string 4",
"Type": "sample string 5"
}
application/xml, text/xml
Sample:
<TTSController.TTSRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebKimiyaAPI.Controllers"> <Gender>sample string 4</Gender> <Input>sample string 2</Input> <Lang>sample string 1</Lang> <Type>sample string 5</Type> <VoiceName>sample string 3</VoiceName> </TTSController.TTSRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.