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

Latest commit

 

History

History
25 lines (17 loc) · 640 Bytes

File metadata and controls

25 lines (17 loc) · 640 Bytes

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.