Klasse TextToSpeechBean

java.lang.Object
server.restful.common.text2speech.TextToSpeechBean

public class TextToSpeechBean extends Object
  • Felddetails

    • tuneFile

      private File tuneFile
    • player

      private Player player
    • textToSpeechLocale

      private Locale textToSpeechLocale
    • volume

      private double volume
    • songNo

      private Integer songNo
    • title

      private String title
    • author

      private String author
    • released

      private String released
    • songName

      private String songName
    • basedOnTitle

      private String basedOnTitle
    • basedOnArtist

      private String basedOnArtist
    • andMore

      private boolean andMore
  • Konstruktordetails

    • TextToSpeechBean

      public TextToSpeechBean(File tuneFile, Player player, Locale textToSpeechLocale)
  • Methodendetails

    • getSongNo

      public Integer getSongNo()
    • getTitle

      public String getTitle()
    • getAuthor

      public String getAuthor()
    • getReleased

      public String getReleased()
    • getName

      public String getName()
    • getBasedOnTitle

      public String getBasedOnTitle()
    • getBasedOnArtist

      public String getBasedOnArtist()
    • isAndMore

      public boolean isAndMore()
    • getTextToSpeechLocale

      public Locale getTextToSpeechLocale()
    • setVolume

      public void setVolume(double volume)
    • getVolume

      public double getVolume()
    • determineText2Speak

      protected void determineText2Speak(ResourceBundle resourceBundle)
    • getCollectionName

      private String getCollectionName(Player player, File file)