Table of Contents

Class BhashiniPipelineTaskConfiguration

A configuration for a pipeline's task.

public class BhashiniPipelineTaskConfiguration
Inheritance
object
BhashiniPipelineTaskConfiguration
Extension Methods

Fields

Domains

Only for STT tasks. The domain the model is trained for, like "agricultural", "medical", etc.

public string[] Domains

Field Value

string[]

Remarks

Language

The languages supported for the task.

public BhashiniLanguageData Language

Field Value

BhashiniLanguageData

Remarks

ModelId

The model which will perform the task.

public string ModelId

Field Value

string

Remarks

ServiceId

The service providing this task configuration.

public string ServiceId

Field Value

string

Remarks

SupportedVoices

Only for TTS tasks. The voice types the model supports.

public BhashiniVoiceType[] SupportedVoices

Field Value

BhashiniVoiceType[]

Remarks