-
Notifications
You must be signed in to change notification settings - Fork 1.3k
SpeechToText: Add Overview #8126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
arman-boyakhchyan
wants to merge
3
commits into
DevExpress:25_2
Choose a base branch
from
arman-boyakhchyan:speechtotext-overview-25-2
base: 25_2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+28
−0
Open
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
concepts/05 UI Components/SpeechToText/00 Overview/00 Overview.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
6 changes: 6 additions & 0 deletions
6
concepts/05 UI Components/SpeechToText/00 Overview/05 Elements.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) | ||
| 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) | ||
14 changes: 14 additions & 0 deletions
14
concepts/05 UI Components/SpeechToText/00 Overview/10 Key Features.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 interface, which supports transcription in multiple languages, including English, Spanish, Hindi, and Portuguese. Supported languages may vary depending on the browser. | ||
helen-dikareva marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - **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). | ||
|
|
||
| - **Text and Icon Customization** | ||
helen-dikareva marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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" state. | ||
|
|
||
| - **Custom Speech Recognizer Support** | ||
helen-dikareva marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| You can integrate a [custom speech recognizer](/Documentation/ApiReference/UI_Components/dxSpeechToText/Configuration/customSpeechRecognizer/) and use SpeechToText as a UI-only component. | ||
5 changes: 5 additions & 0 deletions
5
concepts/05 UI Components/SpeechToText/00 Overview/15 Explore More.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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