Real time streaming by Python (boto3) SDK ?

0

Hello, forum. I was able to use Python (boto3) for batch transcription job runs successfully, while, when trying to code for real time streaming, I seem cannot find documentation for the Python API ('StartStreamTranscription' mentioned here: https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html)
Is there any example code available using python for real time stream transcription ?
Thank you.

ykdot
질문됨 5년 전857회 조회
4개 답변
0

At the moment, only Java SDK V2 supports real time transcribe.

This feature requires bidirectional streaming via HTTP2 and Java SDK v2 is the only official AWS SDK that has this feature.

답변함 5년 전
0

Thank you for the information. If there is future plan (or release version) to update Python SDK for including realtime processing, please do let me/forum know. Thanks.

ykdot
답변함 5년 전
0

By the way, if we go down to C++ level, does Transcribe has API for real-time processing there ?

As you know, many AI frameworks are coded with either Python or C++, and connecting to those frameworks from Transcribe results are easiest if we can use either Python or C++ as programming language.
Thanks.

ykdot
답변함 5년 전
0

While this request is on roadmap, you may use either websocket or HLS connection and API with streaming endpoint.

RP
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠