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: articles/cognitive-services/Speech-Service/overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ The following features are part of the Speech service. Use the links in this tab
31
31
||[Pronunciation assessment](./how-to-pronunciation-assessment.md)| Pronunciation assessment evaluates speech pronunciation and gives speakers feedback on the accuracy and fluency of spoken audio. With pronunciation assessment, language learners can practice, get instant feedback, and improve their pronunciation so that they can speak and present with confidence. |[Yes](./how-to-pronunciation-assessment.md)|[Yes](./rest-speech-to-text.md#pronunciation-assessment-parameters)|
32
32
|[Text-to-speech](text-to-speech.md)| Prebuilt neural voices | Text-to-speech converts input text into humanlike synthesized speech by using the [Speech Synthesis Markup Language (SSML)](speech-synthesis-markup.md). Use neural voices, which are humanlike voices powered by deep neural networks. See [Language support](language-support.md). |[Yes](./speech-sdk.md)|[Yes](#reference-docs)|
33
33
||[Custom neural voices](#customize-your-speech-experience)| Create custom neural voice fonts unique to your brand or product. | No |[Yes](#reference-docs)|
34
-
|[Speech translation](speech-translation.md)| Speech translation | Speech translation enables real-time, multilanguage translation of speech to your applications, tools, and devices. Use this service for speech-to-speech and speech-to-text translation. |[Yes](./speech-sdk.md)| No |
35
-
|[Voice assistants](voice-assistants.md)| Voice assistants | Voice assistants using the Speech service empower developers to create natural, humanlike conversational interfaces for their applications and experiences. The voice assistant service provides fast, reliable interaction between a device and an assistant implementation that uses the Bot Framework's Direct Line Speech channel or the integrated custom commands service for task completion. |[Yes](voice-assistants.md)| No |
36
-
|[Speaker recognition](speaker-recognition-overview.md)| Speaker verification and identification |The speaker recognition service provides algorithms that verify and identify speakers by their unique voice characteristics. Speaker recognition is used to answer the question, "Who is speaking?". | Yes |[Yes](/rest/api/speakerrecognition/)|
34
+
|[Speech translation](speech-translation.md)| Speech translation | Speech translation enables real-time, multilanguage translation of speech to your applications, tools, and devices. Use this feature for speech-to-speech and speech-to-text translation. |[Yes](./speech-sdk.md)| No |
35
+
|[Voice assistants](voice-assistants.md)| Voice assistants | Voice assistants using the Speech service empower developers to create natural, humanlike conversational interfaces for their applications and experiences. The voice assistant feature provides fast, reliable interaction between a device and an assistant implementation that uses the Bot Framework's Direct Line Speech channel or the integrated custom commands service for task completion. |[Yes](voice-assistants.md)| No |
36
+
|[Speaker recognition](speaker-recognition-overview.md)| Speaker verification and identification |Speaker recognition provides algorithms that verify and identify speakers by their unique voice characteristics. Speaker recognition is used to answer the question, "Who is speaking?". | Yes |[Yes](/rest/api/speakerrecognition/)|
37
37
38
38
## Try the Speech service for free
39
39
@@ -71,9 +71,9 @@ To add a Speech service resource to your Azure account by using the free or paid
71
71
72
72
It takes a few moments to deploy your new Speech resource.
73
73
74
-
### Find the keys and the location or region
74
+
### Find keys and location/region
75
75
76
-
To find the keys and the location or region of a completed deployment:
76
+
To find the keys and location/region of a completed deployment:
77
77
78
78
1. Sign in to the [Azure portal](https://portal.azure.com/) by using your Microsoft account.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-sdk.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The Speech SDK exposes many features from the Speech service, but not all of the
24
24
25
25
### Speech-to-text
26
26
27
-
[Speech-to-text](speech-to-text.md)(also known as *speech recognition*) transcribes audio streams to text that your applications, tools, or devices can consume or display. Use speech-to-text with [Language Understanding (LUIS)](../luis/index.yml) to derive user intents from transcribed speech and act on voice commands. Use [speech translation](speech-translation.md) to translate speech input to a different language with a single call. For more information, see [Speech-to-text basics](./get-started-speech-to-text.md).
27
+
[Speech-to-text](speech-to-text.md) transcribes audio streams to text that your applications, tools, or devices can consume or display. Speech-to-text is also known as *speech recognition*. Use speech-to-text with [Language Understanding (LUIS)](../luis/index.yml) to derive user intents from transcribed speech and act on voice commands. Use [speech translation](speech-translation.md) to translate speech input to a different language with a single call. For more information, see [Speech-to-text basics](./get-started-speech-to-text.md).
28
28
29
29
**Speech recognition, phrase list, intent, translation, and on-premises containers** are available on the following platforms:
30
30
@@ -39,7 +39,7 @@ The Speech SDK exposes many features from the Speech service, but not all of the
39
39
40
40
### Text-to-speech
41
41
42
-
[Text-to-speech](text-to-speech.md)(also known as *speech synthesis*) converts text into humanlike synthesized speech. The input text is either string literals or uses the [Speech Synthesis Markup Language (SSML)](speech-synthesis-markup.md). For more information on standard or neural voices, see [Text-to-speech language and voice support](language-support.md#text-to-speech).
42
+
[Text-to-speech](text-to-speech.md) converts text into humanlike synthesized speech. Text-to-speech is also known as *speech synthesis*. The input text is either string literals or uses the [Speech Synthesis Markup Language (SSML)](speech-synthesis-markup.md). For more information on standard or neural voices, see [Text-to-speech language and voice support](language-support.md#text-to-speech).
43
43
44
44
**Text-to-speech** is available on the following platforms:
45
45
@@ -81,7 +81,7 @@ The Speech SDK is perfect for transcribing meeting scenarios, whether from a sin
81
81
82
82
#### Conversation transcription
83
83
84
-
[Conversation transcription](conversation-transcription.md) enables real-time (and asynchronous) speech recognition, speaker identification, and sentence attribution to each speaker (also known as *diarization*). It's perfect for transcribing in-person meetings with the ability to distinguish speakers.
84
+
[Conversation transcription](conversation-transcription.md) enables real-time, and asynchronous, speech recognition, speaker identification, and sentence attribution to each speaker. This process is also known as *diarization*. It's perfect for transcribing in-person meetings with the ability to distinguish speakers.
85
85
86
86
**Conversation transcription** is available on the following platforms:
87
87
@@ -91,7 +91,7 @@ The Speech SDK is perfect for transcribing meeting scenarios, whether from a sin
91
91
92
92
#### Multidevice conversation
93
93
94
-
With [multidevice conversation](multi-device-conversation.md), connect multiple devices or clients in a conversation to send speech-based or text-based messages, with easy support for transcription and translation.
94
+
With [multidevice conversation](multi-device-conversation.md), you can connect multiple devices or clients in a conversation to send speech-based or text-based messages, with easy support for transcription and translation.
95
95
96
96
**Multidevice conversation** is available on the following platforms:
0 commit comments