public class CreateSegmentationTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateSegmentationTaskRequest() |
CreateSegmentationTaskRequest(CreateSegmentationTaskRequest 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.
|
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, toJsonString
public CreateSegmentationTaskRequest()
public CreateSegmentationTaskRequest(CreateSegmentationTaskRequest source)
public 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.