View Source aws_transcribe (aws v0.5.0)
Link to this section Summary
Functions
Creates an analytics category.
Creates a new custom language model.
Gets information about a single custom language model.
Returns information about a call analytics job.
Returns information about a transcription job from Amazon Transcribe Medical.
Returns information about a transcription job.
Provides more information about the call analytics categories that you've created.
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.
Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but also returns additional insights.
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.
Link to this section Functions
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.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 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.Returns information about a call analytics job.
To see the status of the job, check theCallAnalyticsJobStatus
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.
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 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.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.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.Updates the call analytics category with new values.
TheUpdateCallAnalyticsCategory
operation overwrites all of the existing information with the values that you provide in the request.
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.