Uses of Class
com.tencentcloudapi.asr.v20190614.models.VoicePrintCountRequest
-
Packages that use VoicePrintCountRequest Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of VoicePrintCountRequest in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 with parameters of type VoicePrintCountRequest Modifier and Type Method Description VoicePrintCountResponseAsrClient. VoicePrintCount(VoicePrintCountRequest req)统计并返回注册的说话人id总数 -
Uses of VoicePrintCountRequest in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type VoicePrintCountRequest Constructor Description 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.
-