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
Brian Mouncer Jarno Ensio Hakulinen Ryan Hurey
文件下载
文件名 操作
client-sdk-1.24.2.jar 下载
client-sdk-1.24.2.pom 下载
client-sdk-1.24.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.cognitiveservices.speech</groupId>
  <artifactId>client-sdk</artifactId>
  <version>1.24.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.24.2'
Gradle Kotlin
implementation("com.microsoft.cognitiveservices.speech:client-sdk:1.24.2")
Scala SBT
libraryDependencies += "com.microsoft.cognitiveservices.speech" % "client-sdk" % "1.24.2"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.cognitiveservices.speech', module='client-sdk', version='1.24.2')
)
Apache Ivy
<dependency org="com.microsoft.cognitiveservices.speech" name="client-sdk" rev="1.24.2" />
Leiningen
[com.microsoft.cognitiveservices.speech/client-sdk "1.24.2"]
Apache Buildr
'com.microsoft.cognitiveservices.speech:client-sdk:jar:1.24.2'
本项目依赖
该项目无第三方依赖