/** * 输入的两种方式 语音和文本 */ export declare enum InputType { /** * 语音 */ Voice = "voice", /** * 文本 */ Text = "text" }