TomTomSDKTextToSpeech
-
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
-
Declaration
Swift
extension DefaultTextToSpeech: TextToSpeechEngineDelegate -
DefaultPhoneticAlphabets provides predefined alphabet codes used in the phonetic transcriptions.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct DefaultPhoneticAlphabets -
DefaultTags provides predefined tags used in the verbal messages.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct DefaultTags -
TtsMessagePrioritydefines the priority level and timeout of the message.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct TTSMessagePriority -
TextToSpeechmanages the TTS engine.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol TextToSpeech : AnyObject
TomTom SDK for iOS (0.53.1)
TomTomSDKTextToSpeech