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
質問済み 5年前246ビュー
1回答
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
回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ