aws transcribe

Operations and objects for transcribing speech to text

Subcommands

NameDescription
create-language-modelCreates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data
create-medical-vocabularyCreates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file
create-vocabularyCreates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file
create-vocabulary-filterCreates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job
delete-language-modelDeletes a custom language model using its name
delete-medical-transcription-jobDeletes a transcription job generated by Amazon Transcribe Medical and any related information
delete-medical-vocabularyDeletes a vocabulary from Amazon Transcribe Medical
delete-transcription-jobDeletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on
delete-vocabularyDeletes a vocabulary from Amazon Transcribe
delete-vocabulary-filterRemoves a vocabulary filter
describe-language-modelGets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it
get-medical-transcription-jobReturns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You find the results of the completed job in the TranscriptFileUri field
get-medical-vocabularyRetrieves information about a medical vocabulary
get-transcription-jobReturns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri
get-vocabularyGets information about a vocabulary
get-vocabulary-filterReturns information about a vocabulary filter
list-language-modelsProvides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it
list-medical-transcription-jobsLists medical transcription jobs with a specified status or substring that matches their names
list-medical-vocabulariesReturns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies
list-transcription-jobsLists transcription jobs with the specified status
list-vocabulariesReturns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies
list-vocabulary-filtersGets information about vocabulary filters
start-medical-transcription-jobStarts a batch job to transcribe medical speech to text
start-transcription-jobStarts an asynchronous job to transcribe speech to text
update-medical-vocabularyUpdates a vocabulary with new values that you provide in a different text file from the one you used to create the vocabulary. The UpdateMedicalVocabulary operation overwrites all of the existing information with the values that you provide in the request
update-vocabularyUpdates an existing vocabulary with new values. The UpdateVocabulary operation overwrites all of the existing information with the values that you provide in the request
update-vocabulary-filterUpdates a vocabulary filter with a new list of filtered words