Skip to content

Commit f441ebf

Browse files
Minor edits.
1 parent cefca9f commit f441ebf

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

articles/ai-services/speech-service/includes/quickstarts/platform/cpp-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide shows how to install the [Speech SDK](~/articles/ai-services/speech-s
1616

1717
1. Choose a directory to which the Speech SDK files should be extracted, and set the `SPEECHSDK_ROOT` environment variable to point to that directory. This variable makes it easy to refer to the directory in future commands.
1818

19-
For example, if you want to use the directory `speechsdk` in your home directory, use a command like the following example:
19+
For example, if you want to use the directory *speechsdk* in your home directory, use a command like the following example:
2020

2121
```sh
2222
export SPEECHSDK_ROOT="$HOME/speechsdk"

articles/ai-services/speech-service/includes/quickstarts/platform/csharp-xamarin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,3 @@ Install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget), and refer
125125
```
126126

127127
The Speech SDK is now installed. You can now delete or reuse the **helloworld** project that you created in the previous steps.
128-

articles/ai-services/speech-service/includes/quickstarts/platform/linux-install-sdk.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use the following procedure to download and install the SDK. The steps include [
1010

1111
1. Choose a directory to which the Speech SDK files should be extracted. Set the `SPEECHSDK_ROOT` environment variable to point to that directory. This variable makes it easy to refer to the directory in future commands.
1212

13-
If you want to use the directory `speechsdk` in your home directory, use a command like the following example:
13+
If you want to use the directory *speechsdk* in your home directory, use a command like the following example:
1414

1515
```sh
1616
export SPEECHSDK_ROOT="$HOME/speechsdk"
@@ -39,11 +39,11 @@ Use the following procedure to download and install the SDK. The steps include [
3939

4040
| Path | Description |
4141
|:-----|:----|
42-
| `license.md` | License
43-
| `ThirdPartyNotices.md` | Third-party notices
44-
| `REDIST.txt` | Redistribution notice
45-
| `include` | Required header files for C++
46-
| `lib/arm32` | Native library for ARM32 required to link your application
47-
| `lib/arm64` | Native library for ARM64 required to link your application
48-
| `lib/x64` | Native library for x64 required to link your application
49-
| `lib/x86` | Native library for x86 required to link your application
42+
| *license.md* | License
43+
| *ThirdPartyNotices.md* | Third-party notices
44+
| *REDIST.txt* | Redistribution notice
45+
| *include* | Required header files for C++
46+
| *lib/arm32* | Native library for ARM32 required to link your application
47+
| *lib/arm64* | Native library for ARM64 required to link your application
48+
| *lib/x64* | Native library for x64 required to link your application
49+
| *lib/x86* | Native library for x86 required to link your application

articles/ai-services/speech-service/includes/quickstarts/platform/objectivec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ System requirements for Mac:
2525

2626
The macOS CocoaPod package is available for download and use with the [Xcode 9.4.1](https://apps.apple.com/us/app/xcode/id497799835) or later integrated development environment (IDE).
2727

28-
1. Go to the Xcode directory where your `.xcodeproj` project file is located.
28+
1. Go to the Xcode directory where your *.xcodeproj* project file is located.
2929
1. Run `pod init` to create a pod file named *Podfile*.
3030
1. Replace the contents of *Podfile* with the following. Update the `target` name from `AppName` to the name of your app. Update the platform or pod version as needed.
3131

@@ -56,7 +56,7 @@ System requirements for iOS:
5656

5757
The macOS CocoaPod package is available for download and use with the [Xcode 9.4.1](https://apps.apple.com/us/app/xcode/id497799835) or later integrated development environment (IDE).
5858

59-
1. Go to the Xcode directory where your `.xcodeproj` project file is located.
59+
1. Go to the Xcode directory where your *.xcodeproj* project file is located.
6060
1. Run `pod init` to create a pod file named *Podfile*.
6161
1. Replace the contents of *Podfile* with the following. Update the `target` name from `AppName` to the name of your app. Update the platform or pod version as needed.
6262

articles/ai-services/speech-service/includes/quickstarts/platform/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ For more information about Visual Studio Code and Python, see [Visual Studio Cod
7171

7272
Add the following import statement to use the Speech SDK in your Python project:
7373

74-
```Python
74+
```python
7575
import azure.cognitiveservices.speech as speechsdk
7676
```

0 commit comments

Comments
 (0)