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

Configuration for a Moonshine model. More...

#include <c-api.h>

Public Attributes

const char * preprocessor
 
const char * encoder
 
const char * uncached_decoder
 
const char * cached_decoder
 
const char * merged_decoder
 

Detailed Description

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

Member Data Documentation

◆ cached_decoder

const char* SherpaOnnxOfflineMoonshineModelConfig::cached_decoder

Path to the cached decoder ONNX model.

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

◆ encoder

const char* SherpaOnnxOfflineMoonshineModelConfig::encoder

Path to the encoder ONNX model.

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

◆ merged_decoder

const char* SherpaOnnxOfflineMoonshineModelConfig::merged_decoder

Path to the merged decoder ONNX model.

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

◆ preprocessor

const char* SherpaOnnxOfflineMoonshineModelConfig::preprocessor

Path to the preprocessor ONNX model.

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

◆ uncached_decoder

const char* SherpaOnnxOfflineMoonshineModelConfig::uncached_decoder

Path to the uncached decoder ONNX model.

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


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