Uses of Class
com.tencentcloudapi.ticm.v20181127.models.DisgustResult
-
Packages that use DisgustResult Package Description com.tencentcloudapi.ticm.v20181127.models -
-
Uses of DisgustResult in com.tencentcloudapi.ticm.v20181127.models
Methods in com.tencentcloudapi.ticm.v20181127.models that return DisgustResult Modifier and Type Method Description DisgustResultImageModerationResponse. getDisgustResult()Get 恶心内容识别结果。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ticm.v20181127.models with parameters of type DisgustResult Modifier and Type Method Description voidImageModerationResponse. setDisgustResult(DisgustResult DisgustResult)Set 恶心内容识别结果。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ticm.v20181127.models with parameters of type DisgustResult Constructor Description DisgustResult(DisgustResult 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.
-