c

client-sdk

This SDK allows you to use the Microsoft Cognitive Speech Service. See https://aka.ms/csspeech for more information.
https://aka.ms/csspeech
Microsoft Software License Terms for Microsoft Cognitive Services Speech SDK
Cognitive Services Speech
Files download
File Operation
client-sdk-1.34.1.jar download
client-sdk-1.34.1.pom download
client-sdk-1.34.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.cognitiveservices.speech</groupId>
  <artifactId>client-sdk</artifactId>
  <version>1.34.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.34.1'
Gradle Kotlin
implementation("com.microsoft.cognitiveservices.speech:client-sdk:1.34.1")
Scala SBT
libraryDependencies += "com.microsoft.cognitiveservices.speech" % "client-sdk" % "1.34.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.cognitiveservices.speech', module='client-sdk', version='1.34.1')
)
Apache Ivy
<dependency org="com.microsoft.cognitiveservices.speech" name="client-sdk" rev="1.34.1" />
Leiningen
[com.microsoft.cognitiveservices.speech/client-sdk "1.34.1"]
Apache Buildr
'com.microsoft.cognitiveservices.speech:client-sdk:jar:1.34.1'
Dependencies
The project has no third-party dependencies