public class VoiceConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
VoiceConfig() |
VoiceConfig(VoiceConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getTimbreKey()
Get 音色key
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVoiceName()
Get 音色名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVoiceType()
Get 公有云音色id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimbreKey(String TimbreKey)
Set 音色key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVoiceName(String VoiceName)
Set 音色名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVoiceType(Long VoiceType)
Set 公有云音色id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VoiceConfig()
public VoiceConfig(VoiceConfig source)
public Long getVoiceType()
public void setVoiceType(Long VoiceType)
VoiceType
- 公有云音色id
注意:此字段可能返回 null,表示取不到有效值。public String getTimbreKey()
public void setTimbreKey(String TimbreKey)
TimbreKey
- 音色key
注意:此字段可能返回 null,表示取不到有效值。public String getVoiceName()
public void setVoiceName(String VoiceName)
VoiceName
- 音色名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.