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
feita há 5 anos246 visualizações
1 Resposta
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 há 5 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas