Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SpeechToText is a UI component that transcribes speech and serves as a voice input for text editors.

This overview highlights SpeechToText elements, key features, and what to explore next.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<img src="/images/SpeechToText/speechtotext-elements.png" alt="SpeechToText elements"/>

1. [Start Icon](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#startIcon)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use 1 for both (1) and (3)
and 2 for both (2) and (4) to simplify this list to 2 items

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each of the entries in this list is a distinct property, I think we should show them all to our readers.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case (3) and (4)'s red dots better to set closer to the text because currently it is not obvious

2. [Stop Icon](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#stopIcon)
3. [Start Text](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#startText)
4. [Stop Text](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#stopText)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- **Text Editor Integration**
You can integrate the SpeechToText component with any text input, including other [DevExtreme Components](/Documentation/Guide/{Framework}_Components/DevExtreme_{Framework}_Components/).

- **Language and Localization Support**
SpeechToText implements the [Web Speech API SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition) interface, which supports transcription in multiple languages, including English, Spanish, Hindi, Portuguese, and others. [Supported languages](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/lang) may vary depending on the browser.

- **Custom Speech Recognizer Support**
You can integrate a [custom speech recognizer](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/customSpeechRecognizer/) and use SpeechToText as a UI-only component.

- **Configurable Transcription**
You can configure [continuous transcription](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/speechRecognitionConfig/#continuous) and [interim transcription results](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/speechRecognitionConfig/#interimResults) to customize SpeechToText transcription behaviour. You can also bias SpeechToText results to a specified [array of words and phrases](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/speechRecognitionConfig/#grammars).

- **Appearance Customization**
DevExtreme SpeechToText allows you to customize the component [icon](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#startIcon) and [text](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#startText) in both the initial and "listening" states. You can configure SpeechToText to display an icon and text or only an icon, as well as implement different component [styling modes](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#stylingMode) and [types](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/#type).
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [Getting Started with SpeechToText](/Documentation/Guide/UI_Components/TagBox/Getting_Started_with_SpeechToText/)

- [API](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/)

- [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/SpeechToText/Overview/)
Binary file added images/SpeechToText/speechtotext-elements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading