Amazon Transcribe Service
Create Call Analytics Category
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.
Create Language Model
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.
Create Medical Vocabulary
Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
Create Vocabulary
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
Create Vocabulary Filter
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
Delete Call Analytics Category
Deletes a call analytics category using its name.
Delete Call Analytics Job
Deletes a call analytics job using its name.
Delete Language Model
Deletes a custom language model using its name.
Delete Medical Transcription Job
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
Delete Medical Vocabulary
Deletes a vocabulary from Amazon Transcribe Medical.
Delete Transcription Job
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
Delete Vocabulary
Deletes a vocabulary from Amazon Transcribe.
Delete Vocabulary Filter
Removes a vocabulary filter.
Describe Language Model
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.
Get Call Analytics Category
Retrieves information about a call analytics category.
Get Call Analytics Job
Returns information about a call analytics job. To see the status of the job, check the <code>CallAnalyticsJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished and you can find the results at the location specified in the <code>TranscriptFileUri</code> field. If you enable personally identifiable information (PII) redaction, the redacted transcript appears in the <code>RedactedTranscriptFileUri</code> field.
Get Medical Transcription Job
Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check the <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished. You find the results of the completed job in the <code>TranscriptFileUri</code> field.
Get Medical Vocabulary
Retrieves information about a medical vocabulary.
Get Transcription Job
Returns information about a transcription job. To see the status of the job, check the <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished and you can find the results at the location specified in the <code>TranscriptFileUri</code> field. If you enable content redaction, the redacted transcript appears in <code>RedactedTranscriptFileUri</code>.
Get Vocabulary
Gets information about a vocabulary.
Get Vocabulary Filter
Returns information about a vocabulary filter.
List Call Analytics Categories
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.
List Call Analytics Jobs
List call analytics jobs with a specified status or substring that matches their names.
List Language Models
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.
List Medical Transcription Jobs
Lists medical transcription jobs with a specified status or substring that matches their names.
List Medical Vocabularies
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.
List Tags For Resource
Lists all tags associated with a given transcription job, vocabulary, or resource.
List Transcription Jobs
Lists transcription jobs with the specified status.
List Vocabularies
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
List Vocabulary Filters
Gets information about vocabulary filters.
Start Call Analytics Job
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.
Start Medical Transcription Job
Starts a batch job to transcribe medical speech to text.
Start Transcription Job
Starts an asynchronous job to transcribe speech to text.
Tag Resource
Tags a Amazon Transcribe resource with the given list of tags.
Untag Resource
Removes specified tags from a specified Amazon Transcribe resource.
Update Call Analytics Category
Updates the call analytics category with new values. The <code>UpdateCallAnalyticsCategory</code> operation overwrites all of the existing information with the values that you provide in the request.
Update Medical Vocabulary
Updates a vocabulary with new values that you provide in a different text file from the one you used to create the vocabulary. The <code>UpdateMedicalVocabulary</code> operation overwrites all of the existing information with the values that you provide in the request.
Update Vocabulary
Updates an existing vocabulary with new values. The <code>UpdateVocabulary</code> operation overwrites all of the existing information with the values that you provide in the request.
Update Vocabulary Filter
Updates a vocabulary filter with a new list of filtered words.