Enum SpeechToText.SpeechToTextMode
Specifies the operating mode for the SpeechToText engine: whether to transcribe speech in the original language or to translate it into English.
public enum SpeechToText.SpeechToTextModeFields
- Transcription = 0
- Transcribe spoken audio into text, preserving the original language of the input. 
- Translation = 1
- Translate spoken audio into English text, regardless of the source language.