Skip to content

Commit 2f05804

Browse files
Integrated latest changes at 05-08-2025 10:30:26 PM
1 parent c96d3b7 commit 2f05804

File tree

8 files changed

+36
-36
lines changed

8 files changed

+36
-36
lines changed

ej2-angular/speech-to-text/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Accessibility in Angular SpeechToText component | Syncfusion
4-
description: Learn here all about Accessibility in Syncfusion Angular SpeechToText component of Syncfusion Essential JS 2 and more.
3+
title: Accessibility in Angular SpeechToText Component | Syncfusion
4+
description: Learn here all about accessibility in Syncfusion Essential Angular SpeechToText component, its elements, and more.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug

ej2-angular/speech-to-text/appearance.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Appearance in Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Appearance with Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Appearance in Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about appearance in Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
## Customizing the button
1414

15-
You can use the [buttonSettings](../api/speech-to-text#buttonSettings) property to customize the appearance of the start and stop buttons in the speech to text conversion.
15+
You can use the [buttonSettings](../api/speech-to-text/#buttonSettings) property to customize the appearance of the start and stop buttons in the speech to text conversion.
1616

1717
### Setting start content
1818

@@ -56,7 +56,7 @@ Below code sample demonstrates how to configure the button with above mentioned
5656

5757
## Customizing the tooltips
5858

59-
You can use the [tooltipSettings](../api/speech-to-text#tooltipSettings) property to customize the content and positions of the tooltip.
59+
You can use the [tooltipSettings](../api/speech-to-text/#tooltipSettings) property to customize the content and positions of the tooltip.
6060

6161
### Setting start content
6262

@@ -88,20 +88,20 @@ Below code sample demonstrates how to configure the tooltip with above mentioned
8888

8989
## Setting button styles
9090

91-
The SpeechToText component supports the following predefined styles that can be defined using the [cssClass](../api/speech-to-text#cssClass) property. You can customize by adding the cssClass property with the below defined class.
91+
The SpeechToText component supports the following predefined styles that can be defined using the [cssClass](../api/speech-to-text/#cssClass) property. You can customize by adding the cssClass property with the below defined class.
9292

9393
| cssClass | Description |
9494
| -------- | -------- |
9595
| `e-primary` | Used to represent a primary action. |
96-
| `e-outline` | Used to represent an appearance of button with outline. |
97-
| `e-info` | Used to represent an informative action. |
96+
| `e-outline` | Used to represent an appearance of button with outline. |
97+
| `e-info` | Used to represent an informative action. |
9898
| `e-success` | Used to represent a positive action. |
9999
| `e-warning` | Used to represent an action with caution. |
100100
| `e-danger` | Used to represent a negative action. |
101101

102102
## Setting cssclass
103103

104-
You can use the [cssClass](../api/speech-to-text#cssClass) property to customize the appearance of the SpeechToText component.
104+
You can use the [cssClass](../api/speech-to-text/#cssClass) property to customize the appearance of the SpeechToText component.
105105

106106
{% tabs %}
107107
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/speech-to-text/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Events in Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Events in Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Events in Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about events in Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug

ej2-angular/speech-to-text/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting started with Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Getting started with Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Getting Started with Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about getting started with Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Getting started with Angular SpeechToText component
11+
# Getting Started with Angular SpeechToText component
1212

1313
This section explains how to create a default SpeechToText component and demonstrate the basic usage of the SpeechToText.
1414

@@ -43,7 +43,7 @@ cd my-app
4343

4444
## Installing Syncfusion OTP Input package
4545

46-
Syncfusion packages are distributed in npm as `@syncfusion` scoped packages. You can get all the Angular Syncfusion package from npm [link]( https://www.npmjs.com/search?q=%40syncfusion%2Fej2-angular- ).
46+
Syncfusion packages are distributed in npm as `@syncfusion` scoped packages. You can get all the Angular Syncfusion package from npm [link](https://www.npmjs.com/search?q=%40syncfusion%2Fej2-angular-).
4747

4848
Currently, Syncfusion provides two types of package structures for Angular components,
4949
1. Ivy library distribution package [format](https://v17.angular.io/guide/angular-package-format)
@@ -141,7 +141,7 @@ The following example shows a default SpeechToText component.
141141
142142
## Adding button content
143143

144-
You can use the [content](../api/speech-to-text/buttonSettingsModel/#content) property to display the start listening text and [stopContent](../api/speech-to-text/buttonSettingsModel/#stopContent) to display the stop listening text by using the [buttonSettings](../api/speech-to-text#buttonSettings) property.
144+
You can use the [content](../api/speech-to-text/buttonSettingsModel/#content) property to display the start listening text and [stopContent](../api/speech-to-text/buttonSettingsModel/#stopContent) to display the stop listening text by using the [buttonSettings](../api/speech-to-text/#buttonSettings) property.
145145

146146
The following example shows how to configure `buttonSettings` in SpeechToText component.
147147

ej2-angular/speech-to-text/globalization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Globalization in Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Globalization with Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Globalization in Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about globalization in Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug
@@ -45,7 +45,7 @@ The SpeechToText can be localized to any culture by defining the text in the cor
4545

4646
## RTL
4747

48-
RTL provides an option to switch the text direction and layout of the SpeechToText component from right to left by setting the [enableRtl](../api/speech-to-text#enableRtl) property to true.
48+
RTL provides an option to switch the text direction and layout of the SpeechToText component from right to left by setting the [enableRtl](../api/speech-to-text/#enableRtl) property to true.
4949

5050
{% tabs %}
5151
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/speech-to-text/methods.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Methods in Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Methods with Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Methods in Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about methods in Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug
@@ -12,11 +12,11 @@ domainurl: ##DomainURL##
1212

1313
## Start listening
1414

15-
You can use the [startListening](../api/speech-to-text#startListening) public method to initiate the speech recognition and begins the conversion of the speech to text.
15+
You can use the [startListening](../api/speech-to-text/#startListening) public method to initiate the speech recognition and begins the conversion of the speech to text.
1616

1717
## Stop listening
1818

19-
You can use the [stopListening](../api/speech-to-text#stopListening) public method to stop capturing your speech and ends the speech recognition.
19+
You can use the [stopListening](../api/speech-to-text/#stopListening) public method to stop capturing your speech and ends the speech recognition.
2020

2121
Below sample demonstrates the SpeechToText component configured with above methods.
2222

ej2-angular/speech-to-text/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Security concerns in Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Security concerns with Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Security concerns in Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about security concerns in Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug

ej2-angular/speech-to-text/speech-recognition.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Speech recognition in Angular SpeechToText component | Syncfusion
4-
description: Checkout and learn about Speech recognition with Angular SpeechToText component of Syncfusion Essential JS 2 and more details.
3+
title: Speech recognition in Angular SpeechToText Component | Syncfusion
4+
description: Checkout and learn about speech recognition in Syncfusion Essential Angular SpeechToText component, its elements, and more details.
55
platform: ej2-angular
66
control: SpeechToText
77
documentation: ug
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
## Retrieving transcripts
1414

15-
You can use the [transcript](../api/speech-to-text#transcript) property to retrieve the transcribed text from the spoken text. This property allows to display the transcribed text once the speech recognition process is started.
15+
You can use the [transcript](../api/speech-to-text/#transcript) property to retrieve the transcribed text from the spoken text. This property allows to display the transcribed text once the speech recognition process is started.
1616

1717
{% tabs %}
1818
{% highlight ts tabtitle="app.component.ts" %}
@@ -30,7 +30,7 @@ You can use the [transcript](../api/speech-to-text#transcript) property to retri
3030

3131
## Setting language
3232

33-
You can use the [lang](../api/speech-to-text#lang) property to specify the language for speech recognition. Setting this property ensures that the recognition engine interprets the spoken words correctly based on the specified locale such as `en-US` for American `English`, `fr-FR` for `French`, and more.
33+
You can use the [lang](../api/speech-to-text/#lang) property to specify the language for speech recognition. Setting this property ensures that the recognition engine interprets the spoken words correctly based on the specified locale such as `en-US` for American `English`, `fr-FR` for `French`, and more.
3434

3535
{% tabs %}
3636
{% highlight ts tabtitle="app.component.ts" %}
@@ -48,7 +48,7 @@ You can use the [lang](../api/speech-to-text#lang) property to specify the langu
4848

4949
## Allowing interim results
5050

51-
You can use the [allowInterimResults](../api/speech-to-text#allowInterimResults) property to enable or disable interim results. When set to `true`, the recognized speech will be displayed in real time as words are spoken. When set to `false`, only final results will be displayed after recognition is complete. By default, the value is `true`.
51+
You can use the [allowInterimResults](../api/speech-to-text/#allowInterimResults) property to enable or disable interim results. When set to `true`, the recognized speech will be displayed in real time as words are spoken. When set to `false`, only final results will be displayed after recognition is complete. By default, the value is `true`.
5252

5353
{% tabs %}
5454
{% highlight ts tabtitle="app.component.ts" %}
@@ -66,7 +66,7 @@ You can use the [allowInterimResults](../api/speech-to-text#allowInterimResults)
6666

6767
## Managing listening state
6868

69-
You can use the [listeningState](../api/speech-to-text#listeningState) property to manage the listening state of the component. The possible values are [Inactive](../api/speech-to-text/speechToTextState/) , [Listening](../api/speech-to-text/speechToTextState/) and [Stopped](../api/speech-to-text/speechToTextState/). By default, the value is `Inactive`.
69+
You can use the [listeningState](../api/speech-to-text/#listeningState) property to manage the listening state of the component. The possible values are [Inactive](../api/speech-to-text/speechToTextState/) , [Listening](../api/speech-to-text/speechToTextState/) and [Stopped](../api/speech-to-text/speechToTextState/). By default, the value is `Inactive`.
7070

7171
### Inactive
7272

@@ -80,7 +80,7 @@ It is actively listening which captures and transcribes speech with a stop icon
8080

8181
Denotes the speech recognition has ended, and no further speech is being processed.
8282

83-
Below sample demonstrates the usage of [listeningState](../api/speech-to-text#listeningState) property.
83+
Below sample demonstrates the usage of [listeningState](../api/speech-to-text/#listeningState) property.
8484

8585
{% tabs %}
8686
{% highlight ts tabtitle="app.component.ts" %}
@@ -98,7 +98,7 @@ Below sample demonstrates the usage of [listeningState](../api/speech-to-text#li
9898

9999
## Show or hide tooltip
100100

101-
You can use the [showTooltip](../api/speech-to-text#showTooltip) property to specify the tooltip text to be displayed on hovering the SpeechToText button. By default, the value is `true`.
101+
You can use the [showTooltip](../api/speech-to-text/#showTooltip) property to specify the tooltip text to be displayed on hovering the SpeechToText button. By default, the value is `true`.
102102

103103
{% tabs %}
104104
{% highlight ts tabtitle="app.component.ts" %}
@@ -116,7 +116,7 @@ You can use the [showTooltip](../api/speech-to-text#showTooltip) property to spe
116116

117117
## Setting disabled
118118

119-
You can use the [disabled](../api/speech-to-text#disabled) property to disable the SpeechToText, preventing user interaction when set to `true`. By default, the value is `false`.
119+
You can use the [disabled](../api/speech-to-/#disabled) property to disable the SpeechToText, preventing user interaction when set to `true`. By default, the value is `false`.
120120

121121
{% tabs %}
122122
{% highlight ts tabtitle="app.component.ts" %}
@@ -134,7 +134,7 @@ You can use the [disabled](../api/speech-to-text#disabled) property to disable t
134134

135135
## Setting html attributes
136136

137-
You can use the [htmlAttributes](../api/speech-to-text#htmlAttributes) property to assign custom attributes to the SpeechToText component for the button element.
137+
You can use the [htmlAttributes](../api/speech-to-text/#htmlAttributes) property to assign custom attributes to the SpeechToText component for the button element.
138138

139139
## Error handling
140140

0 commit comments

Comments
 (0)