View Source aws_transcribe (aws v0.5.0)

Operations and objects for transcribing speech to text.

Link to this section Summary

Functions

Creates an analytics category.

Creates a new custom language model.

Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
Deletes a call analytics category using its name.
Deletes a call analytics job using its name.
Deletes a custom language model using its name.
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
Deletes a vocabulary from Amazon Transcribe Medical.
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
Deletes a vocabulary from Amazon Transcribe.
Removes a vocabulary filter.

Gets information about a single custom language model.

Retrieves information about a call analytics category.

Returns information about a call analytics job.

Returns information about a transcription job from Amazon Transcribe Medical.

Retrieves information about a medical vocabulary.

Returns information about a transcription job.

Gets information about a vocabulary.
Returns information about a vocabulary filter.

Provides more information about the call analytics categories that you've created.

List call analytics jobs with a specified status or substring that matches their names.

Provides more information about the custom language models you've created.

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

Returns a list of vocabularies that match the specified criteria.

Lists all tags associated with a given transcription job, vocabulary, or resource.
Lists transcription jobs with the specified status.

Returns a list of vocabularies that match the specified criteria.

Gets information about vocabulary filters.

Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but also returns additional insights.

Starts a batch job to transcribe medical speech to text.
Starts an asynchronous job to transcribe speech to text.
Tags an Amazon Transcribe resource with the given list of tags.
Removes specified tags from a specified Amazon Transcribe resource.

Updates the call analytics category with new values.

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.

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

Link to this section Functions

Link to this function

create_call_analytics_category(Client, Input)

View Source

Creates an analytics category.

Amazon Transcribe applies the conditions specified by your analytics categories to your call analytics jobs. For each analytics category, you specify one or more rules. For example, you can specify a rule that the customer sentiment was neutral or negative within that category. If you start a call analytics job, Amazon Transcribe applies the category to the analytics job that you've specified.
Link to this function

create_call_analytics_category(Client, Input, Options)

View Source
Link to this function

create_language_model(Client, Input)

View Source

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.
Link to this function

create_language_model(Client, Input, Options)

View Source
Link to this function

create_medical_vocabulary(Client, Input)

View Source
Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
Link to this function

create_medical_vocabulary(Client, Input, Options)

View Source
Link to this function

create_vocabulary(Client, Input)

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

create_vocabulary(Client, Input, Options)

View Source
Link to this function

create_vocabulary_filter(Client, Input)

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

create_vocabulary_filter(Client, Input, Options)

View Source
Link to this function

delete_call_analytics_category(Client, Input)

View Source
Deletes a call analytics category using its name.
Link to this function

delete_call_analytics_category(Client, Input, Options)

View Source
Link to this function

delete_call_analytics_job(Client, Input)

View Source
Deletes a call analytics job using its name.
Link to this function

delete_call_analytics_job(Client, Input, Options)

View Source
Link to this function

delete_language_model(Client, Input)

View Source
Deletes a custom language model using its name.
Link to this function

delete_language_model(Client, Input, Options)

View Source
Link to this function

delete_medical_transcription_job(Client, Input)

View Source
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
Link to this function

delete_medical_transcription_job(Client, Input, Options)

View Source
Link to this function

delete_medical_vocabulary(Client, Input)

View Source
Deletes a vocabulary from Amazon Transcribe Medical.
Link to this function

delete_medical_vocabulary(Client, Input, Options)

View Source
Link to this function

delete_transcription_job(Client, Input)

View Source
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
Link to this function

delete_transcription_job(Client, Input, Options)

View Source
Link to this function

delete_vocabulary(Client, Input)

View Source
Deletes a vocabulary from Amazon Transcribe.
Link to this function

delete_vocabulary(Client, Input, Options)

View Source
Link to this function

delete_vocabulary_filter(Client, Input)

View Source
Removes a vocabulary filter.
Link to this function

delete_vocabulary_filter(Client, Input, Options)

View Source
Link to this function

describe_language_model(Client, Input)

View Source

Gets information about a single custom language model.

Use this information to see details about the language model in your Amazon Web Services 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.
Link to this function

describe_language_model(Client, Input, Options)

View Source
Link to this function

get_call_analytics_category(Client, Input)

View Source
Retrieves information about a call analytics category.
Link to this function

get_call_analytics_category(Client, Input, Options)

View Source
Link to this function

get_call_analytics_job(Client, Input)

View Source

Returns information about a call analytics job.

To see the status of the job, check the CallAnalyticsJobStatus 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 personally identifiable information (PII) redaction, the redacted transcript appears in the RedactedTranscriptFileUri field.
Link to this function

get_call_analytics_job(Client, Input, Options)

View Source
Link to this function

get_medical_transcription_job(Client, Input)

View Source

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.
Link to this function

get_medical_transcription_job(Client, Input, Options)

View Source
Link to this function

get_medical_vocabulary(Client, Input)

View Source
Retrieves information about a medical vocabulary.
Link to this function

get_medical_vocabulary(Client, Input, Options)

View Source
Link to this function

get_transcription_job(Client, Input)

View Source

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.
Link to this function

get_transcription_job(Client, Input, Options)

View Source
Link to this function

get_vocabulary(Client, Input)

View Source
Gets information about a vocabulary.
Link to this function

get_vocabulary(Client, Input, Options)

View Source
Link to this function

get_vocabulary_filter(Client, Input)

View Source
Returns information about a vocabulary filter.
Link to this function

get_vocabulary_filter(Client, Input, Options)

View Source
Link to this function

list_call_analytics_categories(Client, Input)

View Source

Provides more information about the call analytics categories that you've created.

You can use the information in this list to find a specific category. You can then use the operation to get more information about it.
Link to this function

list_call_analytics_categories(Client, Input, Options)

View Source
Link to this function

list_call_analytics_jobs(Client, Input)

View Source
List call analytics jobs with a specified status or substring that matches their names.
Link to this function

list_call_analytics_jobs(Client, Input, Options)

View Source
Link to this function

list_language_models(Client, Input)

View Source

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.
Link to this function

list_language_models(Client, Input, Options)

View Source
Link to this function

list_medical_transcription_jobs(Client, Input)

View Source
Lists medical transcription jobs with a specified status or substring that matches their names.
Link to this function

list_medical_transcription_jobs(Client, Input, Options)

View Source
Link to this function

list_medical_vocabularies(Client, Input)

View Source

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.
Link to this function

list_medical_vocabularies(Client, Input, Options)

View Source
Link to this function

list_tags_for_resource(Client, Input)

View Source
Lists all tags associated with a given transcription job, vocabulary, or resource.
Link to this function

list_tags_for_resource(Client, Input, Options)

View Source
Link to this function

list_transcription_jobs(Client, Input)

View Source
Lists transcription jobs with the specified status.
Link to this function

list_transcription_jobs(Client, Input, Options)

View Source
Link to this function

list_vocabularies(Client, Input)

View Source

Returns a list of vocabularies that match the specified criteria.

If no criteria are specified, returns the entire list of vocabularies.
Link to this function

list_vocabularies(Client, Input, Options)

View Source
Link to this function

list_vocabulary_filters(Client, Input)

View Source
Gets information about vocabulary filters.
Link to this function

list_vocabulary_filters(Client, Input, Options)

View Source
Link to this function

start_call_analytics_job(Client, Input)

View Source

Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but also returns additional insights.

These insights include how quickly or loudly the caller or agent was speaking. To retrieve additional insights with your analytics jobs, create categories. A category is a way to classify analytics jobs based on attributes, such as a customer's sentiment or a particular phrase being used during the call. For more information, see the operation.
Link to this function

start_call_analytics_job(Client, Input, Options)

View Source
Link to this function

start_medical_transcription_job(Client, Input)

View Source
Starts a batch job to transcribe medical speech to text.
Link to this function

start_medical_transcription_job(Client, Input, Options)

View Source
Link to this function

start_transcription_job(Client, Input)

View Source
Starts an asynchronous job to transcribe speech to text.
Link to this function

start_transcription_job(Client, Input, Options)

View Source
Link to this function

tag_resource(Client, Input)

View Source
Tags an Amazon Transcribe resource with the given list of tags.
Link to this function

tag_resource(Client, Input, Options)

View Source
Link to this function

untag_resource(Client, Input)

View Source
Removes specified tags from a specified Amazon Transcribe resource.
Link to this function

untag_resource(Client, Input, Options)

View Source
Link to this function

update_call_analytics_category(Client, Input)

View Source

Updates the call analytics category with new values.

The UpdateCallAnalyticsCategory operation overwrites all of the existing information with the values that you provide in the request.
Link to this function

update_call_analytics_category(Client, Input, Options)

View Source
Link to this function

update_medical_vocabulary(Client, Input)

View Source

Updates 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.
Link to this function

update_medical_vocabulary(Client, Input, Options)

View Source
Link to this function

update_vocabulary(Client, Input)

View Source

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.
Link to this function

update_vocabulary(Client, Input, Options)

View Source
Link to this function

update_vocabulary_filter(Client, Input)

View Source
Updates a vocabulary filter with a new list of filtered words.
Link to this function

update_vocabulary_filter(Client, Input, Options)

View Source