mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
Feature/azure custom stt (#171)
* gather/transcribe: support for azure custom speech models (endpoint id) * allow azure stt custom speech endpoint id to be passed as property in recognizer * fix to add custom stt endpoint to session speech credentials object
This commit is contained in:
@@ -549,7 +549,9 @@ class CallSession extends Emitter {
|
||||
return {
|
||||
speech_credential_sid: credential.speech_credential_sid,
|
||||
api_key: credential.api_key,
|
||||
region: credential.region
|
||||
region: credential.region,
|
||||
use_custom_stt: credential.use_custom_stt,
|
||||
custom_stt_endpoint: credential.custom_stt_endpoint
|
||||
};
|
||||
}
|
||||
else if ('wellsaid' === vendor) {
|
||||
|
||||
Reference in New Issue
Block a user