Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoSegmentationProjectInput
-
Packages that use VideoSegmentationProjectInput Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoSegmentationProjectInput in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoSegmentationProjectInput Modifier and Type Method Description VideoSegmentationProjectInput
CreateProjectRequest. getVideoSegmentationProjectInput()
Get 视频拆条项目输入信息,仅当项目类型为 VIDEO_SEGMENTATION 时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoSegmentationProjectInput Modifier and Type Method Description void
CreateProjectRequest. setVideoSegmentationProjectInput(VideoSegmentationProjectInput VideoSegmentationProjectInput)
Set 视频拆条项目输入信息,仅当项目类型为 VIDEO_SEGMENTATION 时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoSegmentationProjectInput Constructor Description VideoSegmentationProjectInput(VideoSegmentationProjectInput 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.
-