Uses of Class
com.tencentcloudapi.ams.v20201229.models.MoanResult
-
Packages that use MoanResult Package Description com.tencentcloudapi.ams.v20201229.models -
-
Uses of MoanResult in com.tencentcloudapi.ams.v20201229.models
Methods in com.tencentcloudapi.ams.v20201229.models that return MoanResult Modifier and Type Method Description MoanResult[]CreateAudioModerationSyncTaskResponse. getMoanResults()Get 音频中低俗内容审核结果; 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ams.v20201229.models with parameters of type MoanResult Modifier and Type Method Description voidCreateAudioModerationSyncTaskResponse. setMoanResults(MoanResult[] MoanResults)Set 音频中低俗内容审核结果; 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ams.v20201229.models with parameters of type MoanResult Constructor Description MoanResult(MoanResult 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.
-