Uses of Class
com.tencentcloudapi.tci.v20190318.models.LightStandard
-
Packages that use LightStandard Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of LightStandard in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return LightStandard Modifier and Type Method Description LightStandard[]SubmitImageTaskPlusRequest. getLightStandardSet()Get 光照标准列表LightStandard[]SubmitImageTaskRequest. getLightStandardSet()Get 光照标准列表Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type LightStandard Modifier and Type Method Description voidSubmitImageTaskPlusRequest. setLightStandardSet(LightStandard[] LightStandardSet)Set 光照标准列表voidSubmitImageTaskRequest. setLightStandardSet(LightStandard[] LightStandardSet)Set 光照标准列表Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type LightStandard Constructor Description LightStandard(LightStandard 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.
-