-
public class SpeechTTSBeanauthor : JulyYu date : 2019/5/17
-
-
Field Summary
Fields Modifier and Type Field Description private Stringformatprivate StringhttpRequestTypeprivate booleankeepSessionprivate StringrequestBodyprivate Stringtextprivate StringttsUrl
-
Constructor Summary
Constructors Constructor Description SpeechTTSBean(String format, String httpRequestType, boolean keepSession, String requestBody, String text, String ttsUrl)
-
Method Summary
Modifier and Type Method Description StringgetFormat()voidsetFormat(String format)StringgetHttpRequestType()voidsetHttpRequestType(String httpRequestType)voidsetKeepSession(boolean keepSession)StringgetRequestBody()voidsetRequestBody(String requestBody)StringgetText()voidsetText(String text)StringgetTtsUrl()voidsetTtsUrl(String ttsUrl)booleanisKeepSession()-
-
Method Detail
-
getFormat
String getFormat()
-
setFormat
void setFormat(String format)
-
getHttpRequestType
String getHttpRequestType()
-
setHttpRequestType
void setHttpRequestType(String httpRequestType)
-
setKeepSession
void setKeepSession(boolean keepSession)
-
getRequestBody
String getRequestBody()
-
setRequestBody
void setRequestBody(String requestBody)
-
getText
String getText()
-
setText
void setText(String text)
-
getTtsUrl
String getTtsUrl()
-
setTtsUrl
void setTtsUrl(String ttsUrl)
-
isKeepSession
boolean isKeepSession()
-
-
-
-