return timestamps for WebAssembly (#737)
This commit is contained in:
@@ -108,7 +108,7 @@ if (navigator.mediaDevices.getUserMedia) {
|
||||
}
|
||||
|
||||
let isEndpoint = recognizer.isEndpoint(recognizer_stream);
|
||||
let result = recognizer.getResult(recognizer_stream);
|
||||
let result = recognizer.getResult(recognizer_stream).text;
|
||||
|
||||
|
||||
if (result.length > 0 && lastResult != result) {
|
||||
|
||||
Reference in New Issue
Block a user