public static class Text2AudioResponse.SingleText2AudioResponse extends Object
| Constructor and Description |
|---|
SingleText2AudioResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
byte[] |
getData() |
Integer |
getDuration() |
String |
getKey() |
String |
getPreSignUrl() |
String |
getResult() |
String |
getText() |
void |
setBucket(String bucket) |
void |
setData(byte[] data) |
void |
setDuration(Integer duration) |
void |
setKey(String key) |
void |
setPreSignUrl(String preSignUrl) |
void |
setResult(String result) |
void |
setText(String text) |
String |
toString() |
public String getText()
public void setText(String text)
public String getResult()
public void setResult(String result)
public byte[] getData()
public void setData(byte[] data)
public String getBucket()
public void setBucket(String bucket)
public String getKey()
public void setKey(String key)
public String getPreSignUrl()
public void setPreSignUrl(String preSignUrl)
public Integer getDuration()
public void setDuration(Integer duration)
Copyright © 2020. All rights reserved.