@Generated(value="jsonschema2pojo") public class SpeechReq extends Object
| Constructor and Description |
|---|
SpeechReq() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getExtra()
Extra
|
String |
getInput()
Input
|
String |
getResponseFormat()
Response Format
|
Float |
getSpeed()
Speed
|
String |
getVoice()
Voice
|
void |
setExtra(Map<String,String> extra)
Extra
|
void |
setInput(String input)
Input
|
void |
setResponseFormat(String responseFormat)
Response Format
|
void |
setSpeed(Float speed)
Speed
|
void |
setVoice(String voice)
Voice
|
SpeechReq |
withExtra(Map<String,String> extra) |
SpeechReq |
withInput(String input) |
SpeechReq |
withResponseFormat(String responseFormat) |
SpeechReq |
withSpeed(Float speed) |
SpeechReq |
withVoice(String voice) |
public String getInput()
public void setInput(String input)
public String getVoice()
public void setVoice(String voice)
public String getResponseFormat()
public void setResponseFormat(String responseFormat)
public Float getSpeed()
public void setSpeed(Float speed)
Copyright © 2025. All rights reserved.