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