rustv1/examples/transcribestreaming/README.md
Amazon Transcribe provides transcription services for audio files.
This example demonstrate how to perform an Amazon Transcribe operation using the alpha version of the AWS SDK for Rust.
You must have an AWS account, and have configured your default credentials and AWS Region as described in https://github.com/awslabs/aws-sdk-rust.
This example displays a transcription of a WAV audio file.
cargo run -- -a AUDIO-FILE [-r REGION] [-v]
If you run it with the WAV file in .audio/hello-transcribe-8000.wav, you should see the following transcribed text:
Good day to you transcribe.
This is Polly talking to you from the Rust ST K.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0