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

Offline Moonshine model configuration. More...

#include <cxx-api.h>

+ Collaboration diagram for sherpa_onnx::cxx::OfflineMoonshineModelConfig:

Public Attributes

std::string preprocessor
 
std::string encoder
 
std::string uncached_decoder
 
std::string cached_decoder
 
std::string merged_decoder
 

Detailed Description

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

Member Data Documentation

◆ cached_decoder

std::string sherpa_onnx::cxx::OfflineMoonshineModelConfig::cached_decoder

Cached decoder model file.

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

◆ encoder

std::string sherpa_onnx::cxx::OfflineMoonshineModelConfig::encoder

Encoder model file.

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

◆ merged_decoder

std::string sherpa_onnx::cxx::OfflineMoonshineModelConfig::merged_decoder

Merged decoder model file.

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

◆ preprocessor

std::string sherpa_onnx::cxx::OfflineMoonshineModelConfig::preprocessor

Preprocessor model file.

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

◆ uncached_decoder

std::string sherpa_onnx::cxx::OfflineMoonshineModelConfig::uncached_decoder

Uncached decoder model file.

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


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