tjbot-ce - v3.0.0
Preparing search index...
config
TTSBackendConfig
Interface TTSBackendConfig
Text-to-speech backend selection and backend-specific settings.
interface
TTSBackendConfig
{
"azure-tts"
?:
TTSBackendAzureConfig
;
"google-cloud-tts"
?:
TTSBackendGoogleCloudConfig
;
"ibm-watson-tts"
?:
TTSBackendIBMWatsonConfig
;
local
?:
TTSBackendLocalConfig
;
type
:
TTSBackendType
;
}
Index
Properties
azure-
tts?
google-
cloud-
tts?
ibm-
watson-
tts?
local?
type
Properties
Optional
azure-
tts
"azure-tts"
?:
TTSBackendAzureConfig
Optional
google-
cloud-
tts
"google-cloud-tts"
?:
TTSBackendGoogleCloudConfig
Optional
ibm-
watson-
tts
"ibm-watson-tts"
?:
TTSBackendIBMWatsonConfig
Optional
local
local
?:
TTSBackendLocalConfig
type
type
:
TTSBackendType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
azure-
tts
google-
cloud-
tts
ibm-
watson-
tts
local
type
tjbot-ce - v3.0.0
Loading...
Text-to-speech backend selection and backend-specific settings.