Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

280
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda