Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 416 Bytes

File metadata and controls

17 lines (13 loc) · 416 Bytes

1. Happy Flow

<TextToSpeech.Init text="Password field is not contained in a form: (More info: ">
  <TextToSpeech.Start>TextToSpeech-Start</TextToSpeech.Start>
  <TextToSpeech.Stop>TextToSpeech-Stop</TextToSpeech.Stop>
</TextToSpeech.Init>
graph TD;
    VoiceRecognition--->TextToSpeechInit;
    VoiceRecognition--->VoiceRecognitionIcon;
    VoiceRecognition--->VoiceRecognitionModal;