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

Configuration for an offline language model. More...

#include <c-api.h>

Public Attributes

const char * model
 
float scale
 

Detailed Description

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

Member Data Documentation

◆ model

const char* SherpaOnnxOfflineLMConfig::model

Path to the language model.

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

◆ scale

float SherpaOnnxOfflineLMConfig::scale

Interpolation scale for the language model.

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


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