isSttModelLoaded property
bool
get
isSttModelLoaded
Check if an STT model is loaded.
Implementation
bool get isSttModelLoaded {
return _handle != null && _backendType == 'onnx';
}
Check if an STT model is loaded.
bool get isSttModelLoaded {
return _handle != null && _backendType == 'onnx';
}