Table of Contents

Class BhashiniPipelineRequestTask

A specific task (like STT, TTS or translation) to be carried out by a pipeline.

public class BhashiniPipelineRequestTask
Inheritance
object
BhashiniPipelineRequestTask

Constructors

BhashiniPipelineRequestTask(BhashiniTask)

public BhashiniPipelineRequestTask(BhashiniTask type)

Parameters

type BhashiniTask

The type of the task.

BhashiniPipelineRequestTask(BhashiniTask, string, string)

public BhashiniPipelineRequestTask(BhashiniTask type, string sourceLanguage, string targetLanguage = null)

Parameters

type BhashiniTask

The type of the task.

sourceLanguage string

Source language for the task.

targetLanguage string

Target language for the task. Optional, only for translation.

Fields

Configuration

Optional extra configurations for the task.

public BhashiniPipelineRequestTaskConfiguration Configuration

Field Value

BhashiniPipelineRequestTaskConfiguration

Remarks

Type

The type of the task.

public BhashiniTask Type

Field Value

BhashiniTask

Remarks