public class SpeechByCombinationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
audioFormat |
List<String> |
combinationList |
String |
deviceName |
Boolean |
enforceFlag |
String |
iotId |
String |
iotInstanceId |
String |
productKey |
String |
speechId |
| 构造器和说明 |
|---|
SpeechByCombinationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SpeechByCombinationRequest |
build(Map<String,?> map) |
String |
getAudioFormat() |
List<String> |
getCombinationList() |
String |
getDeviceName() |
Boolean |
getEnforceFlag() |
String |
getIotId() |
String |
getIotInstanceId() |
String |
getProductKey() |
String |
getSpeechId() |
SpeechByCombinationRequest |
setAudioFormat(String audioFormat) |
SpeechByCombinationRequest |
setCombinationList(List<String> combinationList) |
SpeechByCombinationRequest |
setDeviceName(String deviceName) |
SpeechByCombinationRequest |
setEnforceFlag(Boolean enforceFlag) |
SpeechByCombinationRequest |
setIotId(String iotId) |
SpeechByCombinationRequest |
setIotInstanceId(String iotInstanceId) |
SpeechByCombinationRequest |
setProductKey(String productKey) |
SpeechByCombinationRequest |
setSpeechId(String speechId) |
@NameInMap(value="AudioFormat") public String audioFormat
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="EnforceFlag") public Boolean enforceFlag
@NameInMap(value="IotId") public String iotId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="SpeechId") public String speechId
public static SpeechByCombinationRequest build(Map<String,?> map) throws Exception
Exceptionpublic SpeechByCombinationRequest setAudioFormat(String audioFormat)
public String getAudioFormat()
public SpeechByCombinationRequest setCombinationList(List<String> combinationList)
public SpeechByCombinationRequest setDeviceName(String deviceName)
public String getDeviceName()
public SpeechByCombinationRequest setEnforceFlag(Boolean enforceFlag)
public Boolean getEnforceFlag()
public SpeechByCombinationRequest setIotId(String iotId)
public String getIotId()
public SpeechByCombinationRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public SpeechByCombinationRequest setProductKey(String productKey)
public String getProductKey()
public SpeechByCombinationRequest setSpeechId(String speechId)
public String getSpeechId()
Copyright © 2023. All rights reserved.