public class VerifyTop extends AbstractModel
header, skipSign
Constructor and Description |
---|
VerifyTop() |
VerifyTop(VerifyTop 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 |
getScore()
Get 相似度打分
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpeakerId()
Get 说话人昵称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVoicePrintId()
Get 说话人id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(String Score)
Set 相似度打分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpeakerId(String SpeakerId)
Set 说话人昵称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVoicePrintId(String VoicePrintId)
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 VerifyTop()
public VerifyTop(VerifyTop source)
public String getScore()
public void setScore(String Score)
Score
- 相似度打分
注意:此字段可能返回 null,表示取不到有效值。public String getVoicePrintId()
public void setVoicePrintId(String VoicePrintId)
VoicePrintId
- 说话人id
注意:此字段可能返回 null,表示取不到有效值。public String getSpeakerId()
public void setSpeakerId(String SpeakerId)
SpeakerId
- 说话人昵称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.