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