public class VoiceTypeInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
VoiceTypeInfo() |
VoiceTypeInfo(VoiceTypeInfo 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 |
getDateCreated()
Get 创建时间
|
String |
getExpireTime()
Get 任务过期时间。(当复刻类型为一句话复刻时展示)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFastVoiceType()
Get 快速复刻音色ID。(当复刻类型为一句话复刻时展示)
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsDeployed()
Get 部署状态。若已部署,则可通过语音合成接口调用该音色
|
String |
getTaskID()
Get 复刻任务 ID
|
Long |
getTaskType()
Get 复刻类型: 0-轻量版复刻 1-基础版复刻
|
Long |
getVoiceGender()
Get 音色性别: 1-male 2-female
|
String |
getVoiceName()
Get 音色名称
|
Long |
getVoiceType()
Get 音色id。(若为一句话复刻时,该值为固定值“200000000”)
|
void |
setDateCreated(String DateCreated)
Set 创建时间
|
void |
setExpireTime(String ExpireTime)
Set 任务过期时间。(当复刻类型为一句话复刻时展示)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFastVoiceType(String FastVoiceType)
Set 快速复刻音色ID。(当复刻类型为一句话复刻时展示)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDeployed(Boolean IsDeployed)
Set 部署状态。若已部署,则可通过语音合成接口调用该音色
|
void |
setTaskID(String TaskID)
Set 复刻任务 ID
|
void |
setTaskType(Long TaskType)
Set 复刻类型: 0-轻量版复刻 1-基础版复刻
|
void |
setVoiceGender(Long VoiceGender)
Set 音色性别: 1-male 2-female
|
void |
setVoiceName(String VoiceName)
Set 音色名称
|
void |
setVoiceType(Long VoiceType)
Set 音色id。(若为一句话复刻时,该值为固定值“200000000”)
|
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, toJsonStringpublic VoiceTypeInfo()
public VoiceTypeInfo(VoiceTypeInfo source)
public Long getVoiceType()
public void setVoiceType(Long VoiceType)
VoiceType - 音色id。(若为一句话复刻时,该值为固定值“200000000”)public String getVoiceName()
public void setVoiceName(String VoiceName)
VoiceName - 音色名称public Long getVoiceGender()
public void setVoiceGender(Long VoiceGender)
VoiceGender - 音色性别: 1-male 2-femalepublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - 复刻类型: 0-轻量版复刻 1-基础版复刻public String getTaskID()
public void setTaskID(String TaskID)
TaskID - 复刻任务 IDpublic String getDateCreated()
public void setDateCreated(String DateCreated)
DateCreated - 创建时间public Boolean getIsDeployed()
public void setIsDeployed(Boolean IsDeployed)
IsDeployed - 部署状态。若已部署,则可通过语音合成接口调用该音色public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - 任务过期时间。(当复刻类型为一句话复刻时展示)
注意:此字段可能返回 null,表示取不到有效值。public String getFastVoiceType()
public void setFastVoiceType(String FastVoiceType)
FastVoiceType - 快速复刻音色ID。(当复刻类型为一句话复刻时展示)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.