Class BhashiniPipelineTaskConfiguration
A configuration for a pipeline's task.
public class BhashiniPipelineTaskConfiguration
- Inheritance
-
objectBhashiniPipelineTaskConfiguration
- 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
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