Uses of Class
com.tencentcloudapi.tci.v20190318.models.AllMuteSlice
-
Packages that use AllMuteSlice Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of AllMuteSlice in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return AllMuteSlice Modifier and Type Method Description AllMuteSliceDescribeAudioTaskResponse. getAllMuteSlice()Get 如果请求中开启了静音检测开关,则会返回所有的静音片段(静音时长超过阈值的片段)。Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type AllMuteSlice Modifier and Type Method Description voidDescribeAudioTaskResponse. setAllMuteSlice(AllMuteSlice AllMuteSlice)Set 如果请求中开启了静音检测开关,则会返回所有的静音片段(静音时长超过阈值的片段)。Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type AllMuteSlice Constructor Description AllMuteSlice(AllMuteSlice 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.
-