Uses of Class
com.tencentcloudapi.vm.v20201229.models.ImageResult
-
Packages that use ImageResult Package Description com.tencentcloudapi.vm.v20201229.models -
-
Uses of ImageResult in com.tencentcloudapi.vm.v20201229.models
Methods in com.tencentcloudapi.vm.v20201229.models that return ImageResult Modifier and Type Method Description ImageResult
ImageSegments. getResult()
Get 该字段用于返回视频片段的具体截帧审核结果,详细内容敬请参考ImageResult数据结构的描述。Methods in com.tencentcloudapi.vm.v20201229.models with parameters of type ImageResult Modifier and Type Method Description void
ImageSegments. setResult(ImageResult Result)
Set 该字段用于返回视频片段的具体截帧审核结果,详细内容敬请参考ImageResult数据结构的描述。Constructors in com.tencentcloudapi.vm.v20201229.models with parameters of type ImageResult Constructor Description ImageResult(ImageResult 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.
-