t

transcribestreaming

The AWS Java SDK for AWS Transcribe Streaming module holds the client classes that are used for communicating with AWS Transcribe Streaming Service
https://aws.amazon.com/sdkforjava
Files download
File Operation
transcribestreaming-2.25.30.jar download
transcribestreaming-2.25.30.pom download
transcribestreaming-2.25.30-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>transcribestreaming</artifactId>
  <version>2.25.30</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:transcribestreaming:2.25.30'
Gradle Kotlin
implementation("software.amazon.awssdk:transcribestreaming:2.25.30")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "transcribestreaming" % "2.25.30"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='transcribestreaming', version='2.25.30')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="transcribestreaming" rev="2.25.30" />
Leiningen
[software.amazon.awssdk/transcribestreaming "2.25.30"]
Apache Buildr
'software.amazon.awssdk:transcribestreaming:jar:2.25.30'