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