You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-angular/speech-to-text/appearance.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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.
5
5
platform: ej2-angular
6
6
control: SpeechToText
7
7
documentation: ug
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
12
12
13
13
## Customizing the button
14
14
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.
16
16
17
17
### Setting start content
18
18
@@ -56,7 +56,7 @@ Below code sample demonstrates how to configure the button with above mentioned
56
56
57
57
## Customizing the tooltips
58
58
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.
60
60
61
61
### Setting start content
62
62
@@ -88,20 +88,20 @@ Below code sample demonstrates how to configure the tooltip with above mentioned
88
88
89
89
## Setting button styles
90
90
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.
92
92
93
93
| cssClass | Description |
94
94
| -------- | -------- |
95
95
|`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. |
98
98
|`e-success`| Used to represent a positive action. |
99
99
|`e-warning`| Used to represent an action with caution. |
100
100
|`e-danger`| Used to represent a negative action. |
101
101
102
102
## Setting cssclass
103
103
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.
Copy file name to clipboardExpand all lines: ej2-angular/speech-to-text/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
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.
5
5
platform: ej2-angular
6
6
control: SpeechToText
7
7
documentation: ug
8
8
domainurl: ##DomainURL##
9
9
---
10
10
11
-
# Getting started with Angular SpeechToText component
11
+
# Getting Started with Angular SpeechToText component
12
12
13
13
This section explains how to create a default SpeechToText component and demonstrate the basic usage of the SpeechToText.
14
14
@@ -43,7 +43,7 @@ cd my-app
43
43
44
44
## Installing Syncfusion OTP Input package
45
45
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-).
47
47
48
48
Currently, Syncfusion provides two types of package structures for Angular components,
49
49
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.
141
141
142
142
## Adding button content
143
143
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.
145
145
146
146
The following example shows how to configure `buttonSettings` in SpeechToText component.
Copy file name to clipboardExpand all lines: ej2-angular/speech-to-text/globalization.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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.
5
5
platform: ej2-angular
6
6
control: SpeechToText
7
7
documentation: ug
@@ -45,7 +45,7 @@ The SpeechToText can be localized to any culture by defining the text in the cor
45
45
46
46
## RTL
47
47
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.
Copy file name to clipboardExpand all lines: ej2-angular/speech-to-text/methods.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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.
5
5
platform: ej2-angular
6
6
control: SpeechToText
7
7
documentation: ug
@@ -12,11 +12,11 @@ domainurl: ##DomainURL##
12
12
13
13
## Start listening
14
14
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.
16
16
17
17
## Stop listening
18
18
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.
20
20
21
21
Below sample demonstrates the SpeechToText component configured with above methods.
Copy file name to clipboardExpand all lines: ej2-angular/speech-to-text/speech-recognition.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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.
5
5
platform: ej2-angular
6
6
control: SpeechToText
7
7
documentation: ug
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
12
12
13
13
## Retrieving transcripts
14
14
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.
16
16
17
17
{% tabs %}
18
18
{% highlight ts tabtitle="app.component.ts" %}
@@ -30,7 +30,7 @@ You can use the [transcript](../api/speech-to-text#transcript) property to retri
30
30
31
31
## Setting language
32
32
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.
34
34
35
35
{% tabs %}
36
36
{% 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
48
48
49
49
## Allowing interim results
50
50
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`.
52
52
53
53
{% tabs %}
54
54
{% highlight ts tabtitle="app.component.ts" %}
@@ -66,7 +66,7 @@ You can use the [allowInterimResults](../api/speech-to-text#allowInterimResults)
66
66
67
67
## Managing listening state
68
68
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`.
70
70
71
71
### Inactive
72
72
@@ -80,7 +80,7 @@ It is actively listening which captures and transcribes speech with a stop icon
80
80
81
81
Denotes the speech recognition has ended, and no further speech is being processed.
82
82
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.
84
84
85
85
{% tabs %}
86
86
{% highlight ts tabtitle="app.component.ts" %}
@@ -98,7 +98,7 @@ Below sample demonstrates the usage of [listeningState](../api/speech-to-text#li
98
98
99
99
## Show or hide tooltip
100
100
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`.
102
102
103
103
{% tabs %}
104
104
{% highlight ts tabtitle="app.component.ts" %}
@@ -116,7 +116,7 @@ You can use the [showTooltip](../api/speech-to-text#showTooltip) property to spe
116
116
117
117
## Setting disabled
118
118
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`.
120
120
121
121
{% tabs %}
122
122
{% highlight ts tabtitle="app.component.ts" %}
@@ -134,7 +134,7 @@ You can use the [disabled](../api/speech-to-text#disabled) property to disable t
134
134
135
135
## Setting html attributes
136
136
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.
0 commit comments