aws-samples / aws-transcribe-streaming-example-java

Example Java Application using AWS SDK creating streaming transcriptions via AWS Transcribe
MIT No Attribution
62 stars 45 forks source link

How to use Vocabulary for the real time microphone streaming? #4

Closed jmccormack30 closed 5 years ago

jmccormack30 commented 5 years ago

Wondering if it is currently possible to use an aws vocabulary when doing the real-time streaming with this application.

Edit: I've tried to pass in a vocabularyName into the StartStreamTranscriptionRequest.builder() call but it does not seem to be doing anything.