Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TNSTextToSpeech

Index

Methods

destroy

  • destroy(): void
  • Release the resources used by the TextToSpeech engine/synthesizer

    Returns void

getAvailableLanguages

  • getAvailableLanguages(): Promise<Language[]>

init

  • init(): Promise<void>

pause

  • pause(): void
  • Pause the engine/synthesizer currently speaking.

    Returns void

resume

  • resume(): void
  • Resume the engine/synthesizer. On Android it will start from beginning - since there is no actual pause, only stop.

    Returns void

speak

Legend

  • Property
  • Method

Generated using TypeDoc