Functions
The following functions are available globally.
-
Initializes the
TextToSpeech
object with an implementation of theTextToSpeechEngine
protocol.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public func makeTextToSpeech(ttsEngine: TextToSpeechEngine) -> TextToSpeech
Parameters
ttsEngine
The text to speech engine used.
Return Value
An instance of
TextToSpeech