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.40.0.jar download
client-sdk-1.40.0.pom download
client-sdk-1.40.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.cognitiveservices.speech</groupId>
  <artifactId>client-sdk</artifactId>
  <version>1.40.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.40.0'
Gradle Kotlin
implementation("com.microsoft.cognitiveservices.speech:client-sdk:1.40.0")
Scala SBT
libraryDependencies += "com.microsoft.cognitiveservices.speech" % "client-sdk" % "1.40.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.cognitiveservices.speech', module='client-sdk', version='1.40.0')
)
Apache Ivy
<dependency org="com.microsoft.cognitiveservices.speech" name="client-sdk" rev="1.40.0" />
Leiningen
[com.microsoft.cognitiveservices.speech/client-sdk "1.40.0"]
Apache Buildr
'com.microsoft.cognitiveservices.speech:client-sdk:jar:1.40.0'
Dependencies
The project has no third-party dependencies