CompanyOnwership_icon
OutSystems
Created on 21 February 2022
icon_unfollowing
Login to follow
aws-transcribe-connector

Amazon Transcribe

Supported
Stable version 2.0.0 (Compatible with OutSystems 11)
Uploaded on 27 May 2022 by 
OutSystems
aws-transcribe-connector

Amazon Transcribe

Documentation
2.0.0

Amazon Transcribe is an automatic speech recognition service that uses machine learning models to convert audio to text.

This connector allows you to:

  • do batch (and asynchronous) transcription jobs to convert audio to text;

  • do batch medical transcription jobs to transcribe medical speech to text;

  • create and use custom vocabularies to improve speech transcription;

  • create and use medical vocabularies to improve accuracy in medical transcription;

  • create and use vocabulary filters to exclude words from the transcription (for example, profanity);

  • create and use custom language models to improve transcription accuracy for your specific use case;

  • create and use call analytics insights for succinct summaries of the important components in agent-customer calls, including issues, action items, and outcomes for each participant;

  • create and use call analytics categorization to flag keywords, phrases, sentiment, or actions during a call. The categorization options can help you triage escalations, such as negative-sentiment calls with many interruptions, or organize calls into specific categories, such as company departments;

  • add tags to a resource in order to make it easier to identify, organize, and find in a search;

This component is based on the AWS SDK for .NET v3.

Requirements

To use the Amazon Transcribe connector you must have:

  • an AWS account;

  • an AWS access key (access key ID and secret access key);

  • for some connector actions, an S3 bucket, to store required the input file. To use these capabilities, the AWS account must have access to get objects from the specified bucket.

See the AWS documentation for detailed information about getting started and developing apps with Amazon Transcribe.

Setup and authentication

To configure your connector to access Amazon Transcribe, you need the following AWS authentication information:

  • The access key ID of your AWS access key

  • The secret access key of your AWS access key

  • The AWS Region of the service endpoint to which you want to connect. To reduce latency, choose a region close to your application server. See the API documentation for the list of region names.

Use the above authentication information to fill in the AWSCredentials parameters in all of the public actions available in the AWSTranscribeConnector_IS module. The OutSystems parameters are:

  • Region

  • AccessKeyId

  • SecretAccessKey

Actions exposed

For each use case, the connector exposes a set of actions. Find them listed below.

For batch transcription jobs

For batch medical transcription jobs

For custom vocabularies

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

  • DeleteVocabulary: Deletes a vocabulary from Amazon Transcribe.

  • ListVocabularies: Returns a list of vocabularies that match the specified criteria. 

  • GetVocabulary: Gets information about a vocabulary.

  • UpdateVocabulary: Updates an existing vocabulary with new values. 

For medical vocabularies

For vocabulary filters

For language models

For call analytics jobs

For call analytics categories

For tagging resources

  • ListTagsForResource: Lists all tags associated with a given transcription job, vocabulary, or resource.

  • TagResource: Tags an Amazon Transcribe resource with the given list of tags.

  • UntagResource: Removes specified tags from a specified Amazon Transcribe resource.


1.2.0

Amazon Transcribe is an automatic speech recognition service that uses machine learning models to convert audio to text.

This connector allows you to:

  • do batch (and asynchronous) transcription jobs to convert audio to text;

  • do batch medical transcription jobs to transcribe medical speech to text;

  • create and use custom vocabularies to improve speech transcription;

  • create and use medical vocabularies to improve accuracy in medical transcription;

  • create and use vocabulary filters to exclude words from the transcription (for example, profanity);

  • create and use custom language models to improve transcription accuracy for your specific use case;

  • create and use call analytics insights for succinct summaries of the important components in agent-customer calls, including issues, action items, and outcomes for each participant;

  • create and use call analytics categorization to flag keywords, phrases, sentiment, or actions during a call. The categorization options can help you triage escalations, such as negative-sentiment calls with many interruptions, or organize calls into specific categories, such as company departments;

  • add tags to a resource in order to make it easier to identify, organize, and find in a search;

This component is based on the AWS SDK for .NET v3.

Requirements

To use the Amazon Transcribe connector you must have:

  • an AWS account;

  • an AWS access key (access key ID and secret access key);

  • for some connector actions, an S3 bucket, to store required the input file. To use these capabilities, the AWS account must have access to get objects from the specified bucket.

See the AWS documentation for detailed information about getting started and developing apps with Amazon Transcribe.

Setup and authentication

To configure your connector to access Amazon Transcribe, you need the following AWS authentication information:

  • The access key ID of your AWS access key

  • The secret access key of your AWS access key

  • The AWS Region of the service endpoint to which you want to connect. To reduce latency, choose a region close to your application server. See the API documentation for the list of region names.

Use the above authentication information to fill in the AWSCredentials parameters in all of the public actions available in the AWSTranscribeConnector_IS module. The OutSystems parameters are:

  • Region

  • AccessKeyId

  • SecretAccessKey

Actions exposed

For each use case, the connector exposes a set of actions. Find them listed below.

For batch transcription jobs

For batch medical transcription jobs

For custom vocabularies

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

  • DeleteVocabulary: Deletes a vocabulary from Amazon Transcribe.

  • ListVocabularies: Returns a list of vocabularies that match the specified criteria. 

  • GetVocabulary: Gets information about a vocabulary.

  • UpdateVocabulary: Updates an existing vocabulary with new values. 

For medical vocabularies

For vocabulary filters

For language models

For call analytics jobs

For call analytics categories

For tagging resources

  • ListTagsForResource: Lists all tags associated with a given transcription job, vocabulary, or resource.

  • TagResource: Tags an Amazon Transcribe resource with the given list of tags.

  • UntagResource: Removes specified tags from a specified Amazon Transcribe resource.


1.0.2

Amazon Transcribe is an automatic speech recognition service that uses machine learning models to convert audio to text.

This connector allows you to:

This component is based on the AWS SDK for .NET v3.


Requirements


To use the Amazon Transcribe connector you must have:

  • an AWS account;

  • an AWS access key (access key ID and secret access key);

  • for some connector actions, an S3 bucket, to store required the input file. To use these capabilities, the AWS account must have access to get objects from the specified bucket.

See the AWS documentation for detailed information about getting started and developing apps with Amazon Transcribe.


Setup and authentication


To configure your connector to access Amazon Transcribe, you need the following AWS authentication information:

  • The access key ID of your AWS access key

  • The secret access key of your AWS access key

  • The AWS Region of the service endpoint to which you want to connect. To reduce latency, choose a region close to your application server. See the API documentation for the list of region names.

Use the above authentication information to fill in the AWSCredentials parameters in all of the public actions available in the AWSTranscribeConnector_IS module. The OutSystems parameters are:

  • Region

  • AccessKeyId

  • SecretAccessKey

 


Actions exposed


For each use case, the connector exposes a set of actions. Find them listed below.


For batch transcription jobs



For custom vocabularies


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

  • DeleteVocabulary: Deletes a vocabulary from Amazon Transcribe.

  • ListVocabularies: Returns a list of vocabularies that match the specified criteria. 

  • GetVocabulary: Gets information about a vocabulary.

  • UpdateVocabulary: Updates an existing vocabulary with new values. 


For vocabulary filters



Support options
OutSystems supported
Customers entitled to support services may obtain assistance through support.
Dependencies
Amazon Transcribe has no dependencies.