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
gefragt vor 5 Jahren246 Aufrufe
1 Antwort
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
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen