|
sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
|
Configuration for spoken language identification. More...
#include <c-api.h>
Collaboration diagram for SherpaOnnxSpokenLanguageIdentificationConfig:Public Attributes | |
| SherpaOnnxSpokenLanguageIdentificationWhisperConfig | whisper |
| int32_t | num_threads |
| int32_t | debug |
| const char * | provider |
The current implementation uses Whisper-based models.
Example using sherpa-onnx-whisper-tiny:
| int32_t SherpaOnnxSpokenLanguageIdentificationConfig::debug |
| int32_t SherpaOnnxSpokenLanguageIdentificationConfig::num_threads |
| const char* SherpaOnnxSpokenLanguageIdentificationConfig::provider |
| SherpaOnnxSpokenLanguageIdentificationWhisperConfig SherpaOnnxSpokenLanguageIdentificationConfig::whisper |