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