Code the translateLive() method so that travelers using your app can instantly translate their audio into another language.
translateLive()
Make sure to pick this.record(), followed by this.transcribeRecording(), and finally this.translateText().
this.record()
this.transcribeRecording()
this.translateText()