[][src]Trait rusoto_transcribe::Transcribe

pub trait Transcribe {
#[must_use]    pub fn create_medical_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMedicalVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMedicalVocabularyResponse, RusotoError<CreateMedicalVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVocabularyResponse, RusotoError<CreateVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_vocabulary_filter<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVocabularyFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVocabularyFilterResponse, RusotoError<CreateVocabularyFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_medical_transcription_job<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMedicalTranscriptionJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMedicalTranscriptionJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_medical_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMedicalVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMedicalVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_transcription_job<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTranscriptionJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteTranscriptionJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_vocabulary_filter<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVocabularyFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVocabularyFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_medical_transcription_job<'life0, 'async_trait>(
        &'life0 self,
        input: GetMedicalTranscriptionJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMedicalTranscriptionJobResponse, RusotoError<GetMedicalTranscriptionJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_medical_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: GetMedicalVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMedicalVocabularyResponse, RusotoError<GetMedicalVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_transcription_job<'life0, 'async_trait>(
        &'life0 self,
        input: GetTranscriptionJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTranscriptionJobResponse, RusotoError<GetTranscriptionJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: GetVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVocabularyResponse, RusotoError<GetVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_vocabulary_filter<'life0, 'async_trait>(
        &'life0 self,
        input: GetVocabularyFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVocabularyFilterResponse, RusotoError<GetVocabularyFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_medical_transcription_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListMedicalTranscriptionJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMedicalTranscriptionJobsResponse, RusotoError<ListMedicalTranscriptionJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_medical_vocabularies<'life0, 'async_trait>(
        &'life0 self,
        input: ListMedicalVocabulariesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMedicalVocabulariesResponse, RusotoError<ListMedicalVocabulariesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_transcription_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListTranscriptionJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTranscriptionJobsResponse, RusotoError<ListTranscriptionJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_vocabularies<'life0, 'async_trait>(
        &'life0 self,
        input: ListVocabulariesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVocabulariesResponse, RusotoError<ListVocabulariesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_vocabulary_filters<'life0, 'async_trait>(
        &'life0 self,
        input: ListVocabularyFiltersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVocabularyFiltersResponse, RusotoError<ListVocabularyFiltersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_medical_transcription_job<'life0, 'async_trait>(
        &'life0 self,
        input: StartMedicalTranscriptionJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartMedicalTranscriptionJobResponse, RusotoError<StartMedicalTranscriptionJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_transcription_job<'life0, 'async_trait>(
        &'life0 self,
        input: StartTranscriptionJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartTranscriptionJobResponse, RusotoError<StartTranscriptionJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_medical_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMedicalVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMedicalVocabularyResponse, RusotoError<UpdateMedicalVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_vocabulary<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVocabularyRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVocabularyResponse, RusotoError<UpdateVocabularyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_vocabulary_filter<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVocabularyFilterRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVocabularyFilterResponse, RusotoError<UpdateVocabularyFilterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

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

Required methods

#[must_use]pub fn create_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMedicalVocabularyResponse, RusotoError<CreateMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.

#[must_use]pub fn create_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVocabularyResponse, RusotoError<CreateVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.

#[must_use]pub fn create_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVocabularyFilterResponse, RusotoError<CreateVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.

#[must_use]pub fn delete_medical_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMedicalTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMedicalTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a transcription job generated by Amazon Transcribe Medical and any related information.

#[must_use]pub fn delete_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a vocabulary from Amazon Transcribe Medical.

#[must_use]pub fn delete_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.

#[must_use]pub fn delete_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a vocabulary from Amazon Transcribe.

#[must_use]pub fn delete_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a vocabulary filter.

#[must_use]pub fn get_medical_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetMedicalTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetMedicalTranscriptionJobResponse, RusotoError<GetMedicalTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns 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.

#[must_use]pub fn get_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: GetMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<GetMedicalVocabularyResponse, RusotoError<GetMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieve information about a medical vocabulary.

#[must_use]pub fn get_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetTranscriptionJobResponse, RusotoError<GetTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns 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.

#[must_use]pub fn get_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: GetVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<GetVocabularyResponse, RusotoError<GetVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a vocabulary.

#[must_use]pub fn get_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: GetVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<GetVocabularyFilterResponse, RusotoError<GetVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a vocabulary filter.

#[must_use]pub fn list_medical_transcription_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListMedicalTranscriptionJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMedicalTranscriptionJobsResponse, RusotoError<ListMedicalTranscriptionJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists medical transcription jobs with a specified status or substring that matches their names.

#[must_use]pub fn list_medical_vocabularies<'life0, 'async_trait>(
    &'life0 self,
    input: ListMedicalVocabulariesRequest
) -> Pin<Box<dyn Future<Output = Result<ListMedicalVocabulariesResponse, RusotoError<ListMedicalVocabulariesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of vocabularies that match the specified criteria. You get the entire list of vocabularies if you don't enter a value in any of the request parameters.

#[must_use]pub fn list_transcription_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListTranscriptionJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTranscriptionJobsResponse, RusotoError<ListTranscriptionJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists transcription jobs with the specified status.

#[must_use]pub fn list_vocabularies<'life0, 'async_trait>(
    &'life0 self,
    input: ListVocabulariesRequest
) -> Pin<Box<dyn Future<Output = Result<ListVocabulariesResponse, RusotoError<ListVocabulariesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.

#[must_use]pub fn list_vocabulary_filters<'life0, 'async_trait>(
    &'life0 self,
    input: ListVocabularyFiltersRequest
) -> Pin<Box<dyn Future<Output = Result<ListVocabularyFiltersResponse, RusotoError<ListVocabularyFiltersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about vocabulary filters.

#[must_use]pub fn start_medical_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: StartMedicalTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<StartMedicalTranscriptionJobResponse, RusotoError<StartMedicalTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Start a batch job to transcribe medical speech to text.

#[must_use]pub fn start_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: StartTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<StartTranscriptionJobResponse, RusotoError<StartTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts an asynchronous job to transcribe speech to text.

#[must_use]pub fn update_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMedicalVocabularyResponse, RusotoError<UpdateMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing vocabulary with new values in a different text file. The UpdateMedicalVocabulary operation overwrites all of the existing information with the values that you provide in the request.

#[must_use]pub fn update_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVocabularyResponse, RusotoError<UpdateVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing vocabulary with new values. The UpdateVocabulary operation overwrites all of the existing information with the values that you provide in the request.

#[must_use]pub fn update_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVocabularyFilterResponse, RusotoError<UpdateVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a vocabulary filter with a new list of filtered words.

Loading content...

Implementors

impl Transcribe for TranscribeClient[src]

pub fn create_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMedicalVocabularyResponse, RusotoError<CreateMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.

pub fn create_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVocabularyResponse, RusotoError<CreateVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.

pub fn create_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVocabularyFilterResponse, RusotoError<CreateVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.

pub fn delete_medical_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMedicalTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMedicalTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a transcription job generated by Amazon Transcribe Medical and any related information.

pub fn delete_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a vocabulary from Amazon Transcribe Medical.

pub fn delete_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.

pub fn delete_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a vocabulary from Amazon Transcribe.

pub fn delete_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a vocabulary filter.

pub fn get_medical_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetMedicalTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetMedicalTranscriptionJobResponse, RusotoError<GetMedicalTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns 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.

pub fn get_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: GetMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<GetMedicalVocabularyResponse, RusotoError<GetMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieve information about a medical vocabulary.

pub fn get_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetTranscriptionJobResponse, RusotoError<GetTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns 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.

pub fn get_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: GetVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<GetVocabularyResponse, RusotoError<GetVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a vocabulary.

pub fn get_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: GetVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<GetVocabularyFilterResponse, RusotoError<GetVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a vocabulary filter.

pub fn list_medical_transcription_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListMedicalTranscriptionJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMedicalTranscriptionJobsResponse, RusotoError<ListMedicalTranscriptionJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists medical transcription jobs with a specified status or substring that matches their names.

pub fn list_medical_vocabularies<'life0, 'async_trait>(
    &'life0 self,
    input: ListMedicalVocabulariesRequest
) -> Pin<Box<dyn Future<Output = Result<ListMedicalVocabulariesResponse, RusotoError<ListMedicalVocabulariesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of vocabularies that match the specified criteria. You get the entire list of vocabularies if you don't enter a value in any of the request parameters.

pub fn list_transcription_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListTranscriptionJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTranscriptionJobsResponse, RusotoError<ListTranscriptionJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists transcription jobs with the specified status.

pub fn list_vocabularies<'life0, 'async_trait>(
    &'life0 self,
    input: ListVocabulariesRequest
) -> Pin<Box<dyn Future<Output = Result<ListVocabulariesResponse, RusotoError<ListVocabulariesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.

pub fn list_vocabulary_filters<'life0, 'async_trait>(
    &'life0 self,
    input: ListVocabularyFiltersRequest
) -> Pin<Box<dyn Future<Output = Result<ListVocabularyFiltersResponse, RusotoError<ListVocabularyFiltersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about vocabulary filters.

pub fn start_medical_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: StartMedicalTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<StartMedicalTranscriptionJobResponse, RusotoError<StartMedicalTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Start a batch job to transcribe medical speech to text.

pub fn start_transcription_job<'life0, 'async_trait>(
    &'life0 self,
    input: StartTranscriptionJobRequest
) -> Pin<Box<dyn Future<Output = Result<StartTranscriptionJobResponse, RusotoError<StartTranscriptionJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts an asynchronous job to transcribe speech to text.

pub fn update_medical_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMedicalVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMedicalVocabularyResponse, RusotoError<UpdateMedicalVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing vocabulary with new values in a different text file. The UpdateMedicalVocabulary operation overwrites all of the existing information with the values that you provide in the request.

pub fn update_vocabulary<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVocabularyRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVocabularyResponse, RusotoError<UpdateVocabularyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing vocabulary with new values. The UpdateVocabulary operation overwrites all of the existing information with the values that you provide in the request.

pub fn update_vocabulary_filter<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVocabularyFilterRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVocabularyFilterResponse, RusotoError<UpdateVocabularyFilterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a vocabulary filter with a new list of filtered words.

Loading content...