Uses of Class
com.tencentcloudapi.asr.v20190614.models.VoicePrintVerifyResponse
-
Packages that use VoicePrintVerifyResponse Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of VoicePrintVerifyResponse in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 that return VoicePrintVerifyResponse Modifier and Type Method Description VoicePrintVerifyResponseAsrClient. VoicePrintVerify(VoicePrintVerifyRequest req)本接口用于校验传入音频与已注册音频的匹配程度,通过指定说话人ID(VoicePrintId)和一段音频进行音频和说话人的匹配度判断 -
Uses of VoicePrintVerifyResponse in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type VoicePrintVerifyResponse Constructor Description VoicePrintVerifyResponse(VoicePrintVerifyResponse 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.
-