Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Java / Kotlin Speechly API

See the generic Speechly gRPC stubs documentation for more information about using the API.

Install

The API is packaged and distributed in Maven Central, so all you need to do is add a dependency to com.speechly:api.

In Maven:

<dependency>
  <groupId>com.speechly</groupId>
  <artifactId>api</artifactId>
  <version>${speechly.version}</version>
</dependency>

and in gradle:

implementation "com.speechly:api:$speechly.version"

See the latest version from the releases in this repository.