public class VoicePrintCountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VoicePrintCountRequest() | 
| VoicePrintCountRequest(VoicePrintCountRequest 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 | 
|---|---|
| Long | getCountMod()Get 统计模式
0: 统计所有声纹数量
1: 统计指定分组下的声纹数量 | 
| String | getGroupId()Get 分组ID,仅支持大小写字母和下划线的组合,不超过128个字符 | 
| void | setCountMod(Long CountMod)Set 统计模式
0: 统计所有声纹数量
1: 统计指定分组下的声纹数量 | 
| void | setGroupId(String GroupId)Set 分组ID,仅支持大小写字母和下划线的组合,不超过128个字符 | 
| 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 VoicePrintCountRequest()
public VoicePrintCountRequest(VoicePrintCountRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 分组ID,仅支持大小写字母和下划线的组合,不超过128个字符public Long getCountMod()
public void setCountMod(Long CountMod)
CountMod - 统计模式
0: 统计所有声纹数量
1: 统计指定分组下的声纹数量Copyright © 2025. All rights reserved.