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

Configuration for HLG/FST-based online CTC decoding. More...

#include <c-api.h>

Public Attributes

const char * graph
 
int32_t max_active
 

Detailed Description

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

Member Data Documentation

◆ graph

const char* SherpaOnnxOnlineCtcFstDecoderConfig::graph

Path to the decoding graph.

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

◆ max_active

int32_t SherpaOnnxOnlineCtcFstDecoderConfig::max_active

Decoder max-active setting.

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


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