sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
Loading...
Searching...
No Matches
sherpa_onnx::cxx::OnlineTransducerModelConfig Struct Reference

Streaming transducer model files. More...

#include <cxx-api.h>

+ Collaboration diagram for sherpa_onnx::cxx::OnlineTransducerModelConfig:

Public Attributes

std::string encoder
 
std::string decoder
 
std::string joiner
 

Detailed Description

Definition at line 60 of file cxx-api.h.

Member Data Documentation

◆ decoder

std::string sherpa_onnx::cxx::OnlineTransducerModelConfig::decoder

Decoder ONNX model.

Definition at line 64 of file cxx-api.h.

◆ encoder

std::string sherpa_onnx::cxx::OnlineTransducerModelConfig::encoder

Encoder ONNX model.

Definition at line 62 of file cxx-api.h.

◆ joiner

std::string sherpa_onnx::cxx::OnlineTransducerModelConfig::joiner

Joiner ONNX model.

Definition at line 66 of file cxx-api.h.


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