Crate rusoto_transcribe

Source
Expand description

Operations and objects for transcribing speech to text.

If you’re using the service, you’re probably looking for TranscribeClient and Transcribe.

Structs§

ContentRedaction

Settings for content redaction within a transcription job.

CreateLanguageModelRequest
CreateLanguageModelResponse
CreateMedicalVocabularyRequest
CreateMedicalVocabularyResponse
CreateVocabularyFilterRequest
CreateVocabularyFilterResponse
CreateVocabularyRequest
CreateVocabularyResponse
DeleteLanguageModelRequest
DeleteMedicalTranscriptionJobRequest
DeleteMedicalVocabularyRequest
DeleteTranscriptionJobRequest
DeleteVocabularyFilterRequest
DeleteVocabularyRequest
DescribeLanguageModelRequest
DescribeLanguageModelResponse
GetMedicalTranscriptionJobRequest
GetMedicalTranscriptionJobResponse
GetMedicalVocabularyRequest
GetMedicalVocabularyResponse
GetTranscriptionJobRequest
GetTranscriptionJobResponse
GetVocabularyFilterRequest
GetVocabularyFilterResponse
GetVocabularyRequest
GetVocabularyResponse
InputDataConfig

The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.

JobExecutionSettings

Provides information about when a transcription job should be executed.

LanguageModel

The structure used to describe a custom language model.

ListLanguageModelsRequest
ListLanguageModelsResponse
ListMedicalTranscriptionJobsRequest
ListMedicalTranscriptionJobsResponse
ListMedicalVocabulariesRequest
ListMedicalVocabulariesResponse
ListTranscriptionJobsRequest
ListTranscriptionJobsResponse
ListVocabulariesRequest
ListVocabulariesResponse
ListVocabularyFiltersRequest
ListVocabularyFiltersResponse
Media

Describes the input media file in a transcription request.

MedicalTranscript

Identifies the location of a medical transcript.

MedicalTranscriptionJob

The data structure that contains the information for a medical transcription job.

MedicalTranscriptionJobSummary

Provides summary information about a transcription job.

MedicalTranscriptionSetting

Optional settings for the StartMedicalTranscriptionJob operation.

ModelSettings

The object used to call your custom language model to your transcription job.

Settings

Provides optional settings for the StartTranscriptionJob operation.

StartMedicalTranscriptionJobRequest
StartMedicalTranscriptionJobResponse
StartTranscriptionJobRequest
StartTranscriptionJobResponse
TranscribeClient
A client for the Amazon Transcribe Service API.
Transcript

Identifies the location of a transcription.

TranscriptionJob

Describes an asynchronous transcription job that was created with the StartTranscriptionJob operation.

TranscriptionJobSummary

Provides a summary of information about a transcription job.

UpdateMedicalVocabularyRequest
UpdateMedicalVocabularyResponse
UpdateVocabularyFilterRequest
UpdateVocabularyFilterResponse
UpdateVocabularyRequest
UpdateVocabularyResponse
VocabularyFilterInfo

Provides information about a vocabulary filter.

VocabularyInfo

Provides information about a custom vocabulary.

Enums§

CreateLanguageModelError
Errors returned by CreateLanguageModel
CreateMedicalVocabularyError
Errors returned by CreateMedicalVocabulary
CreateVocabularyError
Errors returned by CreateVocabulary
CreateVocabularyFilterError
Errors returned by CreateVocabularyFilter
DeleteLanguageModelError
Errors returned by DeleteLanguageModel
DeleteMedicalTranscriptionJobError
Errors returned by DeleteMedicalTranscriptionJob
DeleteMedicalVocabularyError
Errors returned by DeleteMedicalVocabulary
DeleteTranscriptionJobError
Errors returned by DeleteTranscriptionJob
DeleteVocabularyError
Errors returned by DeleteVocabulary
DeleteVocabularyFilterError
Errors returned by DeleteVocabularyFilter
DescribeLanguageModelError
Errors returned by DescribeLanguageModel
GetMedicalTranscriptionJobError
Errors returned by GetMedicalTranscriptionJob
GetMedicalVocabularyError
Errors returned by GetMedicalVocabulary
GetTranscriptionJobError
Errors returned by GetTranscriptionJob
GetVocabularyError
Errors returned by GetVocabulary
GetVocabularyFilterError
Errors returned by GetVocabularyFilter
ListLanguageModelsError
Errors returned by ListLanguageModels
ListMedicalTranscriptionJobsError
Errors returned by ListMedicalTranscriptionJobs
ListMedicalVocabulariesError
Errors returned by ListMedicalVocabularies
ListTranscriptionJobsError
Errors returned by ListTranscriptionJobs
ListVocabulariesError
Errors returned by ListVocabularies
ListVocabularyFiltersError
Errors returned by ListVocabularyFilters
StartMedicalTranscriptionJobError
Errors returned by StartMedicalTranscriptionJob
StartTranscriptionJobError
Errors returned by StartTranscriptionJob
UpdateMedicalVocabularyError
Errors returned by UpdateMedicalVocabulary
UpdateVocabularyError
Errors returned by UpdateVocabulary
UpdateVocabularyFilterError
Errors returned by UpdateVocabularyFilter

Traits§

Transcribe
Trait representing the capabilities of the Amazon Transcribe Service API. Amazon Transcribe Service clients implement this trait.