License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.microsoft.cognitiveservices.speech |
ArtifactId | ArtifactIdclient-jar-sdk |
Version | Version1.14.0 |
Type | Typejar |
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-jar-sdk-1.14.0.pom | |
client-jar-sdk-1.14.0-sources.jar | 163 bytes |
client-jar-sdk-1.14.0-javadoc.jar | 163 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-jar-sdk/ -->
<dependency>
<groupId>com.microsoft.cognitiveservices.speech</groupId>
<artifactId>client-jar-sdk</artifactId>
<version>1.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-jar-sdk/
implementation 'com.microsoft.cognitiveservices.speech:client-jar-sdk:1.14.0'
// https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-jar-sdk/
implementation ("com.microsoft.cognitiveservices.speech:client-jar-sdk:1.14.0")
'com.microsoft.cognitiveservices.speech:client-jar-sdk:jar:1.14.0'
<dependency org="com.microsoft.cognitiveservices.speech" name="client-jar-sdk" rev="1.14.0">
<artifact name="client-jar-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.cognitiveservices.speech', module='client-jar-sdk', version='1.14.0')
)
libraryDependencies += "com.microsoft.cognitiveservices.speech" % "client-jar-sdk" % "1.14.0"
[com.microsoft.cognitiveservices.speech/client-jar-sdk "1.14.0"]