Input
Type:String | TextStream | TTSRequest
The data type that TTSNode accepts as input. See TextStream and TTSRequest for more details.
Output
Type:GraphTypes.TTSOutputStream
The data type that TTSNode outputs
Examples
Constructors
Interfaces
Constructors
constructor
Parameters
Configuration for the TTS node.
Returns
RemoteTTSNode
Interfaces
RemoteTTSNodeProps
Configuration forRemoteTTSNode using provider settings.
Properties
speakerId?:string
Voice configuration for synthesis
languageCode?: string
Voice configuration for synthesis
modelId?: string
Voice configuration for synthesis
temperature?: number
Voice configuration for synthesis
speakingRate?: number
Voice configuration for synthesis
sampleRate?: number
Voice configuration for synthesis
ttsComponent?: AbstractComponent | RemoteTTSComponent
Voice configuration for synthesis