GET api/GetSpeechServer?licenceKey={licenceKey}&streaming={streaming}&language={language}&programversion={programversion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| licenceKey | string |
Required |
|
| streaming | boolean |
Required |
|
| language | string |
Required |
|
| programversion | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SpeechDispatcherResultClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| ServerIP | string |
None. |
|
| ServerPort | integer |
None. |
|
| HashValue | string |
None. |
|
| ValidUntil | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"ServerIP": "sample string 2",
"ServerPort": 3,
"HashValue": "sample string 4",
"ValidUntil": "2025-12-05T23:11:35.1349737+01:00"
}
application/xml, text/xml
Sample:
<SpeechDispatcherResultClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpeechDispatcherServer.Classes"> <HashValue>sample string 4</HashValue> <Result>sample string 1</Result> <ServerIP>sample string 2</ServerIP> <ServerPort>3</ServerPort> <ValidUntil>2025-12-05T23:11:35.1349737+01:00</ValidUntil> </SpeechDispatcherResultClass>