Skip to content

Commit 8dc9456

Browse files
authored
Merge pull request #6945 from syncfusion-content/986985-updated-speech
986985: updated the speech samples description
2 parents 610f568 + 6761ab0 commit 8dc9456

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

blazor-toc.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,12 @@
513513
<li><a href="/blazor/ai-assistview/custom-view">Custom views</a></li>
514514
<li><a href="/blazor/ai-assistview/file-attachments">File attachments</a></li>
515515
<li><a href="/blazor/ai-assistview/templates">Templates</a></li>
516+
<li>Speech
517+
<ul>
518+
<li><a href="/blazor/ai-assistview/speech/speech-to-text">Speech to Text</a></li>
519+
<li><a href="/blazor/ai-assistview/speech/text-to-speech">Text to Speech</a></li>
520+
</ul>
521+
</li>
516522
<li><a href="/blazor/ai-assistview/appearance">Appearance</a></li>
517523
<li><a href="/blazor/ai-assistview/accessibility">Accessibility</a></li>
518524
<li><a href="/blazor/ai-assistview/methods">Methods</a></li>

blazor/ai-assistview/speech/speech-to-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Speech-to-Text in Blazor AI AssistView
1111

12-
The Syncfusion Blazor AI AssistView component supports `Speech-to-Text` functionality through the browser's [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API), enabling conversion of spoken words into text using the device's microphone.
12+
The Syncfusion Blazor AI AssistView component integrates `Speech-to-Text` functionality through the browser's [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API). This enables the conversion of spoken words into text using the device's microphone, allowing users to interact with the AI AssistView through voice input.
1313

1414
## Prerequisites
1515

blazor/ai-assistview/speech/text-to-speech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Text-to-Speech in Blazor AI AssistView
1111

12-
The Syncfusion Blazor AI AssistView component supports `Text-to-Speech` (TTS) functionality using the browser's Web Speech API specifically using the [SpeechSynthesisUtterance](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance) interface, to convert AI-generated responses into spoken audio.
12+
The Syncfusion Blazor AI AssistView component integrates `Text-to-Speech` (TTS) functionality using the browser's Web Speech API, specifically the [SpeechSynthesisUtterance](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance) interface. This allows AI-generated responses to be converted into spoken audio, enhancing accessibility and user interaction.
1313

1414
## Prerequisites
1515

0 commit comments

Comments
 (0)