Class VoicePrintBaseData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asr.v20190614.models.VoicePrintBaseData
-
public class VoicePrintBaseData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VoicePrintBaseData()VoicePrintBaseData(VoicePrintBaseData 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 StringgetSpeakerNick()Get 说话人昵称 注意:此字段可能返回 null,表示取不到有效值。StringgetVoicePrintId()Get 说话人id 注意:此字段可能返回 null,表示取不到有效值。voidsetSpeakerNick(String SpeakerNick)Set 说话人昵称 注意:此字段可能返回 null,表示取不到有效值。voidsetVoicePrintId(String VoicePrintId)Set 说话人id 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
VoicePrintBaseData
public VoicePrintBaseData()
-
VoicePrintBaseData
public VoicePrintBaseData(VoicePrintBaseData 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
-
getVoicePrintId
public String getVoicePrintId()
Get 说话人id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VoicePrintId 说话人id 注意:此字段可能返回 null,表示取不到有效值。
-
setVoicePrintId
public void setVoicePrintId(String VoicePrintId)
Set 说话人id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VoicePrintId- 说话人id 注意:此字段可能返回 null,表示取不到有效值。
-
getSpeakerNick
public String getSpeakerNick()
Get 说话人昵称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SpeakerNick 说话人昵称 注意:此字段可能返回 null,表示取不到有效值。
-
setSpeakerNick
public void setSpeakerNick(String SpeakerNick)
Set 说话人昵称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SpeakerNick- 说话人昵称 注意:此字段可能返回 null,表示取不到有效值。
-
-