Table of Contents

Enum SpeechToText.SpeechToTextMode

Namespace
LMKit.Speech
Assembly
LM-Kit.NET.dll

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.