类 CloudVoiceCopyKernel.AIConstant

  • 封闭类:
    CloudVoiceCopyKernel

    public static class CloudVoiceCopyKernel.AIConstant
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int OPT_FAILED
      表示操作失败
      static int OPT_SUCCESS
      表示操作成功
    • 构造器概要

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

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

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

      • OPT_SUCCESS

        public static final int OPT_SUCCESS
        表示操作成功
        另请参阅:
        常量字段值
      • OPT_FAILED

        public static final int OPT_FAILED
        表示操作失败
        另请参阅:
        常量字段值
    • 构造器详细资料

      • AIConstant

        public AIConstant()