Skip to content

Commit 6e27dfe

Browse files
authored
Merge pull request #78400 from mswellsi/aquick-fixes
Review changes
2 parents ffe97ef + 2fde896 commit 6e27dfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/speech-devices-sdk-android-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To validate your development kit setup, build and install the sample application
8080

8181
1. Add your speech subscription key to the source code. If you want to try intent recognition, also add your [Language Understanding service](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/) subscription key and application ID.
8282

83-
For speech and LUIS your information goes into MainActivity.java:
83+
For speech and LUIS, your information goes into MainActivity.java:
8484

8585
```java
8686
// Subscription
@@ -91,7 +91,7 @@ To validate your development kit setup, build and install the sample application
9191
private static String LuisAppId = "<enter your LUIS AppId>";
9292
```
9393

94-
If you are using conversation transcription your speech key and region information are also needed in conversation.java:
94+
If you are using conversation transcription, your speech key and region information are also needed in conversation.java:
9595

9696
```java
9797
private static final String CTSKey = "<Conversation Transcription Service Key>";
@@ -141,7 +141,7 @@ To validate your development kit setup, build and install the sample application
141141

142142
![Sample Speech Devices SDK example application and options](media/speech-devices-sdk/qsg-8.png)
143143

144-
1. Newly added is the Conversation Transcription demo. Start transcribing with 'Start Session'. By default everyone is a guest, however if you have participant’s voice signatures they can be put into a file /video/participants.properties on the device. To generate the voice signature look at [Transcribe conversations (SDK)](how-to-use-conversation-transcription-service.md).
144+
1. Try the new Conversation Transcription demo. Start transcribing with 'Start Session'. By default everyone is a guest. However, if you have participant’s voice signatures they can be put into a file `/video/participants.properties` on the device. To generate the voice signature, look at [Transcribe conversations (SDK)](how-to-use-conversation-transcription-service.md).
145145

146146
![Demo Conversation Transcription application](media/speech-devices-sdk/qsg-15.png)
147147

0 commit comments

Comments
 (0)