Uses of Class
com.tencentcloudapi.ims.v20200713.models.LibResult
-
Packages that use LibResult Package Description com.tencentcloudapi.ims.v20200713.models -
-
Uses of LibResult in com.tencentcloudapi.ims.v20200713.models
Methods in com.tencentcloudapi.ims.v20200713.models that return LibResult Modifier and Type Method Description LibResult[]ImageModerationResponse. getLibResults()Get 基于图片风险库识别的结果。 风险库包括不安全黑库与正常白库的结果。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ims.v20200713.models with parameters of type LibResult Modifier and Type Method Description voidImageModerationResponse. setLibResults(LibResult[] LibResults)Set 基于图片风险库识别的结果。 风险库包括不安全黑库与正常白库的结果。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ims.v20200713.models with parameters of type LibResult Constructor Description LibResult(LibResult 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.
-