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
preguntada hace 5 años246 visualizaciones
1 Respuesta
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
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas