sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
Loading...
Searching...
No Matches
SherpaOnnxOnlineTransducerModelConfig Struct Reference

Configuration for a streaming transducer model. More...

#include <c-api.h>

Public Attributes

const char * encoder
 
const char * decoder
 
const char * joiner
 

Detailed Description

Please refer to https://k2-fsa.github.io/sherpa/onnx/pretrained_models/index.html to download compatible pre-trained models.

Definition at line 174 of file c-api.h.

Member Data Documentation

◆ decoder

const char* SherpaOnnxOnlineTransducerModelConfig::decoder

Path to the decoder ONNX model.

Definition at line 178 of file c-api.h.

◆ encoder

const char* SherpaOnnxOnlineTransducerModelConfig::encoder

Path to the encoder ONNX model.

Definition at line 176 of file c-api.h.

◆ joiner

const char* SherpaOnnxOnlineTransducerModelConfig::joiner

Path to the joiner ONNX model.

Definition at line 180 of file c-api.h.


The documentation for this struct was generated from the following file: