Uses of Class
com.tencentcloudapi.gme.v20180711.models.ScanVoiceResult
-
Packages that use ScanVoiceResult Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of ScanVoiceResult in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return ScanVoiceResult Modifier and Type Method Description ScanVoiceResult[]ScanVoiceResponse. getData()Get 语音检测返回。Data 字段是 JSON 数组,每一个元素包含:DataId: 请求中对应的 DataId。 TaskID :该检测任务的 ID,用于轮询语音检测结果。Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type ScanVoiceResult Modifier and Type Method Description voidScanVoiceResponse. setData(ScanVoiceResult[] Data)Set 语音检测返回。Data 字段是 JSON 数组,每一个元素包含:DataId: 请求中对应的 DataId。 TaskID :该检测任务的 ID,用于轮询语音检测结果。Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type ScanVoiceResult Constructor Description ScanVoiceResult(ScanVoiceResult 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.
-