Uses of Class
com.tencentcloudapi.tci.v20190318.models.LightResult
-
Packages that use LightResult Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of LightResult in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return LightResult Modifier and Type Method Description LightResultImageTaskResult. getLight()Get 光照识别结果Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type LightResult Modifier and Type Method Description voidImageTaskResult. setLight(LightResult Light)Set 光照识别结果Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type LightResult Constructor Description LightResult(LightResult 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.
-