Skip to main content
Version: Next

Interface: SpeechToTextModelConfig

Defined in: types/stt.ts:263

Configuration for Speech to Text model.

Properties

decoderSource

decoderSource: ResourceSource

Defined in: types/stt.ts:277

A string that specifies the location of a .pte file for the decoder.


encoderSource

encoderSource: ResourceSource

Defined in: types/stt.ts:272

A string that specifies the location of a .pte file for the encoder.


isMultilingual

isMultilingual: boolean

Defined in: types/stt.ts:267

A boolean flag indicating whether the model supports multiple languages.


tokenizerSource

tokenizerSource: ResourceSource

Defined in: types/stt.ts:282

A string that specifies the location to the tokenizer for the model.