The examples in this section show how to use the AWS SDK for .NET with Amazon Transcribe.
Amazon Transcribe provides transcription services for your audio files and audio streams. It uses advanced machine learning technologies to recognize spoken words and transcribe them into text.
- Running this code might result in charges to your AWS account.
- Running the tests might result in charges to your AWS account.
- We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see Grant least privilege.
- This code is not tested in every AWS Region. For more information, see AWS Regional Services.
Code excerpts that show you how to call individual service functions.
- Create a custom vocabulary (
CreateVocabularyAsync
) - Delete a custom vocabulary (
DeleteVocabularyAsync
) - Delete a medical transcription job (
DeleteMedicalTranscriptionJobAsync
) - Delete a transcription job (
DeleteTranscriptionJobAsync
) - Get a custom vocabulary (
GetVocabularyAsync
) - Get a transcription job (
GetTranscriptionJobAsync
) - List custom vocabularies (
ListVocabulariesAsync
) - List medical transcription jobs (
ListMedicalTranscriptionJobsAsync
) - List transcription jobs (
ListTranscriptionJobsAsync
) - Start a medical transcription job (
StartMedicalTranscriptionJobAsync
) - Start a transcription job (
StartTranscriptionJobAsync
) - Update a custom vocabulary (
UpdateVocabularyAsync
)
- To find prerequisites for running these examples, see the README in the dotnetv3 folder.
After the example compiles, you can run it from the command line. To do so, navigate to the folder that contains the .csproj file and run the following command:
dotnet run
Alternatively, you can run the example from within your IDE.
The solution includes a test project. To run the tests, navigate to the folder that contains the test project and then issue the following command:
dotnet test
Alternatively, you can open the example solution and use the Visual Studio Test Runner to run the tests.
- Amazon Transcribe Developer Guide
- Amazon Transcribe API Reference
- AWS SDK for .NET Amazon Transcribe
- AWS SDK for .NET Developer Guide
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0