Table of Contents

Class BhashiniComputeTaskConfiguration

Configuration for a computation task.

public class BhashiniComputeTaskConfiguration
Inheritance
object
BhashiniComputeTaskConfiguration

Fields

AudioFormat

Only for STT requests. The format to encode the input audio in.

public BhashiniAudioFormat AudioFormat

Field Value

BhashiniAudioFormat

Remarks

Language

The language of the computation input and output.

public BhashiniLanguageData Language

Field Value

BhashiniLanguageData

Remarks

SampleRate

Only for STT requests. The sample rate of the input audio.

public int SampleRate

Field Value

int

Remarks

ServiceId

The service to use for computation.

public string ServiceId

Field Value

string

Remarks

VoiceType

Only for TTS requests. The voice type.

public BhashiniVoiceType VoiceType

Field Value

BhashiniVoiceType

Remarks