set onspeechstart(handler: (ev: Event) => any) {
    this.speechstartHandler = handler;
  }