Skip to content

Commit 19d8582

Browse files
SpeechToText: Add e1065 error description (#8044)
1 parent 33331db commit 19d8582

File tree

1 file changed

+2
-2
lines changed
  • api-reference/10 UI Components/Errors and Warnings

1 file changed

+2
-2
lines changed

api-reference/10 UI Components/Errors and Warnings/E1065.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: ErrorsUIWidgets.E1065
33
---
44
---
55
##### shortDescription
6-
<!-- Description goes here -->
6+
Occurs in the [SpeechToText](/Documentation/ApiReference/UI_Components/dxSpeechToText/) component when [Web Speech API.SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API#api.SpeechRecognition) is disabled/unsupported in the browser.
77

88
---
9-
<!-- Description goes here -->
9+
To resolve this error, ensure **Web Speech API**.**SpeechRecognition** is supported and enabled in your browser. If your browser does not support **SpeechRecognition**, you can implement a different speech recognition engine through the [customSpeechRecognizer](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/customSpeechRecognizer/) property.

0 commit comments

Comments
 (0)