public class TestSpeechShrinkRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
TestSpeechShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TestSpeechShrinkRequest |
build(Map<String,?> map) |
String |
getAudioFormat() |
Boolean |
getEnableSoundCode() |
String |
getIotInstanceId() |
String |
getProjectCode() |
String |
getSoundCodeConfigShrink() |
Integer |
getSpeechRate() |
String |
getSpeechType() |
String |
getText() |
String |
getVoice() |
Integer |
getVolume() |
TestSpeechShrinkRequest |
setAudioFormat(String audioFormat) |
TestSpeechShrinkRequest |
setEnableSoundCode(Boolean enableSoundCode) |
TestSpeechShrinkRequest |
setIotInstanceId(String iotInstanceId) |
TestSpeechShrinkRequest |
setProjectCode(String projectCode) |
TestSpeechShrinkRequest |
setSoundCodeConfigShrink(String soundCodeConfigShrink) |
TestSpeechShrinkRequest |
setSpeechRate(Integer speechRate) |
TestSpeechShrinkRequest |
setSpeechType(String speechType) |
TestSpeechShrinkRequest |
setText(String text) |
TestSpeechShrinkRequest |
setVoice(String voice) |
TestSpeechShrinkRequest |
setVolume(Integer volume) |
@NameInMap(value="AudioFormat") public String audioFormat
@NameInMap(value="EnableSoundCode") public Boolean enableSoundCode
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ProjectCode") public String projectCode
@NameInMap(value="SoundCodeConfig") public String soundCodeConfigShrink
@NameInMap(value="SpeechRate") public Integer speechRate
@NameInMap(value="SpeechType") public String speechType
@NameInMap(value="Text") public String text
@NameInMap(value="Voice") public String voice
@NameInMap(value="Volume") public Integer volume
public static TestSpeechShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic TestSpeechShrinkRequest setAudioFormat(String audioFormat)
public String getAudioFormat()
public TestSpeechShrinkRequest setEnableSoundCode(Boolean enableSoundCode)
public Boolean getEnableSoundCode()
public TestSpeechShrinkRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public TestSpeechShrinkRequest setProjectCode(String projectCode)
public String getProjectCode()
public TestSpeechShrinkRequest setSoundCodeConfigShrink(String soundCodeConfigShrink)
public String getSoundCodeConfigShrink()
public TestSpeechShrinkRequest setSpeechRate(Integer speechRate)
public Integer getSpeechRate()
public TestSpeechShrinkRequest setSpeechType(String speechType)
public String getSpeechType()
public TestSpeechShrinkRequest setText(String text)
public String getText()
public TestSpeechShrinkRequest setVoice(String voice)
public String getVoice()
public TestSpeechShrinkRequest setVolume(Integer volume)
public Integer getVolume()
Copyright © 2023. All rights reserved.