Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

275
Views
How do I hide spoken text in Android Speech Services by Google?

I am saving voice data with Google Speech Service.

When I record my voice, RecognizerIntent.ACTION_RECOGNIZE_SPEECH is called, and the text I speak is displayed at the bottom of the Google Speech Service.

Is there a way to hide this text?

setStudy: function () {
  let options = {
    language: this.language,
    prompt: this.cur_question,
    matches: this.matches,
    showPopup: this.showPopup,
    showPartial: this.showPartial
  };

  if (this.avaliable && "" != this.prompt) {
    window.plugins.speechRecognition.startListening(
      res => {
        if (this.category === VOCA) {
          this.getScoreWord(res);
        } else {
          this.getScore(res[0]);
        }
        this.record_cnt += 1;
        this.$emit("update:recordCnt", this.record_cnt);
        this.$store.commit("Audio/ADD_SPEAKING_REC_CNT");
      },
      err => window.console.error(err),
      options
    );
  }
},

JS

if (showPopup) {
  NotificationSentence(MainActivity.getSentence());

  cordova.startActivityForResult(this, intent, REQUEST_CODE_SPEECH);
}

Android

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!