public class CreateSegmentationTaskRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateSegmentationTaskRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBackgroundImageUrl()Get 背景图片URL。 
可以将视频背景替换为输入的图片。 
如果不输入背景图片,则输出人像区域mask。 | 
| String | getConfig()Get 预留字段,后期用于展示更多识别信息。 | 
| String | getVideoUrl()Get 需要分割的视频URL,可外网访问。 | 
| void | setBackgroundImageUrl(String BackgroundImageUrl)Set 背景图片URL。 
可以将视频背景替换为输入的图片。 
如果不输入背景图片,则输出人像区域mask。 | 
| void | setConfig(String Config)Set 预留字段,后期用于展示更多识别信息。 | 
| void | setVideoUrl(String VideoUrl)Set 需要分割的视频URL,可外网访问。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getVideoUrl()
public void setVideoUrl(String VideoUrl)
VideoUrl - 需要分割的视频URL,可外网访问。public String getBackgroundImageUrl()
public void setBackgroundImageUrl(String BackgroundImageUrl)
BackgroundImageUrl - 背景图片URL。 
可以将视频背景替换为输入的图片。 
如果不输入背景图片,则输出人像区域mask。public String getConfig()
public void setConfig(String Config)
Config - 预留字段,后期用于展示更多识别信息。Copyright © 2021. All rights reserved.