From 2f05804eaa563e16d904a1507f248ac9a6418995 Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Fri, 9 May 2025 02:13:42 +0530 Subject: [PATCH] Integrated latest changes at 05-08-2025 10:30:26 PM --- ej2-angular/speech-to-text/accessibility.md | 4 ++-- ej2-angular/speech-to-text/appearance.md | 16 +++++++-------- ej2-angular/speech-to-text/events.md | 4 ++-- ej2-angular/speech-to-text/getting-started.md | 10 +++++----- ej2-angular/speech-to-text/globalization.md | 6 +++--- ej2-angular/speech-to-text/methods.md | 8 ++++---- ej2-angular/speech-to-text/security.md | 4 ++-- .../speech-to-text/speech-recognition.md | 20 +++++++++---------- 8 files changed, 36 insertions(+), 36 deletions(-) diff --git a/ej2-angular/speech-to-text/accessibility.md b/ej2-angular/speech-to-text/accessibility.md index cca75a12f2..9887c8b7f2 100644 --- a/ej2-angular/speech-to-text/accessibility.md +++ b/ej2-angular/speech-to-text/accessibility.md @@ -1,7 +1,7 @@ --- layout: post -title: Accessibility in Angular SpeechToText component | Syncfusion -description: Learn here all about Accessibility in Syncfusion Angular SpeechToText component of Syncfusion Essential JS 2 and more. +title: Accessibility in Angular SpeechToText Component | Syncfusion +description: Learn here all about accessibility in Syncfusion Essential Angular SpeechToText component, its elements, and more. platform: ej2-angular control: SpeechToText documentation: ug diff --git a/ej2-angular/speech-to-text/appearance.md b/ej2-angular/speech-to-text/appearance.md index 3afd1297f0..090c1e919a 100644 --- a/ej2-angular/speech-to-text/appearance.md +++ b/ej2-angular/speech-to-text/appearance.md @@ -1,7 +1,7 @@ --- layout: post -title: Appearance in Angular SpeechToText component | Syncfusion -description: Checkout and learn about Appearance with Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Appearance in Angular SpeechToText Component | Syncfusion +description: Checkout and learn about appearance in Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug @@ -12,7 +12,7 @@ domainurl: ##DomainURL## ## Customizing the button -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. +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. ### Setting start content @@ -56,7 +56,7 @@ Below code sample demonstrates how to configure the button with above mentioned ## Customizing the tooltips -You can use the [tooltipSettings](../api/speech-to-text#tooltipSettings) property to customize the content and positions of the tooltip. +You can use the [tooltipSettings](../api/speech-to-text/#tooltipSettings) property to customize the content and positions of the tooltip. ### Setting start content @@ -88,20 +88,20 @@ Below code sample demonstrates how to configure the tooltip with above mentioned ## Setting button styles -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. +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. | cssClass | Description | | -------- | -------- | | `e-primary` | Used to represent a primary action. | -| `e-outline` | Used to represent an appearance of button with outline. | -| `e-info` | Used to represent an informative action. | +| `e-outline` | Used to represent an appearance of button with outline. | +| `e-info` | Used to represent an informative action. | | `e-success` | Used to represent a positive action. | | `e-warning` | Used to represent an action with caution. | | `e-danger` | Used to represent a negative action. | ## Setting cssclass -You can use the [cssClass](../api/speech-to-text#cssClass) property to customize the appearance of the SpeechToText component. +You can use the [cssClass](../api/speech-to-text/#cssClass) property to customize the appearance of the SpeechToText component. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/ej2-angular/speech-to-text/events.md b/ej2-angular/speech-to-text/events.md index da9d1ae0fe..d86b02a655 100644 --- a/ej2-angular/speech-to-text/events.md +++ b/ej2-angular/speech-to-text/events.md @@ -1,7 +1,7 @@ --- layout: post -title: Events in Angular SpeechToText component | Syncfusion -description: Checkout and learn about Events in Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Events in Angular SpeechToText Component | Syncfusion +description: Checkout and learn about events in Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug diff --git a/ej2-angular/speech-to-text/getting-started.md b/ej2-angular/speech-to-text/getting-started.md index 8dc7edf186..bcce76045f 100644 --- a/ej2-angular/speech-to-text/getting-started.md +++ b/ej2-angular/speech-to-text/getting-started.md @@ -1,14 +1,14 @@ --- layout: post -title: Getting started with Angular SpeechToText component | Syncfusion -description: Checkout and learn about Getting started with Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Getting Started with Angular SpeechToText Component | Syncfusion +description: Checkout and learn about getting started with Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug domainurl: ##DomainURL## --- -# Getting started with Angular SpeechToText component +# Getting Started with Angular SpeechToText component This section explains how to create a default SpeechToText component and demonstrate the basic usage of the SpeechToText. @@ -43,7 +43,7 @@ cd my-app ## Installing Syncfusion OTP Input package -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- ). +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-). Currently, Syncfusion provides two types of package structures for Angular components, 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. ## Adding button content -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. +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. The following example shows how to configure `buttonSettings` in SpeechToText component. diff --git a/ej2-angular/speech-to-text/globalization.md b/ej2-angular/speech-to-text/globalization.md index cf02adbaec..00d3873762 100644 --- a/ej2-angular/speech-to-text/globalization.md +++ b/ej2-angular/speech-to-text/globalization.md @@ -1,7 +1,7 @@ --- layout: post -title: Globalization in Angular SpeechToText component | Syncfusion -description: Checkout and learn about Globalization with Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Globalization in Angular SpeechToText Component | Syncfusion +description: Checkout and learn about globalization in Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug @@ -45,7 +45,7 @@ The SpeechToText can be localized to any culture by defining the text in the cor ## RTL -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. +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. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/ej2-angular/speech-to-text/methods.md b/ej2-angular/speech-to-text/methods.md index 5ea025cd0c..67ca3a3f66 100644 --- a/ej2-angular/speech-to-text/methods.md +++ b/ej2-angular/speech-to-text/methods.md @@ -1,7 +1,7 @@ --- layout: post -title: Methods in Angular SpeechToText component | Syncfusion -description: Checkout and learn about Methods with Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Methods in Angular SpeechToText Component | Syncfusion +description: Checkout and learn about methods in Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug @@ -12,11 +12,11 @@ domainurl: ##DomainURL## ## Start listening -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. +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. ## Stop listening -You can use the [stopListening](../api/speech-to-text#stopListening) public method to stop capturing your speech and ends the speech recognition. +You can use the [stopListening](../api/speech-to-text/#stopListening) public method to stop capturing your speech and ends the speech recognition. Below sample demonstrates the SpeechToText component configured with above methods. diff --git a/ej2-angular/speech-to-text/security.md b/ej2-angular/speech-to-text/security.md index 3773d06ff1..0d442b1fde 100644 --- a/ej2-angular/speech-to-text/security.md +++ b/ej2-angular/speech-to-text/security.md @@ -1,7 +1,7 @@ --- layout: post -title: Security concerns in Angular SpeechToText component | Syncfusion -description: Checkout and learn about Security concerns with Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Security concerns in Angular SpeechToText Component | Syncfusion +description: Checkout and learn about security concerns in Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug diff --git a/ej2-angular/speech-to-text/speech-recognition.md b/ej2-angular/speech-to-text/speech-recognition.md index dc58a9e10b..79f7304c74 100644 --- a/ej2-angular/speech-to-text/speech-recognition.md +++ b/ej2-angular/speech-to-text/speech-recognition.md @@ -1,7 +1,7 @@ --- layout: post -title: Speech recognition in Angular SpeechToText component | Syncfusion -description: Checkout and learn about Speech recognition with Angular SpeechToText component of Syncfusion Essential JS 2 and more details. +title: Speech recognition in Angular SpeechToText Component | Syncfusion +description: Checkout and learn about speech recognition in Syncfusion Essential Angular SpeechToText component, its elements, and more details. platform: ej2-angular control: SpeechToText documentation: ug @@ -12,7 +12,7 @@ domainurl: ##DomainURL## ## Retrieving transcripts -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. +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. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -30,7 +30,7 @@ You can use the [transcript](../api/speech-to-text#transcript) property to retri ## Setting language -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. +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. {% tabs %} {% 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 ## Allowing interim results -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`. +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`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -66,7 +66,7 @@ You can use the [allowInterimResults](../api/speech-to-text#allowInterimResults) ## Managing listening state -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`. +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`. ### Inactive @@ -80,7 +80,7 @@ It is actively listening which captures and transcribes speech with a stop icon Denotes the speech recognition has ended, and no further speech is being processed. -Below sample demonstrates the usage of [listeningState](../api/speech-to-text#listeningState) property. +Below sample demonstrates the usage of [listeningState](../api/speech-to-text/#listeningState) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -98,7 +98,7 @@ Below sample demonstrates the usage of [listeningState](../api/speech-to-text#li ## Show or hide tooltip -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`. +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`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -116,7 +116,7 @@ You can use the [showTooltip](../api/speech-to-text#showTooltip) property to spe ## Setting disabled -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`. +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`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -134,7 +134,7 @@ You can use the [disabled](../api/speech-to-text#disabled) property to disable t ## Setting html attributes -You can use the [htmlAttributes](../api/speech-to-text#htmlAttributes) property to assign custom attributes to the SpeechToText component for the button element. +You can use the [htmlAttributes](../api/speech-to-text/#htmlAttributes) property to assign custom attributes to the SpeechToText component for the button element. ## Error handling