View Source aws_transcribe (aws v0.3.1)
Link to this section Summary
Functions
Creates a new custom language model.
Gets information about a single custom language model.
Returns information about a transcription job from Amazon Transcribe Medical.
Returns information about a transcription job.
Provides more information about the custom language models you've created.
Returns a list of vocabularies that match the specified criteria.
Returns a list of vocabularies that match the specified criteria.
Updates a vocabulary with new values that you provide in a different text file from the one you used to create the vocabulary.
Updates an existing vocabulary with new values.
Link to this section Functions
Creates 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.Gets 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.Returns information about a transcription job from Amazon Transcribe Medical.
To see the status of the job, check theTranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished. You find the results of the completed job in the TranscriptFileUri
field.
Returns information about a transcription job.
To see the status of the job, check theTranscriptionJobStatus
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
.
Provides 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.Returns 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.Returns a list of vocabularies that match the specified criteria.
If no criteria are specified, returns the entire list of vocabularies.Updates a vocabulary with new values that you provide in a different text file from the one you used to create the vocabulary.
TheUpdateMedicalVocabulary
operation overwrites all of the existing information with the values that you provide in the request.
Updates an existing vocabulary with new values.
TheUpdateVocabulary
operation overwrites all of the existing information with the values that you provide in the request.