类 AsrConstant

java.lang.Object
com.tencent.asr.constant.AsrConstant

public class AsrConstant
extends java.lang.Object
  • 嵌套类概要

    嵌套类 
    修饰符和类型 说明
    static class  AsrConstant.Code  
    static class  AsrConstant.DataType
    请求类型
    static class  AsrConstant.HttpFrame
    已过时。
    static class  AsrConstant.RequestWay
    语音识别的方式 http:采用http协议进行语音识别 websocket:采用ws协议实现语音识别
    static class  AsrConstant.ResponseEncode
    返回值数据的编码
    static class  AsrConstant.ReturnType
    返回类型:实时返回或者尾包返回
    static class  AsrConstant.VoiceFormat
    声音类型 mp3仅仅16k_0模型支持,其它的则都能支持。
  • 字段概要

    字段 
    修饰符和类型 字段 说明
    static java.lang.String SDK  
  • 构造器概要

    构造器 
    构造器 说明
    AsrConstant()  
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • SDK

      public static java.lang.String SDK
  • 构造器详细资料