Class CreateSegmentationTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.CreateSegmentationTaskRequest
-
public class CreateSegmentationTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackgroundImageUrl()Get 背景图片URL。 可以将视频背景替换为输入的图片。 如果不输入背景图片,则输出人像区域mask。StringgetConfig()Get 预留字段,后期用于展示更多识别信息。StringgetVideoUrl()Get 需要分割的视频URL,可外网访问。voidsetBackgroundImageUrl(String BackgroundImageUrl)Set 背景图片URL。 可以将视频背景替换为输入的图片。 如果不输入背景图片,则输出人像区域mask。voidsetConfig(String Config)Set 预留字段,后期用于展示更多识别信息。voidsetVideoUrl(String VideoUrl)Set 需要分割的视频URL,可外网访问。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateSegmentationTaskRequest
public CreateSegmentationTaskRequest()
-
CreateSegmentationTaskRequest
public 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.
-
-
Method Detail
-
getVideoUrl
public String getVideoUrl()
Get 需要分割的视频URL,可外网访问。- Returns:
- VideoUrl 需要分割的视频URL,可外网访问。
-
setVideoUrl
public void setVideoUrl(String VideoUrl)
Set 需要分割的视频URL,可外网访问。- Parameters:
VideoUrl- 需要分割的视频URL,可外网访问。
-
getBackgroundImageUrl
public String getBackgroundImageUrl()
Get 背景图片URL。 可以将视频背景替换为输入的图片。 如果不输入背景图片,则输出人像区域mask。- Returns:
- BackgroundImageUrl 背景图片URL。 可以将视频背景替换为输入的图片。 如果不输入背景图片,则输出人像区域mask。
-
setBackgroundImageUrl
public void setBackgroundImageUrl(String BackgroundImageUrl)
Set 背景图片URL。 可以将视频背景替换为输入的图片。 如果不输入背景图片,则输出人像区域mask。- Parameters:
BackgroundImageUrl- 背景图片URL。 可以将视频背景替换为输入的图片。 如果不输入背景图片,则输出人像区域mask。
-
getConfig
public String getConfig()
Get 预留字段,后期用于展示更多识别信息。- Returns:
- Config 预留字段,后期用于展示更多识别信息。
-
setConfig
public void setConfig(String Config)
Set 预留字段,后期用于展示更多识别信息。- Parameters:
Config- 预留字段,后期用于展示更多识别信息。
-
-