Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

276
Visualizações
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
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda