Does AWS Java SDK 2.0 Support Transcribe Services

0

Hello Community,

I'm trying to use the AWS SDK 2.0 for Java to programmatically kick off a transcription job. Looking at the API specification for 2.x, it does look like the classes are available for me to use.

BUT...I'm writing a Spring Boot app with Gradle and I cannot for the life of me find any GAV coordinates for importing the appropriate transcribe dependencies.

Is it not supported yet in the 2.x SDK or am I just missing it? I tried to guess it based on the S3 GAV coords (I tried 'software.amazon.awssdk:transcribe'), but that didn't work.

Any help would be greatly appreciated!

David

Edited by: DavidAF on Jan 16, 2019 9:01 AM

DavidAF
asked 5 years ago241 views
1 Answer
0

Ah, I got it. I'm using their BOM to manage dependency versions and I guess transcribe is not in the BOM yet. Appending the version was all I needed.

Silly me...

DavidAF
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions