语音转文字的业务结果。

interface VoiceToTextResult {
    text: string;
}

Properties

Properties

text: string

转写得到的文本内容。