public class SyncSpeechByCombinationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
audioFormat |
List<String> |
combinationList |
String |
deviceName |
Boolean |
enforceFlag |
String |
iotId |
String |
iotInstanceId |
String |
productKey |
String |
speechId |
| 构造器和说明 |
|---|
SyncSpeechByCombinationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncSpeechByCombinationRequest |
build(Map<String,?> map) |
String |
getAudioFormat() |
List<String> |
getCombinationList() |
String |
getDeviceName() |
Boolean |
getEnforceFlag() |
String |
getIotId() |
String |
getIotInstanceId() |
String |
getProductKey() |
String |
getSpeechId() |
SyncSpeechByCombinationRequest |
setAudioFormat(String audioFormat) |
SyncSpeechByCombinationRequest |
setCombinationList(List<String> combinationList) |
SyncSpeechByCombinationRequest |
setDeviceName(String deviceName) |
SyncSpeechByCombinationRequest |
setEnforceFlag(Boolean enforceFlag) |
SyncSpeechByCombinationRequest |
setIotId(String iotId) |
SyncSpeechByCombinationRequest |
setIotInstanceId(String iotInstanceId) |
SyncSpeechByCombinationRequest |
setProductKey(String productKey) |
SyncSpeechByCombinationRequest |
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 SyncSpeechByCombinationRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncSpeechByCombinationRequest setAudioFormat(String audioFormat)
public String getAudioFormat()
public SyncSpeechByCombinationRequest setCombinationList(List<String> combinationList)
public SyncSpeechByCombinationRequest setDeviceName(String deviceName)
public String getDeviceName()
public SyncSpeechByCombinationRequest setEnforceFlag(Boolean enforceFlag)
public Boolean getEnforceFlag()
public SyncSpeechByCombinationRequest setIotId(String iotId)
public String getIotId()
public SyncSpeechByCombinationRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public SyncSpeechByCombinationRequest setProductKey(String productKey)
public String getProductKey()
public SyncSpeechByCombinationRequest setSpeechId(String speechId)
public String getSpeechId()
Copyright © 2023. All rights reserved.