Added speech to text capability
This commit is contained in:
2
app/types/global.d.ts
vendored
2
app/types/global.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
interface Window {
|
||||
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
|
||||
webkitSpeechRecognition: typeof SpeechRecognition;
|
||||
SpeechRecognition: typeof SpeechRecognition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user