Class DownloadVRSModelRsp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vrs.v20200824.models.DownloadVRSModelRsp
-
public class DownloadVRSModelRsp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadVRSModelRsp()
DownloadVRSModelRsp(DownloadVRSModelRsp 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModel()
Get 模型cos地址 注意:此字段可能返回 null,表示取不到有效值。String
getTaskId()
Get 任务IDLong
getVoiceGender()
Get 音色性别: 1-male 2-female 注意:此字段可能返回 null,表示取不到有效值。Long
getVoiceLanguage()
Get 语言类型: 1-中文 注意:此字段可能返回 null,表示取不到有效值。String
getVoiceName()
Get 音色名称 注意:此字段可能返回 null,表示取不到有效值。void
setModel(String Model)
Set 模型cos地址 注意:此字段可能返回 null,表示取不到有效值。void
setTaskId(String TaskId)
Set 任务IDvoid
setVoiceGender(Long VoiceGender)
Set 音色性别: 1-male 2-female 注意:此字段可能返回 null,表示取不到有效值。void
setVoiceLanguage(Long VoiceLanguage)
Set 语言类型: 1-中文 注意:此字段可能返回 null,表示取不到有效值。void
setVoiceName(String VoiceName)
Set 音色名称 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DownloadVRSModelRsp
public DownloadVRSModelRsp()
-
DownloadVRSModelRsp
public DownloadVRSModelRsp(DownloadVRSModelRsp 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.
-
-
Method Detail
-
getModel
public String getModel()
Get 模型cos地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Model 模型cos地址 注意:此字段可能返回 null,表示取不到有效值。
-
setModel
public void setModel(String Model)
Set 模型cos地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Model
- 模型cos地址 注意:此字段可能返回 null,表示取不到有效值。
-
getVoiceName
public String getVoiceName()
Get 音色名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VoiceName 音色名称 注意:此字段可能返回 null,表示取不到有效值。
-
setVoiceName
public void setVoiceName(String VoiceName)
Set 音色名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VoiceName
- 音色名称 注意:此字段可能返回 null,表示取不到有效值。
-
getVoiceGender
public Long getVoiceGender()
Get 音色性别: 1-male 2-female 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VoiceGender 音色性别: 1-male 2-female 注意:此字段可能返回 null,表示取不到有效值。
-
setVoiceGender
public void setVoiceGender(Long VoiceGender)
Set 音色性别: 1-male 2-female 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VoiceGender
- 音色性别: 1-male 2-female 注意:此字段可能返回 null,表示取不到有效值。
-
getVoiceLanguage
public Long getVoiceLanguage()
Get 语言类型: 1-中文 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VoiceLanguage 语言类型: 1-中文 注意:此字段可能返回 null,表示取不到有效值。
-
setVoiceLanguage
public void setVoiceLanguage(Long VoiceLanguage)
Set 语言类型: 1-中文 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VoiceLanguage
- 语言类型: 1-中文 注意:此字段可能返回 null,表示取不到有效值。
-
getTaskId
public String getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID- Parameters:
TaskId
- 任务ID
-
-