Skip to content

Commit c074332

Browse files
authored
Merge pull request #7 from valindrae/valindrae-patch-edit
Update based on reviewer feedback. Note for review team: These docs are a resource for a private preview release. Since they cant be publicly discoverable, so wont be added to TOC yet. At the time of public preview, TOC will be updated. We have an exception with the review team & Tami Fosmark is aware of the exception.
2 parents 3990543 + 9637bad commit c074332

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/communication-services/concepts/voice-video-calling/recognize-action.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: kpunjabi
99
ms.custom: private_preview
1010
---
1111

12-
# Recognize Action Overview
12+
# Recognize action overview
1313

1414
> [!IMPORTANT]
1515
> Functionality described on this document is currently in private preview. Private preview includes access to SDKs and documentation for testing purposes that are not yet available publicly.
@@ -20,7 +20,7 @@ With the Recognize action developers will be able to enhance their IVR or contac
2020
**DTMF**
2121
Dual-tone multifrequency (DTMF) recognition is the process of understanding tones/sounds generated by a telephone when a number is pressed. Equipment at the receiving end listening for the specific tone then converts them into commands. These commands generally signal user intent when navigating a menu in an IVR scenario or in some cases can be used to capture important information that the user needs to provide via their phones keypad.
2222

23-
**DTMF Events and their associated Tones**
23+
**DTMF events and their associated tones**
2424

2525
|Event|Tone|
2626
| --- |--|
@@ -57,7 +57,7 @@ The recognize action can be used for many reasons, below are a few examples of h
5757

5858
## How the Recognize action workflow looks
5959

60-
![Recognize Action](./recognize-action-flow.png)
60+
![Recognize Action](./media/recognize-action-flow.png)
6161

6262
## What's coming up next for Recognize action
6363

articles/communication-services/quickstarts/voice-video-calling/includes/call-automation-media/recognize-action-quickstart-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: kpunjabi
1919
- [Apache Maven](https://maven.apache.org/download.cgi).
2020
- Obtain the NuGet package from the [Azure SDK Dev Feed](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md#nuget-package-dev-feed)
2121

22-
## Technical Specifications
22+
## Technical specifications
2323

2424
The following parameters are available to customize the Recognize function:
2525

articles/communication-services/quickstarts/voice-video-calling/includes/call-automation-media/recognize-action-quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: kpunjabi
1818
- [Java Development Kit](/java/azure/jdk/?preserve-view=true&view=azure-java-stable) version 8 or above.
1919
- [Apache Maven](https://maven.apache.org/download.cgi).
2020

21-
## Technical Specifications
21+
## Technical specifications
2222

2323
The following parameters are available to customize the Recognize function:
2424

@@ -55,7 +55,7 @@ Update your applications POM file to use Java 8 or higher.
5555
</properties>
5656
```
5757

58-
## Configure Azure SDK Dev Feed
58+
## Configure azure SDK dev feed
5959

6060
Since the Call Automation SDK version used in this quickstart isn't yet available in Maven Central Repository, we need to add an Azure Artifacts development feed, which contains the latest version of Call Automation SDK.
6161

0 commit comments

Comments
 (0)