Providing Voice Transcriptions
In order to get the transcription of what a user has said, you can implement a handler for the OnFullTranscription event of the AppVoiceExperience ‘s VoiceEvent component.
This event is triggered by AppVoiceExperience when the result comes back from Wit. In order to use it, you need to assign a method or a UI text element to the event. To display the transcription, you would use an UI widget.
For live transcription, you use the OnPartialTranscription event.