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.SpeechToTextMode
Fields
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.