public class VoiceModerationCancelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
service
example:
nickname_detection
|
String |
serviceParameters
example:
{
"taskId": "xxxxx-xxxx"
}
|
| 构造器和说明 |
|---|
VoiceModerationCancelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VoiceModerationCancelRequest |
build(Map<String,?> map) |
String |
getService() |
String |
getServiceParameters() |
VoiceModerationCancelRequest |
setService(String service) |
VoiceModerationCancelRequest |
setServiceParameters(String serviceParameters) |
@NameInMap(value="Service") public String service
nickname_detection
@NameInMap(value="ServiceParameters") public String serviceParameters
{ "taskId": "xxxxx-xxxx" }
public static VoiceModerationCancelRequest build(Map<String,?> map) throws Exception
Exceptionpublic VoiceModerationCancelRequest setService(String service)
public String getService()
public VoiceModerationCancelRequest setServiceParameters(String serviceParameters)
public String getServiceParameters()
Copyright © 2024. All rights reserved.