Hi all,
I need to solve this issue for completing speech to text module.
1 ) Adding support for several named models. Is there any references where
I could look.
2) DataFileProvider interface has following function
InputStream getInputStream(
String bundleSymbolicName,
String filename,
Map<String,String> comments) throws IOException;
Documenation reads: bundleSymbolicName can be used to differentiate between
files which have the same name.
Can bundleSymbolicName be parsed?
Usage:
Acoustic model files file-name will not change for any other model files we
choose. We can differentiate them by their bundle name only.
Regards,
Suman Saurabh