| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.microsoft.cognitiveservices.speech |
| ArtifactId | ArtifactIdclient-sdk |
| Last Version | Last Version1.22.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionMicrosoft Cognitive Services Speech SDK for Java
This SDK allows you to use the Microsoft Cognitive Speech Service.
See https://aka.ms/csspeech for more information.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-sdk-1.22.0.pom | |
| client-sdk-1.22.0-sources.jar | 163 bytes |
| client-sdk-1.22.0-javadoc.jar | 163 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-sdk/ -->
<dependency>
<groupId>com.microsoft.cognitiveservices.speech</groupId>
<artifactId>client-sdk</artifactId>
<version>1.22.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-sdk/
implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.22.0'
// https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-sdk/
implementation ("com.microsoft.cognitiveservices.speech:client-sdk:1.22.0")
'com.microsoft.cognitiveservices.speech:client-sdk:aar:1.22.0'
<dependency org="com.microsoft.cognitiveservices.speech" name="client-sdk" rev="1.22.0">
<artifact name="client-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.cognitiveservices.speech', module='client-sdk', version='1.22.0')
)
libraryDependencies += "com.microsoft.cognitiveservices.speech" % "client-sdk" % "1.22.0"
[com.microsoft.cognitiveservices.speech/client-sdk "1.22.0"]