public class VideoModerationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
service
example:
videoDetection
|
String |
serviceParameters
example:
{\"url\": \"https://talesofai.oss-cn-shanghai.aliyuncs.com/xxx.mp4\\", \"dataId\": \"94db0b88-f521-11ed-806e-fae21c1f239c\"}
|
| 构造器和说明 |
|---|
VideoModerationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VideoModerationRequest |
build(Map<String,?> map) |
String |
getService() |
String |
getServiceParameters() |
VideoModerationRequest |
setService(String service) |
VideoModerationRequest |
setServiceParameters(String serviceParameters) |
@NameInMap(value="Service") public String service
videoDetection
@NameInMap(value="ServiceParameters") public String serviceParameters
{\"url\": \"https://talesofai.oss-cn-shanghai.aliyuncs.com/xxx.mp4\\", \"dataId\": \"94db0b88-f521-11ed-806e-fae21c1f239c\"}
public static VideoModerationRequest build(Map<String,?> map) throws Exception
Exceptionpublic VideoModerationRequest setService(String service)
public String getService()
public VideoModerationRequest setServiceParameters(String serviceParameters)
public String getServiceParameters()
Copyright © 2024. All rights reserved.