Uses of Class
com.tencentcloudapi.asr.v20190614.models.VoicePrintDeleteRequest
-
Packages that use VoicePrintDeleteRequest Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of VoicePrintDeleteRequest in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 with parameters of type VoicePrintDeleteRequest Modifier and Type Method Description VoicePrintDeleteResponseAsrClient. VoicePrintDelete(VoicePrintDeleteRequest req)本接口用于以删除已经注册的说话人信息(删除之后,原有的说话人ID和说话人音频数据都会失效) -
Uses of VoicePrintDeleteRequest in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type VoicePrintDeleteRequest Constructor Description VoicePrintDeleteRequest(VoicePrintDeleteRequest 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.
-