| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.microsoft.cognitiveservices.speech |
| Идентификатор | Идентификаторclient-aar-sdk |
| Последняя версия | Последняя версия1.14.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-aar-sdk-1.14.0.pom | |
| client-aar-sdk-1.14.0-sources.jar | 163 bytes |
| client-aar-sdk-1.14.0-javadoc.jar | 163 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-aar-sdk/ -->
<dependency>
<groupId>com.microsoft.cognitiveservices.speech</groupId>
<artifactId>client-aar-sdk</artifactId>
<version>1.14.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-aar-sdk/
implementation 'com.microsoft.cognitiveservices.speech:client-aar-sdk:1.14.0'
// https://jarcasting.com/artifacts/com.microsoft.cognitiveservices.speech/client-aar-sdk/
implementation ("com.microsoft.cognitiveservices.speech:client-aar-sdk:1.14.0")
'com.microsoft.cognitiveservices.speech:client-aar-sdk:aar:1.14.0'
<dependency org="com.microsoft.cognitiveservices.speech" name="client-aar-sdk" rev="1.14.0">
<artifact name="client-aar-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.cognitiveservices.speech', module='client-aar-sdk', version='1.14.0')
)
libraryDependencies += "com.microsoft.cognitiveservices.speech" % "client-aar-sdk" % "1.14.0"
[com.microsoft.cognitiveservices.speech/client-aar-sdk "1.14.0"]