10 lines
205 B
Python
10 lines
205 B
Python
from _sherpa_onnx import (
|
|
EndpointConfig,
|
|
FeatureExtractorConfig,
|
|
OnlineRecognizerConfig,
|
|
OnlineStream,
|
|
OnlineTransducerModelConfig,
|
|
)
|
|
|
|
from .online_recognizer import OnlineRecognizer
|