com.baidu.tts.client
Class SpeechSynthesizeBag

java.lang.Object
  extended by com.baidu.tts.client.SpeechSynthesizeBag

public class SpeechSynthesizeBag
extends java.lang.Object

Author:
liweigao 2015年9月25日

Constructor Summary
SpeechSynthesizeBag()
           
 
Method Summary
 java.lang.String getText()
           
 java.lang.String getUtteranceId()
           
 int setText(java.lang.String text)
           
 void setUtteranceId(java.lang.String utteranceId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechSynthesizeBag

public SpeechSynthesizeBag()
Method Detail

getText

public java.lang.String getText()
Returns:
the text

setText

public int setText(java.lang.String text)
Parameters:
text - the text to set

getUtteranceId

public java.lang.String getUtteranceId()
Returns:
the utteranceId

setUtteranceId

public void setUtteranceId(java.lang.String utteranceId)
Parameters:
utteranceId - the utteranceId to set