VoiceContent: {
    duration: number;
    localId: string;
    msgType: "voice";
    translateResult: string;
}

语音聊天内容

Type declaration

  • duration: number
  • localId: string
  • msgType: "voice"
  • translateResult: string

Generated using TypeDoc