Skip to content

Commit 4f535f6

Browse files
committed
update package refferences in the docs repo.
1 parent dad3121 commit 4f535f6

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

articles/cognitive-services/Speech-Service/embedded-speech.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
132132
<dependency>
133133
<groupId>com.microsoft.cognitiveservices.speech</groupId>
134134
<artifactId>client-sdk-embedded</artifactId>
135-
<version>1.26.0</version>
135+
<version>1.27.0</version>
136136
</dependency>
137137
</dependencies>
138138
</project>
@@ -153,7 +153,7 @@ Be sure to use the `@aar` suffix when the dependency is specified in `build.grad
153153

154154
```
155155
dependencies {
156-
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.26.0@aar'
156+
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.27.0@aar'
157157
}
158158
```
159159
::: zone-end

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to [install the Speech SDK](~/articles/cogn
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.26.0</version>
46+
<version>1.27.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Add the Speech SDK as a dependency in your project.
4848
1. Select **File** > **Project structure** > **Dependencies** > **app**.
4949
1. Select the plus symbol (**+**) to add a dependency under **Declared Dependencies**. Then select **Library dependency** from the drop-down menu.
5050
:::image type="content" source="../../../media/sdk/android-studio/sdk-install-3-zoom.png" alt-text="Screenshot that shows how to add a library dependency in Android Studio." lightbox="../../../media/sdk/android-studio/sdk-install-3.png":::
51-
1. In the **Add Library Dependency** window that appears, enter the name and version of the Speech SDK for Java: **com.microsoft.cognitiveservices.speech:client-sdk:1.26.0**. Then select **Search**.
51+
1. In the **Add Library Dependency** window that appears, enter the name and version of the Speech SDK for Java: **com.microsoft.cognitiveservices.speech:client-sdk:1.27.0**. Then select **Search**.
5252
1. Make sure that the selected **Group ID** is **com.microsoft.cognitiveservices.speech**, and then select **OK**.
5353
1. Select **OK** to close the **Project Structure** window and apply your changes to the project.

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-jre.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
5454
<dependency>
5555
<groupId>com.microsoft.cognitiveservices.speech</groupId>
5656
<artifactId>client-sdk</artifactId>
57-
<version>1.26.0</version>
57+
<version>1.27.0</version>
5858
</dependency>
5959
</dependencies>
6060
</project>
@@ -107,7 +107,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
107107
<dependency>
108108
<groupId>com.microsoft.cognitiveservices.speech</groupId>
109109
<artifactId>client-sdk</artifactId>
110-
<version>1.26.0</version>
110+
<version>1.27.0</version>
111111
</dependency>
112112
</dependencies>
113113
```
@@ -125,7 +125,7 @@ Gradle configurations require an explicit reference to the .jar dependency exten
125125
// build.gradle
126126

127127
dependencies {
128-
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.26.0", ext: "jar"
128+
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.27.0", ext: "jar"
129129
}
130130
```
131131
---

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/objectivec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535
3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.26.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.27.0'
3838
end
3939
```
4040
1. Run `pod install` to install the Speech SDK.
@@ -64,7 +64,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6464
use_frameworks!
6565
6666
target 'AppName' do
67-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.26.0'
67+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.27.0'
6868
end
6969
```
7070
1. Run `pod install` to install the Speech SDK.

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535
3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.26.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.27.0'
3838
end
3939
```
4040
1. Run `pod install` to install the Speech SDK.
@@ -65,7 +65,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6565
use_frameworks!
6666
6767
target 'AppName' do
68-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.26.0'
68+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.27.0'
6969
end
7070
```
7171
1. Run `pod install` to install the Speech SDK.

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to install the Speech SDK. The sample in th
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.26.0</version>
46+
<version>1.27.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-translation-basics/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to install the Speech SDK. The sample in th
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.26.0</version>
46+
<version>1.27.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to install the Speech SDK. The sample in th
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.26.0</version>
46+
<version>1.27.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

0 commit comments

Comments
 (0)