public static class Text2AudioResponse.SingleText2AudioResponse extends Object
| Constructor and Description |
|---|
SingleText2AudioResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
byte[] |
getData() |
Integer |
getDuration() |
Integer |
getDurationInMs() |
String |
getKey() |
String |
getPreSignUrl() |
String |
getResult() |
String |
getText() |
void |
setBucket(String bucket) |
void |
setData(byte[] data) |
void |
setDuration(Integer duration) |
void |
setDurationInMs(Integer durationInMs) |
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)
public Integer getDurationInMs()
public void setDurationInMs(Integer durationInMs)
Copyright © 2021. All rights reserved.