Table of Contents

Enum BhashiniTask

The type of task a pipeline should compute.

public enum BhashiniTask

Fields

Default = 0

Default value. Do not use.

[EnumMember(Value = "asr")] SpeechToText = 1

Speech To Text.

[EnumMember(Value = "tts")] TextToSpeech = 3

Text To Speech.

[EnumMember(Value = "translation")] Translation = 2

Translation.