Uses of Class
com.tencentcloudapi.ims.v20201229.models.Device
-
Packages that use Device Package Description com.tencentcloudapi.ims.v20201229.models -
-
Uses of Device in com.tencentcloudapi.ims.v20201229.models
Methods in com.tencentcloudapi.ims.v20201229.models that return Device Modifier and Type Method Description DeviceCreateImageModerationAsyncTaskRequest. getDevice()Get 该字段表示待检测对象对应的设备相关信息,若填入则可甄别相应违规风险设备。DeviceImageModerationRequest. getDevice()Get 该字段表示待检测对象对应的设备相关信息,若填入则可甄别相应违规风险设备。Methods in com.tencentcloudapi.ims.v20201229.models with parameters of type Device Modifier and Type Method Description voidCreateImageModerationAsyncTaskRequest. setDevice(Device Device)Set 该字段表示待检测对象对应的设备相关信息,若填入则可甄别相应违规风险设备。voidImageModerationRequest. setDevice(Device Device)Set 该字段表示待检测对象对应的设备相关信息,若填入则可甄别相应违规风险设备。Constructors in com.tencentcloudapi.ims.v20201229.models with parameters of type Device Constructor Description Device(Device 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.
-