public class VoicePrint extends AbstractModel
header, skipSign
Constructor and Description |
---|
VoicePrint() |
VoicePrint(VoicePrint 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[] |
getIdList()
Get VoicePrint Mode为1时需要填写,目前仅支持填写一个声纹id
|
Long |
getMode()
Get 默认为0,表示不启用声纹。1表示启用声纹,此时需要填写voiceprint id。
|
void |
setIdList(String[] IdList)
Set VoicePrint Mode为1时需要填写,目前仅支持填写一个声纹id
|
void |
setMode(Long Mode)
Set 默认为0,表示不启用声纹。1表示启用声纹,此时需要填写voiceprint id。
|
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 VoicePrint()
public VoicePrint(VoicePrint source)
public Long getMode()
public void setMode(Long Mode)
Mode
- 默认为0,表示不启用声纹。1表示启用声纹,此时需要填写voiceprint id。public String[] getIdList()
public void setIdList(String[] IdList)
IdList
- VoicePrint Mode为1时需要填写,目前仅支持填写一个声纹idCopyright © 2025. All rights reserved.