| Package | Description |
|---|---|
| com.tencentcloudapi.gme.v20180711 | |
| com.tencentcloudapi.gme.v20180711.models |
| Modifier and Type | Method and Description |
|---|---|
VoiceFilterResponse |
GmeClient.VoiceFilter(VoiceFilterRequest req)
本接口用于识别涉黄、涉政等违规音频,成功会回调配置在应用的回调地址。回调示例如下:
{"BizId":0,"FileId":"test_file_id","FileName":"test_file_name","FileUrl":"test_file_url","OpenId":"test_open_id","TimeStamp":"0000-00-00 00:00:00","Data":[{"Type":1,"Word":"xx"}]}
Type表示过滤类型,1:政治,2:色情,3:谩骂
|
| Constructor and Description |
|---|
VoiceFilterRequest(VoiceFilterRequest 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.
|
Copyright © 2021. All rights reserved.