Class TextToSpeechTool

java.lang.Object
com.levigo.jadice.web.client.tool.Tool
com.levigo.jadice.web.demo.enterprise.client.TextToSpeechTool
All Implemented Interfaces:
MenuContributor

public class TextToSpeechTool extends Tool
A Tool providing a text-to-speech button via tool contribution API. The button is added to a menu when some text is selected. By pressing the button the text is read to the user via the Web Speech API
  • Constructor Details

    • TextToSpeechTool

      public TextToSpeechTool()
  • Method Details