| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.microsoft.cognitiveservices.speech |
| Идентификатор | Идентификаторclient-sdk |
| Последняя версия | Последняя версия1.22.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеMicrosoft 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| client-sdk-1.22.0.pom | |
| client-sdk-1.22.0-sources.jar | 163 bytes |
| client-sdk-1.22.0-javadoc.jar | 163 bytes |
| Обзор |
<!-- 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"]