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-asp-core-mvc/speech-to-text/EJ2_ASP.MVC/appearance.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -12,31 +12,31 @@ documentation: ug
12
12
13
13
## Customizing the button
14
14
15
-
You can use the `ButtonSettings` property to customize the appearance of the start and stop buttons in the speech to text conversion.
15
+
You can use the [ButtonSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_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
19
-
You can use the `Content` property to define text content for the listening start state in the SpeechToText button.
19
+
You can use the [Content](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_Content) property to define text content for the listening start state in the SpeechToText button.
20
20
21
21
### Setting stop content
22
22
23
-
You can use the `StopContent` property to define text content for the listening stop state in the SpeechToText button.
23
+
You can use the [StopContent](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_StopContent) property to define text content for the listening stop state in the SpeechToText button.
24
24
25
25
### Setting iconcss
26
26
27
-
You can use the `IconCss` property to apply a CSS class to customize the icon appearance for the listening start state.
27
+
You can use the [IconCss](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_IconCss) property to apply a CSS class to customize the icon appearance for the listening start state.
28
28
29
29
### Setting stop iconcss
30
30
31
-
You can use the `StopIconCss` property to apply a CSS class to customize the icon appearance for the listening stop state.
31
+
You can use the [StopIconCss](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_StopIconCss) property to apply a CSS class to customize the icon appearance for the listening stop state.
32
32
33
33
### Setting icon position
34
34
35
-
You can display the icon on the top, bottom, left, or right side of the button text content using the `iconPosition` property.
35
+
You can display the icon on the top, bottom, left, or right side of the button text content using the [IconPosition](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_IconPosition) property.
36
36
37
37
### Setting primary
38
38
39
-
You can use the `IsPrimary` property to configure the button as a primary action button.
39
+
You can use the [IsPrimary](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_IsPrimary) property to configure the button as a primary action button.
40
40
41
41
Below code sample demonstrates how to configure the button with above mentioned properties.
42
42
@@ -53,19 +53,19 @@ Below code sample demonstrates how to configure the button with above mentioned
53
53
54
54
## Customizing the tooltips
55
55
56
-
You can use the `TooltipSettings` property to customize the content and positions of the tooltip.
56
+
You can use the [TooltipSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextTooltipSettings.html) property to customize the content and positions of the tooltip.
57
57
58
58
### Setting start content
59
59
60
-
You can use the `Content` property to customize the content to be displayed in the tooltip when the speech recognition begins.
60
+
You can use the [Content](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextTooltipSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextTooltipSettings_Content) property to customize the content to be displayed in the tooltip when the speech recognition begins.
61
61
62
62
### Setting stop content
63
63
64
-
You can use the `StopContent` property to customize the stop button tooltip text which is displayed on-hover.
64
+
You can use the [StopContent](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextTooltipSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextTooltipSettings_StopContent) property to customize the stop button tooltip text which is displayed on-hover.
65
65
66
66
### Setting tooltip position
67
67
68
-
You can use the `Position` property to determine the placement of tooltips relative to the button.
68
+
You can use the [Position](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextTooltipSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextTooltipSettings_Position) property to determine the placement of tooltips relative to the button.
69
69
70
70
Below code sample demonstrates how to configure the tooltip with above mentioned properties.
71
71
@@ -82,7 +82,7 @@ Below code sample demonstrates how to configure the tooltip with above mentioned
82
82
83
83
## Setting button styles
84
84
85
-
The SpeechToText control supports the following predefined styles that can be defined using the `CssClass` property. You can customize by adding the cssClass property with the below defined class.
85
+
The SpeechToText control supports the following predefined styles that can be defined using the [CssClass](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_CssClass) property. You can customize by adding the cssClass property with the below defined class.
86
86
87
87
| cssClass | Description |
88
88
| -------- | -------- |
@@ -95,7 +95,7 @@ The SpeechToText control supports the following predefined styles that can be de
95
95
96
96
## Setting cssclass
97
97
98
-
You can use the `cssClass` property to customize the appearance of the SpeechToText control.
98
+
You can use the [CssClass](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_CssClass) property to customize the appearance of the SpeechToText control.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/speech-to-text/EJ2_ASP.MVC/events.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ This section describes the SpeechToText events that will be triggered when appro
14
14
15
15
|Name|Args|Description|
16
16
|---|---|---|
17
-
|Created|-|Triggers when the SpeechToText control's rendering is fully completed|
18
-
|OnStart|StartListeningEventArgs|Triggers when the speech recognition begins|
19
-
|OnStop|StopListeningEventArgs|Triggers when the speech recognition stops|
20
-
|OnError|ErrorEventArgs|Triggers when an error occurs during speech recognition or while listening. For list of possible errors, refer to the [Error handling](./speech-recognition#error-handling) section|
21
-
|TranscriptChanged|TranscriptChangedEventArgs|Triggers when an transcription change occurs during the speech recognition|
17
+
|[Created](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_Created)|-|Triggers when the SpeechToText control's rendering is fully completed|
18
+
|[OnStart](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_OnStart)|StartListeningEventArgs|Triggers when the speech recognition begins|
19
+
|[OnStop](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_OnStop)|StopListeningEventArgs|Triggers when the speech recognition stops|
20
+
|[OnError](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_OnError)|ErrorEventArgs|Triggers when an error occurs during speech recognition or while listening. For list of possible errors, refer to the [Error handling](./speech-recognition#error-handling) section|
21
+
|[TranscriptChanged](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_TranscriptChanged)|TranscriptChangedEventArgs|Triggers when an transcription change occurs during the speech recognition|
22
22
23
23
The following example demonstrates how to configure the SpeechToText events.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/speech-to-text/EJ2_ASP.MVC/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (m
99
99
100
100
## Adding button content
101
101
102
-
You can use the `Content` property to display the start listening text and `StopContent` to display the stop listening text by using the `ButtonSettings` property.
102
+
You can use the [Content](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_Content) property to display the start listening text and [StopContent](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextButtonSettings.html#Syncfusion_EJ2_Inputs_SpeechToTextButtonSettings_StopContent) to display the stop listening text by using the [ButtonSettings](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_ButtonSettings) property.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/speech-to-text/EJ2_ASP.MVC/globalization.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The SpeechToText can be localized to any culture by defining the text in the cor
42
42
43
43
## RTL
44
44
45
-
RTL provides an option to switch the text direction and layout of the SpeechToText control from right to left by setting the `EnableRtl` property to true.
45
+
RTL provides an option to switch the text direction and layout of the SpeechToText control from right to left by setting the [EnableRtl](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_EnableRtl) property to true.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/speech-to-text/EJ2_ASP.MVC/speech-recognition.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ documentation: ug
12
12
13
13
## Retrieving transcripts
14
14
15
-
You can use the `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](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_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 razor tabtitle="CSHTML" %}
@@ -27,7 +27,7 @@ You can use the `Transcript` property to retrieve the transcribed text from the
27
27
28
28
## Setting language
29
29
30
-
You can use the `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.
30
+
You can use the [Lang](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_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.
31
31
32
32
{% tabs %}
33
33
{% highlight razor tabtitle="CSHTML" %}
@@ -42,7 +42,7 @@ You can use the `Lang` property to specify the language for speech recognition.
42
42
43
43
## Allowing interim results
44
44
45
-
You can use the `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`.
45
+
You can use the [AllowInterimResults](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_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`.
46
46
47
47
{% tabs %}
48
48
{% highlight razor tabtitle="CSHTML" %}
@@ -57,7 +57,7 @@ You can use the `AllowInterimResults` property to enable or disable interim resu
57
57
58
58
## Managing listening state
59
59
60
-
You can use the `ListeningState` property to manage the listening state of the control. The possible values are `Inactive`, `Listening` and `Stopped`. By default, the value is `Inactive`.
60
+
You can use the [ListeningState](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_ListeningState) property to manage the listening state of the control. The possible values are [Inactive](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextState.html#Syncfusion_EJ2_Inputs_SpeechToTextState_Inactive), [Listening](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextState.html#Syncfusion_EJ2_Inputs_SpeechToTextState_Listening) and [Stopped](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToTextState.html#Syncfusion_EJ2_Inputs_SpeechToTextState_Stopped). By default, the value is `Inactive`.
61
61
62
62
### Inactive
63
63
@@ -71,7 +71,7 @@ It is actively listening which captures and transcribes speech with a stop icon
71
71
72
72
Denotes the speech recognition has ended, and no further speech is being processed.
73
73
74
-
Below sample demonstrates the usage of `ListeningState` property.
74
+
Below sample demonstrates the usage of [ListeningState](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_ListeningState) property.
75
75
76
76
{% tabs %}
77
77
{% highlight razor tabtitle="CSHTML" %}
@@ -86,7 +86,7 @@ Below sample demonstrates the usage of `ListeningState` property.
86
86
87
87
## Show or hide tooltip
88
88
89
-
You can use the `ShowTooltip` property to specify the tooltip text to be displayed on hovering the SpeechToText button. By default, the value is `true`.
89
+
You can use the [ShowTooltip](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_ShowTooltip) property to specify the tooltip text to be displayed on hovering the SpeechToText button. By default, the value is `true`.
90
90
91
91
{% tabs %}
92
92
{% highlight razor tabtitle="CSHTML" %}
@@ -101,7 +101,7 @@ You can use the `ShowTooltip` property to specify the tooltip text to be display
101
101
102
102
## Setting disabled
103
103
104
-
You can use the `Disabled` property to disable the SpeechToText, preventing user interaction when set to `true`. By default, the value is `false`.
104
+
You can use the [Disabled](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_Disabled) property to disable the SpeechToText, preventing user interaction when set to `true`. By default, the value is `false`.
105
105
106
106
{% tabs %}
107
107
{% highlight razor tabtitle="CSHTML" %}
@@ -116,7 +116,7 @@ You can use the `Disabled` property to disable the SpeechToText, preventing user
116
116
117
117
## Setting html attributes
118
118
119
-
You can use the `HtmlAttributes` property to assign custom attributes to the SpeechToText control for the button element.
119
+
You can use the [HtmlAttributes](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Inputs.SpeechToText.html#Syncfusion_EJ2_Inputs_SpeechToText_HtmlAttributes) property to assign custom attributes to the SpeechToText control for the button element.
0 commit comments