@Generated(value="jsonschema2pojo") public class SpeechReq extends Object
构造器和说明 |
---|
SpeechReq() |
限定符和类型 | 方法和说明 |
---|---|
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 © 2024. All rights reserved.