Uses of Class
com.tencentcloudapi.vm.v20210922.models.RcbAsr
-
Packages that use RcbAsr Package Description com.tencentcloudapi.vm.v20210922.models -
-
Uses of RcbAsr in com.tencentcloudapi.vm.v20210922.models
Methods in com.tencentcloudapi.vm.v20210922.models that return RcbAsr Modifier and Type Method Description RcbAsr[]DescribeTaskDetailResponse. getAsrs()Get 该字段用于返回音频文件识别出的对应文本内容。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.vm.v20210922.models with parameters of type RcbAsr Modifier and Type Method Description voidDescribeTaskDetailResponse. setAsrs(RcbAsr[] Asrs)Set 该字段用于返回音频文件识别出的对应文本内容。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.vm.v20210922.models with parameters of type RcbAsr Constructor Description RcbAsr(RcbAsr 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.
-