Table of Contents
TranscribeService.
Client
¶A low-level client representing Amazon Transcribe Service
Amazon Transcribe offers three main types of batch transcription: Standard , Medical , and Call Analytics .
import boto3
client = boto3.client('transcribe')
These are the available methods:
can_paginate()
close()
create_call_analytics_category()
create_language_model()
create_medical_vocabulary()
create_vocabulary()
create_vocabulary_filter()
delete_call_analytics_category()
delete_call_analytics_job()
delete_language_model()
delete_medical_transcription_job()
delete_medical_vocabulary()
delete_transcription_job()
delete_vocabulary()
delete_vocabulary_filter()
describe_language_model()
get_call_analytics_category()
get_call_analytics_job()
get_medical_transcription_job()
get_medical_vocabulary()
get_paginator()
get_transcription_job()
get_vocabulary()
get_vocabulary_filter()
get_waiter()
list_call_analytics_categories()
list_call_analytics_jobs()
list_language_models()
list_medical_transcription_jobs()
list_medical_vocabularies()
list_tags_for_resource()
list_transcription_jobs()
list_vocabularies()
list_vocabulary_filters()
start_call_analytics_job()
start_medical_transcription_job()
start_transcription_job()
tag_resource()
untag_resource()
update_call_analytics_category()
update_medical_vocabulary()
update_vocabulary()
update_vocabulary_filter()
can_paginate
(operation_name)¶Check if an operation can be paginated.
create_foo
, and you'd normally invoke the
operation as client.create_foo(**kwargs)
, if the
create_foo
operation can be paginated, you can use the
call client.get_paginator("create_foo")
.True
if the operation can be paginated,
False
otherwise.close
()¶Closes underlying endpoint connections.
create_call_analytics_category
(**kwargs)¶Creates a new Call Analytics category.
All categories are automatically applied to your Call Analytics jobs. Note that in order to apply your categories to your jobs, you must create them before submitting your job request, as categories cannot be applied retroactively.
Call Analytics categories are composed of rules. For each category, you must create between 1 and 20 rules. Rules can include these parameters: , , , and .
To update an existing category, see .
To learn more about:
See also: AWS API Documentation
Request Syntax
response = client.create_call_analytics_category(
CategoryName='string',
Rules=[
{
'NonTalkTimeFilter': {
'Threshold': 123,
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'InterruptionFilter': {
'Threshold': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'TranscriptFilter': {
'TranscriptFilterType': 'EXACT',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False,
'Targets': [
'string',
]
},
'SentimentFilter': {
'Sentiments': [
'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED',
],
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False
}
},
]
)
[REQUIRED]
A unique name, chosen by you, for your Call Analytics category. It's helpful to use a detailed naming system that will make sense to you in the future. For example, it's better to use sentiment-positive-last30seconds
for a category over a generic name like test-category
.
Category names are case sensitive.
[REQUIRED]
Rules define a Call Analytics category. When creating a new Call Analytics category, you must create between 1 and 20 rules for that category. For each rule, you specify a filter you want applied to the attributes of a call. For example, you can choose a sentiment filter that detects if a customer's sentiment was positive during the last 30 seconds of the call.
A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and . To learn more about these parameters, refer to Rule criteria .
To learn more about Call Analytics categories, see Creating categories .
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics .
Note
This is a Tagged Union structure. Only one of the following top level keys can be set: NonTalkTimeFilter
, InterruptionFilter
, TranscriptFilter
, SentimentFilter
.
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Specify the duration, in milliseconds, of the period of silence you want to flag. For example, you can flag a silent period that lasts 30000 milliseconds.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Set to TRUE
to flag periods of speech. Set to FALSE
to flag periods of silence
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10000 milliseconds of interruptions.
Specify the interrupter you want to flag. Omitting this parameter is equivalent to specifying both participants.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Set to TRUE
to flag speech that does not contain interruptions. Set to FALSE
to flag speech that contains interruptions.
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
Flag the presence or absence of an exact match to the phrases you specify. For example, if you specify the phrase "speak to a manager" as your Targets
value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Set to TRUE
to flag the absence of the phrase you specified in your request. Set to FALSE
to flag the presence of the phrase you specified in your request.
Specify the phrases you want to flag.
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Specify the sentiments you want to flag.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Set to TRUE
to flag the sentiments you didn't include in your request. Set to FALSE
to flag the sentiments you specified in your request.
dict
Response Syntax
{
'CategoryProperties': {
'CategoryName': 'string',
'Rules': [
{
'NonTalkTimeFilter': {
'Threshold': 123,
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'InterruptionFilter': {
'Threshold': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'TranscriptFilter': {
'TranscriptFilterType': 'EXACT',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False,
'Targets': [
'string',
]
},
'SentimentFilter': {
'Sentiments': [
'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED',
],
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False
}
},
],
'CreateTime': datetime(2015, 1, 1),
'LastUpdateTime': datetime(2015, 1, 1)
}
}
Response Structure
(dict) --
CategoryProperties (dict) --
Provides you with the properties of your new category, including its associated rules.
CategoryName (string) --
The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.
Rules (list) --
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
(dict) --
A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and . To learn more about these parameters, refer to Rule criteria .
To learn more about Call Analytics categories, see Creating categories .
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics .
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: NonTalkTimeFilter
, InterruptionFilter
, TranscriptFilter
, SentimentFilter
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
NonTalkTimeFilter (dict) --
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Threshold (integer) --
Specify the duration, in milliseconds, of the period of silence you want to flag. For example, you can flag a silent period that lasts 30000 milliseconds.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Negate (boolean) --
Set to TRUE
to flag periods of speech. Set to FALSE
to flag periods of silence
InterruptionFilter (dict) --
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Threshold (integer) --
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10000 milliseconds of interruptions.
ParticipantRole (string) --
Specify the interrupter you want to flag. Omitting this parameter is equivalent to specifying both participants.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Negate (boolean) --
Set to TRUE
to flag speech that does not contain interruptions. Set to FALSE
to flag speech that contains interruptions.
TranscriptFilter (dict) --
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
TranscriptFilterType (string) --
Flag the presence or absence of an exact match to the phrases you specify. For example, if you specify the phrase "speak to a manager" as your Targets
value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
ParticipantRole (string) --
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Negate (boolean) --
Set to TRUE
to flag the absence of the phrase you specified in your request. Set to FALSE
to flag the presence of the phrase you specified in your request.
Targets (list) --
Specify the phrases you want to flag.
SentimentFilter (dict) --
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Sentiments (list) --
Specify the sentiments you want to flag.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
ParticipantRole (string) --
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Negate (boolean) --
Set to TRUE
to flag the sentiments you didn't include in your request. Set to FALSE
to flag the sentiments you specified in your request.
CreateTime (datetime) --
The date and time the specified Call Analytics category was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
LastUpdateTime (datetime) --
The date and time the specified Call Analytics category was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-05T12:45:32.691000-07:00
represents 12:45 PM UTC-7 on May 5, 2022.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
create_language_model
(**kwargs)¶Creates a new custom language model.
When creating a new language model, you must specify:
For more information, see Custom language models .
See also: AWS API Documentation
Request Syntax
response = client.create_language_model(
LanguageCode='en-US'|'hi-IN'|'es-US'|'en-GB'|'en-AU',
BaseModelName='NarrowBand'|'WideBand',
ModelName='string',
InputDataConfig={
'S3Uri': 'string',
'TuningDataS3Uri': 'string',
'DataAccessRoleArn': 'string'
},
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
The language code that represents the language of your model. Each language model must contain terms in only one language, and the language you select for your model must match the language of your training and tuning data.
For a list of supported languages and their associated language codes, refer to the Supported languages table. Note that U.S. English (en-US
) is the only language supported with Amazon Transcribe Medical.
A custom language model can only be used to transcribe files in the same language as the model. For example, if you create a language model using US English (en-US
), you can only apply this model to files that contain English audio.
[REQUIRED]
The Amazon Transcribe standard language model, or base model, used to create your custom language model. Amazon Transcribe offers two options for base models: Wideband and Narrowband.
If the audio you want to transcribe has a sample rate of 16,000 Hz or greater, choose WideBand
. To transcribe audio with a sample rate less than 16,000 Hz, choose NarrowBand
.
[REQUIRED]
A unique name, chosen by you, for your custom language model.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new language model with the same name as an existing language model, you get a ConflictException
error.
[REQUIRED]
Contains the Amazon S3 location of the training data you want to use to create a new custom language model, and permissions to access this location.
When using InputDataConfig
, you must include these sub-parameters: S3Uri
, which is the Amazon S3 location of your training data, and DataAccessRoleArn
, which is the Amazon Resource Name (ARN) of the role that has permission to access your specified Amazon S3 location. You can optionally include TuningDataS3Uri
, which is the Amazon S3 location of your tuning data. If you specify different Amazon S3 locations for training and tuning data, the ARN you use must have permissions to access both locations.
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-training-data/
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
Adds one or more custom tags, each in the form of a key:value pair, to a new custom language model at the time you create this new model.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
dict
Response Syntax
{
'LanguageCode': 'en-US'|'hi-IN'|'es-US'|'en-GB'|'en-AU',
'BaseModelName': 'NarrowBand'|'WideBand',
'ModelName': 'string',
'InputDataConfig': {
'S3Uri': 'string',
'TuningDataS3Uri': 'string',
'DataAccessRoleArn': 'string'
},
'ModelStatus': 'IN_PROGRESS'|'FAILED'|'COMPLETED'
}
Response Structure
(dict) --
LanguageCode (string) --
The language code you selected for your custom language model.
BaseModelName (string) --
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language model.
ModelName (string) --
The name of your custom language model.
InputDataConfig (dict) --
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your training (S3Uri
) and tuning (TuningDataS3Uri
) data.
S3Uri (string) --
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-training-data/
TuningDataS3Uri (string) --
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/
DataAccessRoleArn (string) --
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
ModelStatus (string) --
The status of your custom language model. When the status displays as COMPLETED
, your model is ready to use.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
create_medical_vocabulary
(**kwargs)¶Creates a new custom medical vocabulary.
Prior to creating a new medical vocabulary, you must first upload a text file that contains your new entries, phrases, and terms into an Amazon S3 bucket. Note that this differs from , where you can include a list of terms within your request using the Phrases
flag; CreateMedicalVocabulary
does not support the Phrases
flag.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Creating a custom vocabulary .
See also: AWS API Documentation
Request Syntax
response = client.create_medical_vocabulary(
VocabularyName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
VocabularyFileUri='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new medical vocabulary with the same name as an existing medical vocabulary, you get a ConflictException
error.
[REQUIRED]
The language code that represents the language of the entries in your custom vocabulary. US English (en-US
) is the only language supported with Amazon Transcribe Medical.
[REQUIRED]
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
dict
Response Syntax
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'VocabularyState': 'PENDING'|'READY'|'FAILED',
'LastModifiedTime': datetime(2015, 1, 1),
'FailureReason': 'string'
}
Response Structure
(dict) --
VocabularyName (string) --
The name you chose for your custom medical vocabulary.
LanguageCode (string) --
The language code you selected for your medical vocabulary. US English (en-US
) is the only language supported with Amazon Transcribe Medical.
VocabularyState (string) --
The processing state of your custom medical vocabulary. If the state is READY
, you can use the vocabulary in a StartMedicalTranscriptionJob
request.
LastModifiedTime (datetime) --
The date and time you created your custom medical vocabulary.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
FailureReason (string) --
If VocabularyState
is FAILED
, FailureReason
contains information about why the medical transcription job request failed. See also: Common Errors .
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
create_vocabulary
(**kwargs)¶Creates a new custom vocabulary.
When creating a new vocabulary, you can either upload a text file that contains your new entries, phrases, and terms into an Amazon S3 bucket and include the URI in your request, or you can include a list of terms directly in your request using the Phrases
flag.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Creating a custom vocabulary .
See also: AWS API Documentation
Request Syntax
response = client.create_vocabulary(
VocabularyName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
Phrases=[
'string',
],
VocabularyFileUri='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
A unique name, chosen by you, for your new custom vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new vocabulary with the same name as an existing vocabulary, you get a ConflictException
error.
[REQUIRED]
The language code that represents the language of the entries in your custom vocabulary. Each vocabulary must contain terms in only one language.
A custom vocabulary can only be used to transcribe files in the same language as the vocabulary. For example, if you create a vocabulary using US English (en-US
), you can only apply this vocabulary to files that contain English audio.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
Use this parameter if you want to create your vocabulary by including all desired terms, as comma-separated values, within your request. The other option for creating your vocabulary is to save your entries in a text file and upload them to an Amazon S3 bucket, then specify the location of your file using the VocabularyFileUri
parameter.
Note that if you include Phrases
in your request, you cannot use VocabularyFileUri
; you must choose one or the other.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
The Amazon S3 location of the text file that contains your custom vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
Note that if you include VocabularyFileUri
in your request, you cannot use the Phrases
flag; you must choose one or the other.
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
dict
Response Syntax
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'VocabularyState': 'PENDING'|'READY'|'FAILED',
'LastModifiedTime': datetime(2015, 1, 1),
'FailureReason': 'string'
}
Response Structure
(dict) --
VocabularyName (string) --
The name you chose for your custom vocabulary.
LanguageCode (string) --
The language code you selected for your custom vocabulary.
VocabularyState (string) --
The processing state of your custom vocabulary. If the state is READY
, you can use the vocabulary in a StartTranscriptionJob
request.
LastModifiedTime (datetime) --
The date and time you created your custom vocabulary.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
FailureReason (string) --
If VocabularyState
is FAILED
, FailureReason
contains information about why the vocabulary request failed. See also: Common Errors .
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
create_vocabulary_filter
(**kwargs)¶Creates a new custom vocabulary filter.
You can use vocabulary filters to mask, delete, or flag specific words from your transcript. Vocabulary filters are commonly used to mask profanity in transcripts.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Using vocabulary filtering with unwanted words .
See also: AWS API Documentation
Request Syntax
response = client.create_vocabulary_filter(
VocabularyFilterName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
Words=[
'string',
],
VocabularyFilterFileUri='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
A unique name, chosen by you, for your new custom vocabulary filter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new vocabulary filter with the same name as an existing vocabulary filter, you get a ConflictException
error.
[REQUIRED]
The language code that represents the language of the entries in your vocabulary filter. Each vocabulary filter must contain terms in only one language.
A vocabulary filter can only be used to transcribe files in the same language as the filter. For example, if you create a vocabulary filter using US English (en-US
), you can only apply this filter to files that contain English audio.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
Use this parameter if you want to create your vocabulary filter by including all desired terms, as comma-separated values, within your request. The other option for creating your vocabulary filter is to save your entries in a text file and upload them to an Amazon S3 bucket, then specify the location of your file using the VocabularyFilterFileUri
parameter.
Note that if you include Words
in your request, you cannot use VocabularyFilterFileUri
; you must choose one or the other.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
The Amazon S3 location of the text file that contains your custom vocabulary filter terms. The URI must be located in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-filter-file.txt
Note that if you include VocabularyFilterFileUri
in your request, you cannot use Words
; you must choose one or the other.
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary filter at the time you create this new filter.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
dict
Response Syntax
{
'VocabularyFilterName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1)
}
Response Structure
(dict) --
VocabularyFilterName (string) --
The name you chose for your custom vocabulary filter.
LanguageCode (string) --
The language code you selected for your vocabulary filter.
LastModifiedTime (datetime) --
The date and time you created your vocabulary filter.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
delete_call_analytics_category
(**kwargs)¶Deletes a Call Analytics category. To use this operation, specify the name of the category you want to delete using CategoryName
. Category names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_call_analytics_category(
CategoryName='string'
)
[REQUIRED]
The name of the Call Analytics category you want to delete. Category names are case sensitive.
{}
Response Structure
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
delete_call_analytics_job
(**kwargs)¶Deletes a Call Analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName
. Job names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_call_analytics_job(
CallAnalyticsJobName='string'
)
[REQUIRED]
The name of the Call Analytics job you want to delete. Job names are case sensitive.
{}
Response Structure
Exceptions
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
delete_language_model
(**kwargs)¶Deletes a custom language model. To use this operation, specify the name of the language model you want to delete using ModelName
. Language model names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_language_model(
ModelName='string'
)
[REQUIRED]
The name of the custom language model you want to delete. Model names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
delete_medical_transcription_job
(**kwargs)¶Deletes a medical transcription job. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName
. Job names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_medical_transcription_job(
MedicalTranscriptionJobName='string'
)
[REQUIRED]
The name of the medical transcription job you want to delete. Job names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
delete_medical_vocabulary
(**kwargs)¶Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName
. Vocabulary names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_medical_vocabulary(
VocabularyName='string'
)
[REQUIRED]
The name of the custom medical vocabulary you want to delete. Vocabulary names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
delete_transcription_job
(**kwargs)¶Deletes a transcription job. To use this operation, specify the name of the job you want to delete using TranscriptionJobName
. Job names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_transcription_job(
TranscriptionJobName='string'
)
[REQUIRED]
The name of the transcription job you want to delete. Job names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
delete_vocabulary
(**kwargs)¶Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using VocabularyName
. Vocabulary names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_vocabulary(
VocabularyName='string'
)
[REQUIRED]
The name of the custom vocabulary you want to delete. Vocabulary names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
delete_vocabulary_filter
(**kwargs)¶Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete using VocabularyFilterName
. Vocabulary filter names are case sensitive.
See also: AWS API Documentation
Request Syntax
response = client.delete_vocabulary_filter(
VocabularyFilterName='string'
)
[REQUIRED]
The name of the custom vocabulary filter you want to delete. Vocabulary filter names are case sensitive.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.InternalFailureException
describe_language_model
(**kwargs)¶Provides information about the specified custom language model.
This operation also shows if the base language model you 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 you tried to create a new custom language model and the request wasn't successful, you can use DescribeLanguageModel
to help identify the reason for this failure.
To get a list of your custom language models, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.describe_language_model(
ModelName='string'
)
[REQUIRED]
The name of the custom language model you want information about. Model names are case sensitive.
{
'LanguageModel': {
'ModelName': 'string',
'CreateTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'LanguageCode': 'en-US'|'hi-IN'|'es-US'|'en-GB'|'en-AU',
'BaseModelName': 'NarrowBand'|'WideBand',
'ModelStatus': 'IN_PROGRESS'|'FAILED'|'COMPLETED',
'UpgradeAvailability': True|False,
'FailureReason': 'string',
'InputDataConfig': {
'S3Uri': 'string',
'TuningDataS3Uri': 'string',
'DataAccessRoleArn': 'string'
}
}
}
Response Structure
Provides information about the specified custom language model.
This parameter also shows if the base language model you 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 you tried to create a new custom language model and the request wasn't successful, you can use this DescribeLanguageModel
to help identify the reason for this failure.
A unique name, chosen by you, for your custom language model.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
The date and time the specified custom language model was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified language model was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
The language code used to create your custom language model. Each language model must contain terms in only one language, and the language you select for your model must match the language of your training and tuning data.
For a list of supported languages and their associated language codes, refer to the Supported languages table. Note that U.S. English (en-US
) is the only language supported with Amazon Transcribe Medical.
The Amazon Transcribe standard language model, or base model, used to create your custom language model.
The status of the specified custom language model. When the status displays as COMPLETED
the model is ready for use.
Shows if a more current base model is available for use with the specified custom language model.
If false
, your language model is using the most up-to-date base model.
If true
, there is a newer base model available than the one your language model is using.
Note that to update a base model, you must recreate the custom language model using the new base model. Base model upgrades for existing custom language models are not supported.
If ModelStatus
is FAILED
, FailureReason
contains information about why the custom language model request failed. See also: Common Errors .
The Amazon S3 location of the input files used to train and tune your custom language model, in addition to the data access role ARN (Amazon Resource Name) that has permissions to access these data.
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-training-data/
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
get_call_analytics_category
(**kwargs)¶Provides information about the specified Call Analytics category.
To get a list of your Call Analytics categories, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_call_analytics_category(
CategoryName='string'
)
[REQUIRED]
The name of the Call Analytics category you want information about. Category names are case sensitive.
{
'CategoryProperties': {
'CategoryName': 'string',
'Rules': [
{
'NonTalkTimeFilter': {
'Threshold': 123,
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'InterruptionFilter': {
'Threshold': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'TranscriptFilter': {
'TranscriptFilterType': 'EXACT',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False,
'Targets': [
'string',
]
},
'SentimentFilter': {
'Sentiments': [
'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED',
],
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False
}
},
],
'CreateTime': datetime(2015, 1, 1),
'LastUpdateTime': datetime(2015, 1, 1)
}
}
Response Structure
Provides you with the properties of the Call Analytics category you specified in your GetCallAnalyticsCategory
request.
The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and . To learn more about these parameters, refer to Rule criteria .
To learn more about Call Analytics categories, see Creating categories .
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics .
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: NonTalkTimeFilter
, InterruptionFilter
, TranscriptFilter
, SentimentFilter
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Specify the duration, in milliseconds, of the period of silence you want to flag. For example, you can flag a silent period that lasts 30000 milliseconds.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Set to TRUE
to flag periods of speech. Set to FALSE
to flag periods of silence
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10000 milliseconds of interruptions.
Specify the interrupter you want to flag. Omitting this parameter is equivalent to specifying both participants.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Set to TRUE
to flag speech that does not contain interruptions. Set to FALSE
to flag speech that contains interruptions.
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
Flag the presence or absence of an exact match to the phrases you specify. For example, if you specify the phrase "speak to a manager" as your Targets
value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Set to TRUE
to flag the absence of the phrase you specified in your request. Set to FALSE
to flag the presence of the phrase you specified in your request.
Specify the phrases you want to flag.
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Specify the sentiments you want to flag.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Set to TRUE
to flag the sentiments you didn't include in your request. Set to FALSE
to flag the sentiments you specified in your request.
The date and time the specified Call Analytics category was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified Call Analytics category was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-05T12:45:32.691000-07:00
represents 12:45 PM UTC-7 on May 5, 2022.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.BadRequestException
get_call_analytics_job
(**kwargs)¶Provides information about the specified Call Analytics job.
To view the job's status, refer to CallAnalyticsJobStatus
. If the status is COMPLETED
, the job is finished. You can find your completed transcript at the URI specified in TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the location specified in RedactedTranscriptFileUri
.
If you chose to redact the audio in your media file, you can find your redacted media file at the location specified in RedactedMediaFileUri
.
To get a list of your Call Analytics jobs, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_call_analytics_job(
CallAnalyticsJobName='string'
)
[REQUIRED]
The name of the Call Analytics job you want information about. Job names are case sensitive.
{
'CallAnalyticsJob': {
'CallAnalyticsJobName': 'string',
'CallAnalyticsJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'MediaSampleRateHertz': 123,
'MediaFormat': 'mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
'Media': {
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
'Transcript': {
'TranscriptFileUri': 'string',
'RedactedTranscriptFileUri': 'string'
},
'StartTime': datetime(2015, 1, 1),
'CreationTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'DataAccessRoleArn': 'string',
'IdentifiedLanguageScore': ...,
'Settings': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'VocabularyFilterMethod': 'remove'|'mask'|'tag',
'LanguageModelName': 'string',
'ContentRedaction': {
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
'LanguageOptions': [
'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
],
'LanguageIdSettings': {
'string': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'LanguageModelName': 'string'
}
}
},
'ChannelDefinitions': [
{
'ChannelId': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER'
},
]
}
}
Response Structure
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
Provides the status of the specified Call Analytics job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
The language code used to create your Call Analytics job. For a list of supported languages and their associated language codes, refer to the Supported languages table.
If you don't know the language spoken in your media file, you can omit this field and let Amazon Transcribe automatically identify the language of your media. To improve the accuracy of language identification, you can include several language codes and Amazon Transcribe chooses the closest match for your transcription.
The sample rate, in Hertz, of the audio track in your input media file.
The format of the input media file.
Describes the Amazon S3 location of the media file you want to use in your request.
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
Provides you with the Amazon S3 URI you can use to access your transcript.
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
The Amazon S3 location of your redacted transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and RedactedTranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
The date and time the specified Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
If CallAnalyticsJobStatus
is FAILED
, FailureReason
contains information about why the Call Analytics job request failed.
The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn't valid. Refer to MediaFormat for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn't match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn't match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Guidelines and quotas .Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Guidelines and quotas .The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
The confidence score associated with the language identified in your media file.
Confidence scores are values between 0 and 1; a larger value indicates a higher probability that the identified language correctly matches the language spoken in your media.
Allows additional optional settings in your request, including content redaction; allows you to apply custom language models, vocabulary filters, and custom vocabularies to your Call Analytics job.
The name of the custom vocabulary you want to include in your Call Analytics transcription request. Vocabulary names are case sensitive.
The name of the custom vocabulary filter you want to include in your Call Analytics transcription request. Vocabulary filter names are case sensitive.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
Specify how you want your vocabulary filter applied to your transcript.
To replace words with ***
, choose mask
.
To delete words, choose remove
.
To flag words without changing them, choose tag
.
The name of the custom language model you want to use when processing your Call Analytics job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Allows you to redact or flag specified personally identifiable information (PII) in your transcript. If you use ContentRedaction
, you must also include the sub-parameters: PiiEntityTypes
, RedactionOutput
, and RedactionType
.
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.
Including language options can improve the accuracy of language identification.
For a list of languages supported with Call Analytics, refer to the Supported languages table.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
The name of the custom vocabulary you want to use when processing your transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch.
The name of the custom vocabulary filter you want to use when processing your transcription job. Vocabulary filter names are case sensitive.
The language of the specified vocabulary filter must match the language code you specify in your transcription request. If the languages don't match, the vocabulary filter isn't applied. There are no errors or warnings associated with a language mismatch.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Allows you to specify which speaker is on which channel in your Call Analytics job request. For example, if your agent is the first participant to speak, you would set ChannelId
to 0
(to indicate the first channel) and ParticipantRole
to AGENT
(to indicate that it's the agent speaking).
Allows you to specify which speaker is on which channel. For example, if your agent is the first participant to speak, you would set ChannelId
to 0
(to indicate the first channel) and ParticipantRole
to AGENT
(to indicate that it's the agent speaking).
Specify the audio channel you want to define.
Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
get_medical_transcription_job
(**kwargs)¶Provides information about the specified medical transcription job.
To view the status of the specified medical transcription 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 TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
To get a list of your medical transcription jobs, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_medical_transcription_job(
MedicalTranscriptionJobName='string'
)
[REQUIRED]
The name of the medical transcription job you want information about. Job names are case sensitive.
{
'MedicalTranscriptionJob': {
'MedicalTranscriptionJobName': 'string',
'TranscriptionJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'MediaSampleRateHertz': 123,
'MediaFormat': 'mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
'Media': {
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
'Transcript': {
'TranscriptFileUri': 'string'
},
'StartTime': datetime(2015, 1, 1),
'CreationTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'Settings': {
'ShowSpeakerLabels': True|False,
'MaxSpeakerLabels': 123,
'ChannelIdentification': True|False,
'ShowAlternatives': True|False,
'MaxAlternatives': 123,
'VocabularyName': 'string'
},
'ContentIdentificationType': 'PHI',
'Specialty': 'PRIMARYCARE',
'Type': 'CONVERSATION'|'DICTATION',
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
]
}
}
Response Structure
Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
Provides the status of the specified medical transcription job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
The language code used to create your medical transcription job. US English (en-US
) is the only supported language for medical transcriptions.
The sample rate, in Hertz, of the audio track in your input media file.
The format of the input media file.
Describes the Amazon S3 location of the media file you want to use in your request.
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
Provides you with the Amazon S3 URI you can use to access your transcript.
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
The date and time the specified medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job request failed.
The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn't valid. Refer to MediaFormat for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn't match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn't valid. The sample rate must be between 16,000 and 48,000 Hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn't match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Guidelines and quotas .Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Guidelines and quotas .Specify additional optional settings in your request, including channel identification, alternative transcriptions, and speaker labeling; allows you to apply custom vocabularies to your medical transcription job.
Enables speaker identification (diarization) in your transcription output. Speaker identification labels the speech from individual speakers in your media file.
If you enable ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Identifying speakers (diarization) .
Specify the maximum number of speakers you want to identify in your media.
Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker.
If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
Enables channel identification in multi-channel audio.
Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.
If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript does not separate the speech by channel.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Transcribing multi-channel audio .
To include alternative transcriptions within your transcription output, include ShowAlternatives
in your transcription request.
If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe Medical to generate.
For more information, see Alternative transcriptions .
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe Medical to include in your transcript.
If you select a number greater than the number of alternative transcriptions generated by Amazon Transcribe Medical, only the actual number of alternative transcriptions are included.
If you include MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
.
For more information, see Alternative transcriptions .
The name of the custom vocabulary you want to use when processing your medical transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch. US English (en-US
) is the only valid language for Amazon Transcribe Medical.
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription .
Describes the medical specialty represented in your media.
Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob
request.
The tags, each in the form of a key:value pair, assigned to the specified medical transcription job.
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
get_medical_vocabulary
(**kwargs)¶Provides information about the specified custom medical vocabulary.
To view the status of the specified medical vocabulary, check the VocabularyState
field. If the status is READY
, your vocabulary is available to use. If the status is FAILED
, FailureReason
provides details on why your vocabulary failed.
To get a list of your custom medical vocabularies, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_medical_vocabulary(
VocabularyName='string'
)
[REQUIRED]
The name of the custom medical vocabulary you want information about. Vocabulary names are case sensitive.
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'VocabularyState': 'PENDING'|'READY'|'FAILED',
'LastModifiedTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'DownloadUri': 'string'
}
Response Structure
The name of the custom medical vocabulary you requested information about.
The language code you selected for your medical vocabulary. US English (en-US
) is the only language supported with Amazon Transcribe Medical.
The processing state of your custom medical vocabulary. If the state is READY
, you can use the vocabulary in a StartMedicalTranscriptionJob
request.
The date and time the specified custom medical vocabulary was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
If VocabularyState
is FAILED
, FailureReason
contains information about why the medical vocabulary request failed. See also: Common Errors .
The S3 location where the specified medical vocabulary is stored; use this URI to view or download the vocabulary.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.BadRequestException
get_paginator
(operation_name)¶Create a paginator for an operation.
create_foo
, and you'd normally invoke the
operation as client.create_foo(**kwargs)
, if the
create_foo
operation can be paginated, you can use the
call client.get_paginator("create_foo")
.client.can_paginate
method to
check if an operation is pageable.get_transcription_job
(**kwargs)¶Provides information about the specified transcription job.
To view the status of the specified transcription 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 TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
If you enabled content redaction, the redacted transcript can be found at the location specified in RedactedTranscriptFileUri
.
To get a list of your transcription jobs, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_transcription_job(
TranscriptionJobName='string'
)
[REQUIRED]
The name of the transcription job you want information about. Job names are case sensitive.
{
'TranscriptionJob': {
'TranscriptionJobName': 'string',
'TranscriptionJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'MediaSampleRateHertz': 123,
'MediaFormat': 'mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
'Media': {
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
'Transcript': {
'TranscriptFileUri': 'string',
'RedactedTranscriptFileUri': 'string'
},
'StartTime': datetime(2015, 1, 1),
'CreationTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'Settings': {
'VocabularyName': 'string',
'ShowSpeakerLabels': True|False,
'MaxSpeakerLabels': 123,
'ChannelIdentification': True|False,
'ShowAlternatives': True|False,
'MaxAlternatives': 123,
'VocabularyFilterName': 'string',
'VocabularyFilterMethod': 'remove'|'mask'|'tag'
},
'ModelSettings': {
'LanguageModelName': 'string'
},
'JobExecutionSettings': {
'AllowDeferredExecution': True|False,
'DataAccessRoleArn': 'string'
},
'ContentRedaction': {
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
'IdentifyLanguage': True|False,
'IdentifyMultipleLanguages': True|False,
'LanguageOptions': [
'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
],
'IdentifiedLanguageScore': ...,
'LanguageCodes': [
{
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'DurationInSeconds': ...
},
],
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
],
'Subtitles': {
'Formats': [
'vtt'|'srt',
],
'SubtitleFileUris': [
'string',
],
'OutputStartIndex': 123
},
'LanguageIdSettings': {
'string': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'LanguageModelName': 'string'
}
}
}
}
Response Structure
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
The name of the transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
Provides the status of the specified transcription job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
The language code used to create your transcription job. For a list of supported languages and their associated language codes, refer to the Supported languages table.
Note that you must include one of LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
in your request. If you include more than one of these parameters, your transcription job fails.
The sample rate, in Hertz, of the audio track in your input media file.
The format of the input media file.
Describes the Amazon S3 location of the media file you want to use in your request.
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
Provides you with the Amazon S3 URI you can use to access your transcript.
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
The Amazon S3 location of your redacted transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and RedactedTranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
The date and time the specified transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
The date and time the specified transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job request failed.
The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn't valid. Refer to MediaFormat for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn't match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn't match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Guidelines and quotas .Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Guidelines and quotas .Specify additional optional settings in your request, including channel identification, alternative transcriptions, speaker labeling; allows you to apply custom vocabularies and vocabulary filters.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use Settings
with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If you're using automatic language identification with your request and want to include a custom language model, a custom vocabulary, or a custom vocabulary filter, do not use the Settings
parameter; use instead the parameter with the LanguageModelName
, VocabularyName
or VocabularyFilterName
sub-parameters.
The name of the custom vocabulary you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
Enables speaker identification (diarization) in your transcription output. Speaker identification labels the speech from individual speakers in your media file.
If you enable ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Identifying speakers (diarization) .
Specify the maximum number of speakers you want to identify in your media.
Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker.
If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
Enables channel identification in multi-channel audio.
Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Transcribing multi-channel audio .
To include alternative transcriptions within your transcription output, include ShowAlternatives
in your transcription request.
If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript does not separate the speech by channel.
If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe to generate.
For more information, see Alternative transcriptions .
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe to include in your transcript.
If you select a number greater than the number of alternative transcriptions generated by Amazon Transcribe, only the actual number of alternative transcriptions are included.
If you include MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
.
For more information, see Alternative transcriptions .
The name of the custom vocabulary filter you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
Specify how you want your vocabulary filter applied to your transcript.
To replace words with ***
, choose mask
.
To delete words, choose remove
.
To flag words without changing them, choose tag
.
The custom language model you want to include with your transcription job. If you include ModelSettings
in your request, you must include the LanguageModelName
sub-parameter.
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Provides information about how your transcription job is being processed. This parameter shows if your request is queued and what data access role is being used.
Allows you to enable job queuing when your concurrent request limit is exceeded. When AllowDeferredExecution
is set to true
, transcription job requests are placed in a queue until the number of jobs falls below the concurrent request limit. If AllowDeferredExecution
is set to false
and the number of transcription job requests exceed the concurrent request limit, you get a LimitExceededException
error.
Note that job queuing is enabled by default for Call Analytics jobs.
If you include AllowDeferredExecution
in your request, you must also include DataAccessRoleArn
.
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
. For more information, see IAM ARNs .
Note that if you include DataAccessRoleArn
in your request, you must also include AllowDeferredExecution
.
Redacts or flags specified personally identifiable information (PII) in your transcript.
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
Indicates whether automatic language identification was enabled (TRUE
) for the specified transcription job.
Indicates whether automatic multi-language identification was enabled (TRUE
) for the specified transcription job.
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.
If you include LanguageOptions
in your request, you must also include IdentifyLanguage
.
For more information, refer to Supported languages .
To transcribe speech in Modern Standard Arabic (ar-SA
), your media file must be encoded at a sample rate of 16,000 Hz or higher.
The confidence score associated with the language identified in your media file.
Confidence scores are values between 0 and 1; a larger value indicates a higher probability that the identified language correctly matches the language spoken in your media.
The language codes used to create your transcription job. This parameter is used with multi-language identification. For single-language identification requests, refer to the singular version of this parameter, LanguageCode
.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
Provides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.
Provides the language code for each language identified in your media.
Provides the total time, in seconds, each identified language is spoken in your media.
Adds one or more custom tags, each in the form of a key:value pair, to a new transcription job at the time you start this new job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
Generate subtitles for your media file with your transcription request.
Provides the format of your subtitle files. If your request included both WebVTT (vtt
) and SubRip (srt
) formats, both formats are shown.
The Amazon S3 location of your transcript. You can use this URI to access or download your subtitle file. Your subtitle file is stored in the same location as your transcript. If you specified both WebVTT and SubRip subtitle formats, two URIs are provided.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your subtitle file is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your subtitle file.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
Provides the start index value for your subtitle files. If you did not specify a value in your request, the default value of 0
is used.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
The name of the custom vocabulary you want to use when processing your transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch.
The name of the custom vocabulary filter you want to use when processing your transcription job. Vocabulary filter names are case sensitive.
The language of the specified vocabulary filter must match the language code you specify in your transcription request. If the languages don't match, the vocabulary filter isn't applied. There are no errors or warnings associated with a language mismatch.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
get_vocabulary
(**kwargs)¶Provides information about the specified custom vocabulary.
To view the status of the specified vocabulary, check the VocabularyState
field. If the status is READY
, your vocabulary is available to use. If the status is FAILED
, FailureReason
provides details on why your vocabulary failed.
To get a list of your custom vocabularies, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_vocabulary(
VocabularyName='string'
)
[REQUIRED]
The name of the custom vocabulary you want information about. Vocabulary names are case sensitive.
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'VocabularyState': 'PENDING'|'READY'|'FAILED',
'LastModifiedTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'DownloadUri': 'string'
}
Response Structure
The name of the custom vocabulary you requested information about.
The language code you selected for your custom vocabulary.
The processing state of your custom vocabulary. If the state is READY
, you can use the vocabulary in a StartTranscriptionJob
request.
The date and time the specified vocabulary was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
If VocabularyState
is FAILED
, FailureReason
contains information about why the vocabulary request failed. See also: Common Errors .
The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.BadRequestException
get_vocabulary_filter
(**kwargs)¶Provides information about the specified custom vocabulary filter.
To view the status of the specified vocabulary filter, check the VocabularyState
field. If the status is READY
, your vocabulary is available to use. If the status is FAILED
, FailureReason
provides details on why your vocabulary filter failed.
To get a list of your custom vocabulary filters, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.get_vocabulary_filter(
VocabularyFilterName='string'
)
[REQUIRED]
The name of the custom vocabulary filter you want information about. Vocabulary filter names are case sensitive.
{
'VocabularyFilterName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1),
'DownloadUri': 'string'
}
Response Structure
The name of the custom vocabulary filter you requested information about.
The language code you selected for your vocabulary filter.
The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary filter.
Exceptions
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.BadRequestException
get_waiter
(waiter_name)¶Returns an object that can wait for some condition.
list_call_analytics_categories
(**kwargs)¶Provides a list of Call Analytics categories, including all rules that make up each category.
To get detailed information about a specific Call Analytics category, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_call_analytics_categories(
NextToken='string',
MaxResults=123
)
ListCallAnalyticsCategories
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.dict
Response Syntax
{
'NextToken': 'string',
'Categories': [
{
'CategoryName': 'string',
'Rules': [
{
'NonTalkTimeFilter': {
'Threshold': 123,
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'InterruptionFilter': {
'Threshold': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'TranscriptFilter': {
'TranscriptFilterType': 'EXACT',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False,
'Targets': [
'string',
]
},
'SentimentFilter': {
'Sentiments': [
'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED',
],
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False
}
},
],
'CreateTime': datetime(2015, 1, 1),
'LastUpdateTime': datetime(2015, 1, 1)
},
]
}
Response Structure
(dict) --
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
Categories (list) --
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
(dict) --
Provides you with the properties of the Call Analytics category you specified in your request. This includes the list of rules that define the specified category.
CategoryName (string) --
The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.
Rules (list) --
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
(dict) --
A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and . To learn more about these parameters, refer to Rule criteria .
To learn more about Call Analytics categories, see Creating categories .
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics .
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: NonTalkTimeFilter
, InterruptionFilter
, TranscriptFilter
, SentimentFilter
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
NonTalkTimeFilter (dict) --
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Threshold (integer) --
Specify the duration, in milliseconds, of the period of silence you want to flag. For example, you can flag a silent period that lasts 30000 milliseconds.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Negate (boolean) --
Set to TRUE
to flag periods of speech. Set to FALSE
to flag periods of silence
InterruptionFilter (dict) --
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Threshold (integer) --
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10000 milliseconds of interruptions.
ParticipantRole (string) --
Specify the interrupter you want to flag. Omitting this parameter is equivalent to specifying both participants.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Negate (boolean) --
Set to TRUE
to flag speech that does not contain interruptions. Set to FALSE
to flag speech that contains interruptions.
TranscriptFilter (dict) --
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
TranscriptFilterType (string) --
Flag the presence or absence of an exact match to the phrases you specify. For example, if you specify the phrase "speak to a manager" as your Targets
value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
ParticipantRole (string) --
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Negate (boolean) --
Set to TRUE
to flag the absence of the phrase you specified in your request. Set to FALSE
to flag the presence of the phrase you specified in your request.
Targets (list) --
Specify the phrases you want to flag.
SentimentFilter (dict) --
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Sentiments (list) --
Specify the sentiments you want to flag.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
ParticipantRole (string) --
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Negate (boolean) --
Set to TRUE
to flag the sentiments you didn't include in your request. Set to FALSE
to flag the sentiments you specified in your request.
CreateTime (datetime) --
The date and time the specified Call Analytics category was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
LastUpdateTime (datetime) --
The date and time the specified Call Analytics category was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-05T12:45:32.691000-07:00
represents 12:45 PM UTC-7 on May 5, 2022.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_call_analytics_jobs
(**kwargs)¶Provides a list of Call Analytics jobs that match the specified criteria. If no criteria are specified, all Call Analytics jobs are returned.
To get detailed information about a specific Call Analytics job, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_call_analytics_jobs(
Status='QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
JobNameContains='string',
NextToken='string',
MaxResults=123
)
Status
, all Call Analytics jobs are returned.ListCallAnalyticsJobs
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.dict
Response Syntax
{
'Status': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'NextToken': 'string',
'CallAnalyticsJobSummaries': [
{
'CallAnalyticsJobName': 'string',
'CreationTime': datetime(2015, 1, 1),
'StartTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'CallAnalyticsJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'FailureReason': 'string'
},
]
}
Response Structure
(dict) --
Status (string) --
Lists all Call Analytics jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
CallAnalyticsJobSummaries (list) --
Provides a summary of information about each result.
(dict) --
Provides detailed information about a specific Call Analytics job.
CallAnalyticsJobName (string) --
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
CreationTime (datetime) --
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
StartTime (datetime) --
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CompletionTime (datetime) --
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
LanguageCode (string) --
The language code used to create your Call Analytics transcription.
CallAnalyticsJobStatus (string) --
Provides the status of your Call Analytics job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
FailureReason (string) --
If CallAnalyticsJobStatus
is FAILED
, FailureReason
contains information about why the Call Analytics job failed. See also: Common Errors .
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_language_models
(**kwargs)¶Provides a list of custom language models that match the specified criteria. If no criteria are specified, all language models are returned.
To get detailed information about a specific custom language model, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_language_models(
StatusEquals='IN_PROGRESS'|'FAILED'|'COMPLETED',
NameContains='string',
NextToken='string',
MaxResults=123
)
StatusEquals
, all custom language models are returned.ListLanguageModels
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.dict
Response Syntax
{
'NextToken': 'string',
'Models': [
{
'ModelName': 'string',
'CreateTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'LanguageCode': 'en-US'|'hi-IN'|'es-US'|'en-GB'|'en-AU',
'BaseModelName': 'NarrowBand'|'WideBand',
'ModelStatus': 'IN_PROGRESS'|'FAILED'|'COMPLETED',
'UpgradeAvailability': True|False,
'FailureReason': 'string',
'InputDataConfig': {
'S3Uri': 'string',
'TuningDataS3Uri': 'string',
'DataAccessRoleArn': 'string'
}
},
]
}
Response Structure
(dict) --
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
Models (list) --
Provides information about the custom language models that match the criteria specified in your request.
(dict) --
Provides information about a custom language model, including the base model name, when the model was created, the location of the files used to train the model, when the model was last modified, the name you chose for the model, its language, its processing state, and if there is an upgrade available for the base model.
ModelName (string) --
A unique name, chosen by you, for your custom language model.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
CreateTime (datetime) --
The date and time the specified custom language model was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
LastModifiedTime (datetime) --
The date and time the specified language model was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
LanguageCode (string) --
The language code used to create your custom language model. Each language model must contain terms in only one language, and the language you select for your model must match the language of your training and tuning data.
For a list of supported languages and their associated language codes, refer to the Supported languages table. Note that U.S. English (en-US
) is the only language supported with Amazon Transcribe Medical.
BaseModelName (string) --
The Amazon Transcribe standard language model, or base model, used to create your custom language model.
ModelStatus (string) --
The status of the specified custom language model. When the status displays as COMPLETED
the model is ready for use.
UpgradeAvailability (boolean) --
Shows if a more current base model is available for use with the specified custom language model.
If false
, your language model is using the most up-to-date base model.
If true
, there is a newer base model available than the one your language model is using.
Note that to update a base model, you must recreate the custom language model using the new base model. Base model upgrades for existing custom language models are not supported.
FailureReason (string) --
If ModelStatus
is FAILED
, FailureReason
contains information about why the custom language model request failed. See also: Common Errors .
InputDataConfig (dict) --
The Amazon S3 location of the input files used to train and tune your custom language model, in addition to the data access role ARN (Amazon Resource Name) that has permissions to access these data.
S3Uri (string) --
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-training-data/
TuningDataS3Uri (string) --
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/
DataAccessRoleArn (string) --
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_medical_transcription_jobs
(**kwargs)¶Provides a list of medical transcription jobs that match the specified criteria. If no criteria are specified, all medical transcription jobs are returned.
To get detailed information about a specific medical transcription job, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_medical_transcription_jobs(
Status='QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
JobNameContains='string',
NextToken='string',
MaxResults=123
)
Status
, all medical transcription jobs are returned.ListMedicalTranscriptionJobs
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.dict
Response Syntax
{
'Status': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'NextToken': 'string',
'MedicalTranscriptionJobSummaries': [
{
'MedicalTranscriptionJobName': 'string',
'CreationTime': datetime(2015, 1, 1),
'StartTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'TranscriptionJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'FailureReason': 'string',
'OutputLocationType': 'CUSTOMER_BUCKET'|'SERVICE_BUCKET',
'Specialty': 'PRIMARYCARE',
'ContentIdentificationType': 'PHI',
'Type': 'CONVERSATION'|'DICTATION'
},
]
}
Response Structure
(dict) --
Status (string) --
Lists all medical transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
MedicalTranscriptionJobSummaries (list) --
Provides a summary of information about each result.
(dict) --
Provides detailed information about a specific medical transcription job.
MedicalTranscriptionJobName (string) --
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
CreationTime (datetime) --
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
StartTime (datetime) --
The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CompletionTime (datetime) --
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
LanguageCode (string) --
The language code used to create your medical transcription. US English (en-US
) is the only supported language for medical transcriptions.
TranscriptionJobStatus (string) --
Provides the status of your medical transcription job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
FailureReason (string) --
If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job failed. See also: Common Errors .
OutputLocationType (string) --
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET
, the location is the Amazon S3 bucket you specified using the OutputBucketName
parameter in your request. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET
, the location is a service-managed Amazon S3 bucket. To access a transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri
field.
Specialty (string) --
Provides the medical specialty represented in your media.
ContentIdentificationType (string) --
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription .
Type (string) --
Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob
request.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_medical_vocabularies
(**kwargs)¶Provides a list of custom medical vocabularies that match the specified criteria. If no criteria are specified, all custom medical vocabularies are returned.
To get detailed information about a specific custom medical vocabulary, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_medical_vocabularies(
NextToken='string',
MaxResults=123,
StateEquals='PENDING'|'READY'|'FAILED',
NameContains='string'
)
ListMedicalVocabularies
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.StateEquals
, all custom medical vocabularies are returned.dict
Response Syntax
{
'Status': 'PENDING'|'READY'|'FAILED',
'NextToken': 'string',
'Vocabularies': [
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1),
'VocabularyState': 'PENDING'|'READY'|'FAILED'
},
]
}
Response Structure
(dict) --
Status (string) --
Lists all custom medical vocabularies that have the status specified in your request. Vocabularies are ordered by creation date, with the newest vocabulary first.
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
Vocabularies (list) --
Provides information about the custom medical vocabularies that match the criteria specified in your request.
(dict) --
Provides information about a custom vocabulary, including the language of the vocabulary, when it was last modified, its name, and the processing state.
VocabularyName (string) --
A unique name, chosen by you, for your custom vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
LanguageCode (string) --
The language code used to create your custom vocabulary. Each vocabulary must contain terms in only one language.
A custom vocabulary can only be used to transcribe files in the same language as the vocabulary. For example, if you create a vocabulary using US English (en-US
), you can only apply this vocabulary to files that contain English audio.
LastModifiedTime (datetime) --
The date and time the specified vocabulary was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
VocabularyState (string) --
The processing state of your custom vocabulary. If the state is READY
, you can use the vocabulary in a StartTranscriptionJob
request.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource(
ResourceArn='string'
)
[REQUIRED]
Returns a list of all tags associated with the specified Amazon Resource Name (ARN). ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
For example, arn:aws:transcribe:us-west-2:account-id:transcription-job/transcription-job-name
.
Valid values for resource-type
are: transcription-job
, medical-transcription-job
, vocabulary
, medical-vocabulary
, vocabulary-filter
, and language-model
.
{
'ResourceArn': 'string',
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
]
}
Response Structure
The Amazon Resource Name (ARN) specified in your request.
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_transcription_jobs
(**kwargs)¶Provides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned.
To get detailed information about a specific transcription job, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_transcription_jobs(
Status='QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
JobNameContains='string',
NextToken='string',
MaxResults=123
)
Status
, all transcription jobs are returned.ListTranscriptionJobs
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.dict
Response Syntax
{
'Status': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'NextToken': 'string',
'TranscriptionJobSummaries': [
{
'TranscriptionJobName': 'string',
'CreationTime': datetime(2015, 1, 1),
'StartTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'TranscriptionJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'FailureReason': 'string',
'OutputLocationType': 'CUSTOMER_BUCKET'|'SERVICE_BUCKET',
'ContentRedaction': {
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
'ModelSettings': {
'LanguageModelName': 'string'
},
'IdentifyLanguage': True|False,
'IdentifyMultipleLanguages': True|False,
'IdentifiedLanguageScore': ...,
'LanguageCodes': [
{
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'DurationInSeconds': ...
},
]
},
]
}
Response Structure
(dict) --
Status (string) --
Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
TranscriptionJobSummaries (list) --
Provides a summary of information about each result.
(dict) --
Provides detailed information about a specific transcription job.
TranscriptionJobName (string) --
The name of the transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
CreationTime (datetime) --
The date and time the specified transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
StartTime (datetime) --
The date and time your transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CompletionTime (datetime) --
The date and time the specified transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
LanguageCode (string) --
The language code used to create your transcription.
TranscriptionJobStatus (string) --
Provides the status of your transcription job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
FailureReason (string) --
If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job failed. See also: Common Errors .
OutputLocationType (string) --
Indicates where the specified transcription output is stored.
If the value is CUSTOMER_BUCKET
, the location is the Amazon S3 bucket you specified using the OutputBucketName
parameter in your request. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET
, the location is a service-managed Amazon S3 bucket. To access a transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri
or RedactedTranscriptFileUri
field.
ContentRedaction (dict) --
The content redaction settings of the transcription job.
RedactionType (string) --
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
RedactionOutput (string) --
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
PiiEntityTypes (list) --
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
ModelSettings (dict) --
Provides the name of the custom language model that was included in the specified transcription job.
Only use ModelSettings
with the LanguageModelName
sub-parameter if you're not using automatic language identification (). If using LanguageIdSettings
in your request, this parameter contains a LanguageModelName
sub-parameter.
LanguageModelName (string) --
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
IdentifyLanguage (boolean) --
Indicates whether automatic language identification was enabled (TRUE
) for the specified transcription job.
IdentifyMultipleLanguages (boolean) --
Indicates whether automatic multi-language identification was enabled (TRUE
) for the specified transcription job.
IdentifiedLanguageScore (float) --
The confidence score associated with the language identified in your media file.
Confidence scores are values between 0 and 1; a larger value indicates a higher probability that the identified language correctly matches the language spoken in your media.
LanguageCodes (list) --
The language codes used to create your transcription job. This parameter is used with multi-language identification. For single-language identification, the singular version of this parameter, LanguageCode
, is present.
(dict) --
Provides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.
LanguageCode (string) --
Provides the language code for each language identified in your media.
DurationInSeconds (float) --
Provides the total time, in seconds, each identified language is spoken in your media.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_vocabularies
(**kwargs)¶Provides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
To get detailed information about a specific custom vocabulary, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_vocabularies(
NextToken='string',
MaxResults=123,
StateEquals='PENDING'|'READY'|'FAILED',
NameContains='string'
)
ListVocabularies
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.StateEquals
, all custom medical vocabularies are returned.dict
Response Syntax
{
'Status': 'PENDING'|'READY'|'FAILED',
'NextToken': 'string',
'Vocabularies': [
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1),
'VocabularyState': 'PENDING'|'READY'|'FAILED'
},
]
}
Response Structure
(dict) --
Status (string) --
Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by creation date, with the newest vocabulary first.
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
Vocabularies (list) --
Provides information about the custom vocabularies that match the criteria specified in your request.
(dict) --
Provides information about a custom vocabulary, including the language of the vocabulary, when it was last modified, its name, and the processing state.
VocabularyName (string) --
A unique name, chosen by you, for your custom vocabulary. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
LanguageCode (string) --
The language code used to create your custom vocabulary. Each vocabulary must contain terms in only one language.
A custom vocabulary can only be used to transcribe files in the same language as the vocabulary. For example, if you create a vocabulary using US English (en-US
), you can only apply this vocabulary to files that contain English audio.
LastModifiedTime (datetime) --
The date and time the specified vocabulary was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
VocabularyState (string) --
The processing state of your custom vocabulary. If the state is READY
, you can use the vocabulary in a StartTranscriptionJob
request.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
list_vocabulary_filters
(**kwargs)¶Provides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
To get detailed information about a specific custom vocabulary filter, use the operation.
See also: AWS API Documentation
Request Syntax
response = client.list_vocabulary_filters(
NextToken='string',
MaxResults=123,
NameContains='string'
)
ListVocabularyFilters
request returns more results than can be displayed, NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken
with the value of the copied string. Repeat as needed to view all your results.dict
Response Syntax
{
'NextToken': 'string',
'VocabularyFilters': [
{
'VocabularyFilterName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1)
},
]
}
Response Structure
(dict) --
NextToken (string) --
If NextToken
is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the NextToken
parameter in your results output, then run your request again including NextToken
with the value of the copied string. Repeat as needed to view all your results.
VocabularyFilters (list) --
Provides information about the custom vocabulary filters that match the criteria specified in your request.
(dict) --
Provides information about a vocabulary filter, including the language of the filter, when it was last modified, and its name.
VocabularyFilterName (string) --
A unique name, chosen by you, for your custom vocabulary filter. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
LanguageCode (string) --
The language code that represents the language of the entries in your vocabulary filter. Each vocabulary filter must contain terms in only one language.
A vocabulary filter can only be used to transcribe files in the same language as the filter. For example, if you create a vocabulary filter using US English (en-US
), you can only apply this filter to files that contain English audio.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
LastModifiedTime (datetime) --
The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
start_call_analytics_job
(**kwargs)¶Transcribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request.
In addition to many of the standard transcription features, Call Analytics provides you with call characteristics, call summarization, speaker sentiment, and optional redaction of your text transcript and your audio file. You can also apply custom categories to flag specified conditions. To learn more about these features and insights, refer to Analyzing call center audio with Call Analytics .
If you want to apply categories to your Call Analytics job, you must create them before submitting your job request. Categories cannot be retroactively applied to a job. To create a new category, use the operation. To learn more about Call Analytics categories, see Creating categories .
To make a StartCallAnalyticsJob
request, you must first upload your media file into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file using the Media
parameter.
You must include the following parameters in your StartCallAnalyticsJob
request:
region
: The Amazon Web Services Region where you are making your request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas .CallAnalyticsJobName
: A custom name you create for your transcription job that is unique within your Amazon Web Services account.DataAccessRoleArn
: The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.Media
(MediaFileUri
or RedactedMediaFileUri
): The Amazon S3 location of your media file.Note
With Call Analytics, you can redact the audio contained in your media file by including RedactedMediaFileUri
, instead of MediaFileUri
, to specify the location of your input audio. If you choose to redact your audio, you can find your redacted media at the location specified in the RedactedMediaFileUri
field of your response.
See also: AWS API Documentation
Request Syntax
response = client.start_call_analytics_job(
CallAnalyticsJobName='string',
Media={
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
OutputLocation='string',
OutputEncryptionKMSKeyId='string',
DataAccessRoleArn='string',
Settings={
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'VocabularyFilterMethod': 'remove'|'mask'|'tag',
'LanguageModelName': 'string',
'ContentRedaction': {
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
'LanguageOptions': [
'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
],
'LanguageIdSettings': {
'string': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'LanguageModelName': 'string'
}
}
},
ChannelDefinitions=[
{
'ChannelId': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER'
},
]
)
[REQUIRED]
A unique name, chosen by you, for your Call Analytics job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new job with the same name as an existing job, you get a ConflictException
error.
[REQUIRED]
Describes the Amazon S3 location of the media file you want to use in your request.
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
The Amazon S3 location where you want your Call Analytics transcription output stored. You can use any of the following formats to specify the output location:
Unless you specify a file name (option 3), the name of your output file has a default value that matches the name you specified for your transcription job using the CallAnalyticsJobName
parameter.
You can specify a KMS key to encrypt your output using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption.
If you don't specify OutputLocation
, your transcript is placed in a service-managed Amazon S3 bucket and you are provided with a URI to access your transcript.
The KMS key you want to use to encrypt your Call Analytics output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
1234abcd-12ab-34cd-56ef-1234567890ab
.alias/ExampleAlias
.arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.arn:aws:kms:region:account-ID:alias/ExampleAlias
.If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.arn:aws:kms:region:account-ID:alias/ExampleAlias
.If you don't specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location using the OutputLocation
parameter.
Note that the user making the request must have permission to use the specified KMS key.
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
Specify additional optional settings in your request, including content redaction; allows you to apply custom language models, vocabulary filters, and custom vocabularies to your Call Analytics job.
The name of the custom vocabulary you want to include in your Call Analytics transcription request. Vocabulary names are case sensitive.
The name of the custom vocabulary filter you want to include in your Call Analytics transcription request. Vocabulary filter names are case sensitive.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
Specify how you want your vocabulary filter applied to your transcript.
To replace words with ***
, choose mask
.
To delete words, choose remove
.
To flag words without changing them, choose tag
.
The name of the custom language model you want to use when processing your Call Analytics job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Allows you to redact or flag specified personally identifiable information (PII) in your transcript. If you use ContentRedaction
, you must also include the sub-parameters: PiiEntityTypes
, RedactionOutput
, and RedactionType
.
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.
Including language options can improve the accuracy of language identification.
For a list of languages supported with Call Analytics, refer to the Supported languages table.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
The name of the custom vocabulary you want to use when processing your transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch.
The name of the custom vocabulary filter you want to use when processing your transcription job. Vocabulary filter names are case sensitive.
The language of the specified vocabulary filter must match the language code you specify in your transcription request. If the languages don't match, the vocabulary filter isn't applied. There are no errors or warnings associated with a language mismatch.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Allows you to specify which speaker is on which channel. For example, if your agent is the first participant to speak, you would set ChannelId
to 0
(to indicate the first channel) and ParticipantRole
to AGENT
(to indicate that it's the agent speaking).
Allows you to specify which speaker is on which channel. For example, if your agent is the first participant to speak, you would set ChannelId
to 0
(to indicate the first channel) and ParticipantRole
to AGENT
(to indicate that it's the agent speaking).
Specify the audio channel you want to define.
Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
dict
Response Syntax
{
'CallAnalyticsJob': {
'CallAnalyticsJobName': 'string',
'CallAnalyticsJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'MediaSampleRateHertz': 123,
'MediaFormat': 'mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
'Media': {
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
'Transcript': {
'TranscriptFileUri': 'string',
'RedactedTranscriptFileUri': 'string'
},
'StartTime': datetime(2015, 1, 1),
'CreationTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'DataAccessRoleArn': 'string',
'IdentifiedLanguageScore': ...,
'Settings': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'VocabularyFilterMethod': 'remove'|'mask'|'tag',
'LanguageModelName': 'string',
'ContentRedaction': {
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
'LanguageOptions': [
'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
],
'LanguageIdSettings': {
'string': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'LanguageModelName': 'string'
}
}
},
'ChannelDefinitions': [
{
'ChannelId': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER'
},
]
}
}
Response Structure
(dict) --
CallAnalyticsJob (dict) --
Provides detailed information about the current Call Analytics job, including job status and, if applicable, failure reason.
CallAnalyticsJobName (string) --
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
CallAnalyticsJobStatus (string) --
Provides the status of the specified Call Analytics job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
LanguageCode (string) --
The language code used to create your Call Analytics job. For a list of supported languages and their associated language codes, refer to the Supported languages table.
If you don't know the language spoken in your media file, you can omit this field and let Amazon Transcribe automatically identify the language of your media. To improve the accuracy of language identification, you can include several language codes and Amazon Transcribe chooses the closest match for your transcription.
MediaSampleRateHertz (integer) --
The sample rate, in Hertz, of the audio track in your input media file.
MediaFormat (string) --
The format of the input media file.
Media (dict) --
Describes the Amazon S3 location of the media file you want to use in your request.
MediaFileUri (string) --
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUri (string) --
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
Transcript (dict) --
Provides you with the Amazon S3 URI you can use to access your transcript.
TranscriptFileUri (string) --
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
RedactedTranscriptFileUri (string) --
The Amazon S3 location of your redacted transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and RedactedTranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
StartTime (datetime) --
The date and time the specified Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CreationTime (datetime) --
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CompletionTime (datetime) --
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
FailureReason (string) --
If CallAnalyticsJobStatus
is FAILED
, FailureReason
contains information about why the Call Analytics job request failed.
The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn't valid. Refer to MediaFormat for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn't match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn't match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Guidelines and quotas .Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Guidelines and quotas .DataAccessRoleArn (string) --
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs .
IdentifiedLanguageScore (float) --
The confidence score associated with the language identified in your media file.
Confidence scores are values between 0 and 1; a larger value indicates a higher probability that the identified language correctly matches the language spoken in your media.
Settings (dict) --
Allows additional optional settings in your request, including content redaction; allows you to apply custom language models, vocabulary filters, and custom vocabularies to your Call Analytics job.
VocabularyName (string) --
The name of the custom vocabulary you want to include in your Call Analytics transcription request. Vocabulary names are case sensitive.
VocabularyFilterName (string) --
The name of the custom vocabulary filter you want to include in your Call Analytics transcription request. Vocabulary filter names are case sensitive.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
VocabularyFilterMethod (string) --
Specify how you want your vocabulary filter applied to your transcript.
To replace words with ***
, choose mask
.
To delete words, choose remove
.
To flag words without changing them, choose tag
.
LanguageModelName (string) --
The name of the custom language model you want to use when processing your Call Analytics job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
ContentRedaction (dict) --
Allows you to redact or flag specified personally identifiable information (PII) in your transcript. If you use ContentRedaction
, you must also include the sub-parameters: PiiEntityTypes
, RedactionOutput
, and RedactionType
.
RedactionType (string) --
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
RedactionOutput (string) --
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
PiiEntityTypes (list) --
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
LanguageOptions (list) --
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.
Including language options can improve the accuracy of language identification.
For a list of languages supported with Call Analytics, refer to the Supported languages table.
LanguageIdSettings (dict) --
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
(string) --
(dict) --
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
VocabularyName (string) --
The name of the custom vocabulary you want to use when processing your transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch.
VocabularyFilterName (string) --
The name of the custom vocabulary filter you want to use when processing your transcription job. Vocabulary filter names are case sensitive.
The language of the specified vocabulary filter must match the language code you specify in your transcription request. If the languages don't match, the vocabulary filter isn't applied. There are no errors or warnings associated with a language mismatch.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
LanguageModelName (string) --
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
ChannelDefinitions (list) --
Allows you to specify which speaker is on which channel in your Call Analytics job request. For example, if your agent is the first participant to speak, you would set ChannelId
to 0
(to indicate the first channel) and ParticipantRole
to AGENT
(to indicate that it's the agent speaking).
(dict) --
Allows you to specify which speaker is on which channel. For example, if your agent is the first participant to speak, you would set ChannelId
to 0
(to indicate the first channel) and ParticipantRole
to AGENT
(to indicate that it's the agent speaking).
ChannelId (integer) --
Specify the audio channel you want to define.
ParticipantRole (string) --
Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
start_medical_transcription_job
(**kwargs)¶Transcribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request.
In addition to many of the standard transcription features, Amazon Transcribe Medical provides you with a robust medical vocabulary and, optionally, content identification, which adds flags to personal health information (PHI). To learn more about these features, refer to How Amazon Transcribe Medical works .
To make a StartMedicalTranscriptionJob
request, you must first upload your media file into an Amazon S3 bucket; you can then specify the S3 location of the file using the Media
parameter.
You must include the following parameters in your StartMedicalTranscriptionJob
request:
region
: The Amazon Web Services Region where you are making your request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas .MedicalTranscriptionJobName
: A custom name you create for your transcription job that is unique within your Amazon Web Services account.Media
(MediaFileUri
): The Amazon S3 location of your media file.LanguageCode
: This must be en-US
.OutputBucketName
: The Amazon S3 bucket where you want your transcript stored. If you want your output stored in a sub-folder of this bucket, you must also include OutputKey
.Specialty
: This must be PRIMARYCARE
.Type
: Choose whether your audio is a conversation or a dictation.See also: AWS API Documentation
Request Syntax
response = client.start_medical_transcription_job(
MedicalTranscriptionJobName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
MediaSampleRateHertz=123,
MediaFormat='mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
Media={
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
OutputBucketName='string',
OutputKey='string',
OutputEncryptionKMSKeyId='string',
KMSEncryptionContext={
'string': 'string'
},
Settings={
'ShowSpeakerLabels': True|False,
'MaxSpeakerLabels': 123,
'ChannelIdentification': True|False,
'ShowAlternatives': True|False,
'MaxAlternatives': 123,
'VocabularyName': 'string'
},
ContentIdentificationType='PHI',
Specialty='PRIMARYCARE',
Type='CONVERSATION'|'DICTATION',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
A unique name, chosen by you, for your medical transcription job. The name you specify is also used as the default name of your transcription output file. If you want to specify a different name for your transcription output, use the OutputKey
parameter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new job with the same name as an existing job, you get a ConflictException
error.
[REQUIRED]
The language code that represents the language spoken in the input media file. US English (en-US
) is the only valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException
error.
The sample rate, in Hertz, of the audio track in your input media file.
If you don't specify the media sample rate, Amazon Transcribe Medical determines it for you. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical; if there's a mismatch between the value you specify and the value detected, your job fails. Therefore, in most cases, it's advised to omit MediaSampleRateHertz
and let Amazon Transcribe Medical determine the sample rate.
[REQUIRED]
Describes the Amazon S3 location of the media file you want to use in your request.
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
[REQUIRED]
The name of the Amazon S3 bucket where you want your medical transcription output stored. Do not include the S3://
prefix of the specified bucket.
If you want your output to go to a sub-folder of this bucket, specify it using the OutputKey
parameter; OutputBucketName
only accepts the name of a bucket.
For example, if you want your output stored in S3://DOC-EXAMPLE-BUCKET
, set OutputBucketName
to DOC-EXAMPLE-BUCKET
. However, if you want your output stored in S3://DOC-EXAMPLE-BUCKET/test-files/
, set OutputBucketName
to DOC-EXAMPLE-BUCKET
and OutputKey
to test-files/
.
Note that Amazon Transcribe must have permission to use the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console . See also Permissions Required for IAM User Roles .
If you don't specify OutputBucketName
, your transcript is placed in a service-managed Amazon S3 bucket and you are provided with a URI to access your transcript.
Use in combination with OutputBucketName
to specify the output location of your transcript and, optionally, a unique name for your output file. The default name for your transcription output is the same as the name you specified for your medical transcription job (MedicalTranscriptionJobName
).
Here are some examples of how you can use OutputKey
:
OutputBucketName
and 'my-transcript.json' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/my-transcript.json
.MedicalTranscriptionJobName
, 'DOC-EXAMPLE-BUCKET' as the OutputBucketName
, and 'my-transcript' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/my-transcript/my-first-transcription.json
.OutputBucketName
and 'test-files/my-transcript.json' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/test-files/my-transcript.json
.MedicalTranscriptionJobName
, 'DOC-EXAMPLE-BUCKET' as the OutputBucketName
, and 'test-files/my-transcript' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/test-files/my-transcript/my-first-transcription.json
.If you specify the name of an Amazon S3 bucket sub-folder that doesn't exist, one is created for you.
The KMS key you want to use to encrypt your medical transcription output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
1234abcd-12ab-34cd-56ef-1234567890ab
.alias/ExampleAlias
.arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.arn:aws:kms:region:account-ID:alias/ExampleAlias
.If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.arn:aws:kms:region:account-ID:alias/ExampleAlias
.If you don't specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location using the OutputLocation
parameter.
Note that the user making the request must have permission to use the specified KMS key.
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS .
Specify additional optional settings in your request, including channel identification, alternative transcriptions, and speaker labeling; allows you to apply custom vocabularies to your transcription job.
Enables speaker identification (diarization) in your transcription output. Speaker identification labels the speech from individual speakers in your media file.
If you enable ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Identifying speakers (diarization) .
Specify the maximum number of speakers you want to identify in your media.
Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker.
If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
Enables channel identification in multi-channel audio.
Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.
If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript does not separate the speech by channel.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Transcribing multi-channel audio .
To include alternative transcriptions within your transcription output, include ShowAlternatives
in your transcription request.
If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe Medical to generate.
For more information, see Alternative transcriptions .
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe Medical to include in your transcript.
If you select a number greater than the number of alternative transcriptions generated by Amazon Transcribe Medical, only the actual number of alternative transcriptions are included.
If you include MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
.
For more information, see Alternative transcriptions .
The name of the custom vocabulary you want to use when processing your medical transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch. US English (en-US
) is the only valid language for Amazon Transcribe Medical.
[REQUIRED]
Specify the predominant medical specialty represented in your media. For batch transcriptions, PRIMARYCARE
is the only valid value. If you require additional specialties, refer to .
[REQUIRED]
Specify whether your input media contains only one person (DICTATION
) or contains a conversation between two people (CONVERSATION
).
For example, DICTATION
could be used for a medical professional wanting to transcribe voice memos; CONVERSATION
could be used for transcribing the doctor-patient dialogue during the patient's office visit.
Adds one or more custom tags, each in the form of a key:value pair, to a new medical transcription job at the time you start this new job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
dict
Response Syntax
{
'MedicalTranscriptionJob': {
'MedicalTranscriptionJobName': 'string',
'TranscriptionJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'MediaSampleRateHertz': 123,
'MediaFormat': 'mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
'Media': {
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
'Transcript': {
'TranscriptFileUri': 'string'
},
'StartTime': datetime(2015, 1, 1),
'CreationTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'Settings': {
'ShowSpeakerLabels': True|False,
'MaxSpeakerLabels': 123,
'ChannelIdentification': True|False,
'ShowAlternatives': True|False,
'MaxAlternatives': 123,
'VocabularyName': 'string'
},
'ContentIdentificationType': 'PHI',
'Specialty': 'PRIMARYCARE',
'Type': 'CONVERSATION'|'DICTATION',
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
]
}
}
Response Structure
(dict) --
MedicalTranscriptionJob (dict) --
Provides detailed information about the current medical transcription job, including job status and, if applicable, failure reason.
MedicalTranscriptionJobName (string) --
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
TranscriptionJobStatus (string) --
Provides the status of the specified medical transcription job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
. If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
LanguageCode (string) --
The language code used to create your medical transcription job. US English (en-US
) is the only supported language for medical transcriptions.
MediaSampleRateHertz (integer) --
The sample rate, in Hertz, of the audio track in your input media file.
MediaFormat (string) --
The format of the input media file.
Media (dict) --
Describes the Amazon S3 location of the media file you want to use in your request.
MediaFileUri (string) --
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUri (string) --
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
Transcript (dict) --
Provides you with the Amazon S3 URI you can use to access your transcript.
TranscriptFileUri (string) --
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
StartTime (datetime) --
The date and time the specified medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CreationTime (datetime) --
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CompletionTime (datetime) --
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
FailureReason (string) --
If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job request failed.
The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn't valid. Refer to MediaFormat for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn't match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn't valid. The sample rate must be between 16,000 and 48,000 Hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn't match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Guidelines and quotas .Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Guidelines and quotas .Settings (dict) --
Specify additional optional settings in your request, including channel identification, alternative transcriptions, and speaker labeling; allows you to apply custom vocabularies to your medical transcription job.
ShowSpeakerLabels (boolean) --
Enables speaker identification (diarization) in your transcription output. Speaker identification labels the speech from individual speakers in your media file.
If you enable ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Identifying speakers (diarization) .
MaxSpeakerLabels (integer) --
Specify the maximum number of speakers you want to identify in your media.
Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker.
If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
ChannelIdentification (boolean) --
Enables channel identification in multi-channel audio.
Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.
If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript does not separate the speech by channel.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Transcribing multi-channel audio .
ShowAlternatives (boolean) --
To include alternative transcriptions within your transcription output, include ShowAlternatives
in your transcription request.
If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe Medical to generate.
For more information, see Alternative transcriptions .
MaxAlternatives (integer) --
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe Medical to include in your transcript.
If you select a number greater than the number of alternative transcriptions generated by Amazon Transcribe Medical, only the actual number of alternative transcriptions are included.
If you include MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
.
For more information, see Alternative transcriptions .
VocabularyName (string) --
The name of the custom vocabulary you want to use when processing your medical transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch. US English (en-US
) is the only valid language for Amazon Transcribe Medical.
ContentIdentificationType (string) --
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription .
Specialty (string) --
Describes the medical specialty represented in your media.
Type (string) --
Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob
request.
Tags (list) --
The tags, each in the form of a key:value pair, assigned to the specified medical transcription job.
(dict) --
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
Key (string) --
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
Value (string) --
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
start_transcription_job
(**kwargs)¶Transcribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
To make a StartTranscriptionJob
request, you must first upload your media file into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file using the Media
parameter.
You must include the following parameters in your StartTranscriptionJob
request:
region
: The Amazon Web Services Region where you are making your request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas .TranscriptionJobName
: A custom name you create for your transcription job that is unique within your Amazon Web Services account.Media
(MediaFileUri
): The Amazon S3 location of your media file.LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
: If you know the language of your media file, specify it using the LanguageCode
parameter; you can find all valid language codes in the Supported languages table. If you don't know the languages spoken in your media, use either IdentifyLanguage
or IdentifyMultipleLanguages
and let Amazon Transcribe identify the languages for you.See also: AWS API Documentation
Request Syntax
response = client.start_transcription_job(
TranscriptionJobName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
MediaSampleRateHertz=123,
MediaFormat='mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
Media={
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
OutputBucketName='string',
OutputKey='string',
OutputEncryptionKMSKeyId='string',
KMSEncryptionContext={
'string': 'string'
},
Settings={
'VocabularyName': 'string',
'ShowSpeakerLabels': True|False,
'MaxSpeakerLabels': 123,
'ChannelIdentification': True|False,
'ShowAlternatives': True|False,
'MaxAlternatives': 123,
'VocabularyFilterName': 'string',
'VocabularyFilterMethod': 'remove'|'mask'|'tag'
},
ModelSettings={
'LanguageModelName': 'string'
},
JobExecutionSettings={
'AllowDeferredExecution': True|False,
'DataAccessRoleArn': 'string'
},
ContentRedaction={
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
IdentifyLanguage=True|False,
IdentifyMultipleLanguages=True|False,
LanguageOptions=[
'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
],
Subtitles={
'Formats': [
'vtt'|'srt',
],
'OutputStartIndex': 123
},
Tags=[
{
'Key': 'string',
'Value': 'string'
},
],
LanguageIdSettings={
'string': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'LanguageModelName': 'string'
}
}
)
[REQUIRED]
A unique name, chosen by you, for your transcription job. The name you specify is also used as the default name of your transcription output file. If you want to specify a different name for your transcription output, use the OutputKey
parameter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If you try to create a new job with the same name as an existing job, you get a ConflictException
error.
The language code that represents the language spoken in the input media file.
If you're unsure of the language spoken in your media file, consider using IdentifyLanguage
or IdentifyMultipleLanguages
to enable automatic language identification.
Note that you must include one of LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
in your request. If you include more than one of these parameters, your transcription job fails.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
Note
To transcribe speech in Modern Standard Arabic (ar-SA
), your media file must be encoded at a sample rate of 16,000 Hz or higher.
The sample rate, in Hertz, of the audio track in your input media file.
If you don't specify the media sample rate, Amazon Transcribe determines it for you. If you specify the sample rate, it must match the rate detected by Amazon Transcribe; if there's a mismatch between the value you specify and the value detected, your job fails. Therefore, in most cases, it's advised to omit MediaSampleRateHertz
and let Amazon Transcribe determine the sample rate.
[REQUIRED]
Describes the Amazon S3 location of the media file you want to use in your request.
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
The name of the Amazon S3 bucket where you want your transcription output stored. Do not include the S3://
prefix of the specified bucket.
If you want your output to go to a sub-folder of this bucket, specify it using the OutputKey
parameter; OutputBucketName
only accepts the name of a bucket.
For example, if you want your output stored in S3://DOC-EXAMPLE-BUCKET
, set OutputBucketName
to DOC-EXAMPLE-BUCKET
. However, if you want your output stored in S3://DOC-EXAMPLE-BUCKET/test-files/
, set OutputBucketName
to DOC-EXAMPLE-BUCKET
and OutputKey
to test-files/
.
Note that Amazon Transcribe must have permission to use the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console . See also Permissions Required for IAM User Roles .
If you don't specify OutputBucketName
, your transcript is placed in a service-managed Amazon S3 bucket and you are provided with a URI to access your transcript.
Use in combination with OutputBucketName
to specify the output location of your transcript and, optionally, a unique name for your output file. The default name for your transcription output is the same as the name you specified for your transcription job (TranscriptionJobName
).
Here are some examples of how you can use OutputKey
:
OutputBucketName
and 'my-transcript.json' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/my-transcript.json
.TranscriptionJobName
, 'DOC-EXAMPLE-BUCKET' as the OutputBucketName
, and 'my-transcript' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/my-transcript/my-first-transcription.json
.OutputBucketName
and 'test-files/my-transcript.json' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/test-files/my-transcript.json
.TranscriptionJobName
, 'DOC-EXAMPLE-BUCKET' as the OutputBucketName
, and 'test-files/my-transcript' as the OutputKey
, your transcription output path is s3://DOC-EXAMPLE-BUCKET/test-files/my-transcript/my-first-transcription.json
.If you specify the name of an Amazon S3 bucket sub-folder that doesn't exist, one is created for you.
The KMS key you want to use to encrypt your transcription output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
1234abcd-12ab-34cd-56ef-1234567890ab
.alias/ExampleAlias
.arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.arn:aws:kms:region:account-ID:alias/ExampleAlias
.If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.arn:aws:kms:region:account-ID:alias/ExampleAlias
.If you don't specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location using the OutputLocation
parameter.
Note that the user making the request must have permission to use the specified KMS key.
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS .
Specify additional optional settings in your request, including channel identification, alternative transcriptions, speaker labeling; allows you to apply custom vocabularies and vocabulary filters.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use Settings
with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If you're using automatic language identification with your request and want to include a custom language model, a custom vocabulary, or a custom vocabulary filter, use instead the parameter with the LanguageModelName
, VocabularyName
or VocabularyFilterName
sub-parameters.
The name of the custom vocabulary you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
Enables speaker identification (diarization) in your transcription output. Speaker identification labels the speech from individual speakers in your media file.
If you enable ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Identifying speakers (diarization) .
Specify the maximum number of speakers you want to identify in your media.
Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker.
If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
Enables channel identification in multi-channel audio.
Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Transcribing multi-channel audio .
To include alternative transcriptions within your transcription output, include ShowAlternatives
in your transcription request.
If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript does not separate the speech by channel.
If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe to generate.
For more information, see Alternative transcriptions .
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe to include in your transcript.
If you select a number greater than the number of alternative transcriptions generated by Amazon Transcribe, only the actual number of alternative transcriptions are included.
If you include MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
.
For more information, see Alternative transcriptions .
The name of the custom vocabulary filter you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
Specify how you want your vocabulary filter applied to your transcript.
To replace words with ***
, choose mask
.
To delete words, choose remove
.
To flag words without changing them, choose tag
.
Specify the custom language model you want to include with your transcription job. If you include ModelSettings
in your request, you must include the LanguageModelName
sub-parameter.
For more information, see Custom language models .
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Allows you to control how your transcription job is processed. Currently, the only JobExecutionSettings
modification you can choose is enabling job queueing using the AllowDeferredExecution
sub-parameter.
If you include JobExecutionSettings
in your request, you must also include the sub-parameters: AllowDeferredExecution
and DataAccessRoleArn
.
Allows you to enable job queuing when your concurrent request limit is exceeded. When AllowDeferredExecution
is set to true
, transcription job requests are placed in a queue until the number of jobs falls below the concurrent request limit. If AllowDeferredExecution
is set to false
and the number of transcription job requests exceed the concurrent request limit, you get a LimitExceededException
error.
Note that job queuing is enabled by default for Call Analytics jobs.
If you include AllowDeferredExecution
in your request, you must also include DataAccessRoleArn
.
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
. For more information, see IAM ARNs .
Note that if you include DataAccessRoleArn
in your request, you must also include AllowDeferredExecution
.
Allows you to redact or flag specified personally identifiable information (PII) in your transcript. If you use ContentRedaction
, you must also include the sub-parameters: PiiEntityTypes
, RedactionOutput
, and RedactionType
.
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
Enables automatic language identification in your transcription job request.
If you include IdentifyLanguage
, you can optionally include a list of language codes, using LanguageOptions
, that you think may be present in your media file. Including language options can improve transcription accuracy.
If you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter to your automatic language identification request, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
Note that you must include one of LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
in your request. If you include more than one of these parameters, your transcription job fails.
Enables automatic multi-language identification in your transcription job request. Use this parameter if your media file contains more than one language.
If you include IdentifyMultipleLanguages
, you can optionally include a list of language codes, using LanguageOptions
, that you think may be present in your media file. Including language options can improve transcription accuracy.
If you want to apply a custom vocabulary or a custom vocabulary filter to your automatic language identification request, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
and VocabularyFilterName
).
Note that you must include one of LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
in your request. If you include more than one of these parameters, your transcription job fails.
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.
If you include LanguageOptions
in your request, you must also include IdentifyLanguage
.
For more information, refer to Supported languages .
To transcribe speech in Modern Standard Arabic (ar-SA
), your media file must be encoded at a sample rate of 16,000 Hz or higher.
Produces subtitle files for your input media. You can specify WebVTT (.vtt) and SubRip (.srt) formats.
Specify the output format for your subtitle file; if you select both WebVTT (vtt
) and SubRip (srt
) formats, two output files are generated.
Specify the starting value that is assigned to the first subtitle segment.
The default start index for Amazon Transcribe is 0
, which differs from the more widely used standard of 1
. If you're uncertain which value to use, we recommend choosing 1
, as this may improve compatibility with other services.
Adds one or more custom tags, each in the form of a key:value pair, to a new transcription job at the time you start this new job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
The name of the custom vocabulary you want to use when processing your transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch.
The name of the custom vocabulary filter you want to use when processing your transcription job. Vocabulary filter names are case sensitive.
The language of the specified vocabulary filter must match the language code you specify in your transcription request. If the languages don't match, the vocabulary filter isn't applied. There are no errors or warnings associated with a language mismatch.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
dict
Response Syntax
{
'TranscriptionJob': {
'TranscriptionJobName': 'string',
'TranscriptionJobStatus': 'QUEUED'|'IN_PROGRESS'|'FAILED'|'COMPLETED',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'MediaSampleRateHertz': 123,
'MediaFormat': 'mp3'|'mp4'|'wav'|'flac'|'ogg'|'amr'|'webm',
'Media': {
'MediaFileUri': 'string',
'RedactedMediaFileUri': 'string'
},
'Transcript': {
'TranscriptFileUri': 'string',
'RedactedTranscriptFileUri': 'string'
},
'StartTime': datetime(2015, 1, 1),
'CreationTime': datetime(2015, 1, 1),
'CompletionTime': datetime(2015, 1, 1),
'FailureReason': 'string',
'Settings': {
'VocabularyName': 'string',
'ShowSpeakerLabels': True|False,
'MaxSpeakerLabels': 123,
'ChannelIdentification': True|False,
'ShowAlternatives': True|False,
'MaxAlternatives': 123,
'VocabularyFilterName': 'string',
'VocabularyFilterMethod': 'remove'|'mask'|'tag'
},
'ModelSettings': {
'LanguageModelName': 'string'
},
'JobExecutionSettings': {
'AllowDeferredExecution': True|False,
'DataAccessRoleArn': 'string'
},
'ContentRedaction': {
'RedactionType': 'PII',
'RedactionOutput': 'redacted'|'redacted_and_unredacted',
'PiiEntityTypes': [
'BANK_ACCOUNT_NUMBER'|'BANK_ROUTING'|'CREDIT_DEBIT_NUMBER'|'CREDIT_DEBIT_CVV'|'CREDIT_DEBIT_EXPIRY'|'PIN'|'EMAIL'|'ADDRESS'|'NAME'|'PHONE'|'SSN'|'ALL',
]
},
'IdentifyLanguage': True|False,
'IdentifyMultipleLanguages': True|False,
'LanguageOptions': [
'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
],
'IdentifiedLanguageScore': ...,
'LanguageCodes': [
{
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'DurationInSeconds': ...
},
],
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
],
'Subtitles': {
'Formats': [
'vtt'|'srt',
],
'SubtitleFileUris': [
'string',
],
'OutputStartIndex': 123
},
'LanguageIdSettings': {
'string': {
'VocabularyName': 'string',
'VocabularyFilterName': 'string',
'LanguageModelName': 'string'
}
}
}
}
Response Structure
(dict) --
TranscriptionJob (dict) --
Provides detailed information about the current transcription job, including job status and, if applicable, failure reason.
TranscriptionJobName (string) --
The name of the transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
TranscriptionJobStatus (string) --
Provides the status of the specified transcription job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
LanguageCode (string) --
The language code used to create your transcription job. For a list of supported languages and their associated language codes, refer to the Supported languages table.
Note that you must include one of LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
in your request. If you include more than one of these parameters, your transcription job fails.
MediaSampleRateHertz (integer) --
The sample rate, in Hertz, of the audio track in your input media file.
MediaFormat (string) --
The format of the input media file.
Media (dict) --
Describes the Amazon S3 location of the media file you want to use in your request.
MediaFileUri (string) --
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUri (string) --
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Warning
RedactedMediaFileUri
is only supported for Call Analytics (StartCallAnalyticsJob
) transcription requests.
Transcript (dict) --
Provides you with the Amazon S3 URI you can use to access your transcript.
TranscriptFileUri (string) --
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
RedactedTranscriptFileUri (string) --
The Amazon S3 location of your redacted transcript. You can use this URI to access or download your transcript.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your transcript is stored in a service-managed bucket, and RedactedTranscriptFileUri
provides you with a temporary URI you can use for secure access to your transcript.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
StartTime (datetime) --
The date and time the specified transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CreationTime (datetime) --
The date and time the specified transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
CompletionTime (datetime) --
The date and time the specified transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
FailureReason (string) --
If TranscriptionJobStatus
is FAILED
, FailureReason
contains information about why the transcription job request failed.
The FailureReason
field contains one of the following values:
Unsupported media format
. The media format specified in MediaFormat
isn't valid. Refer to MediaFormat for a list of supported formats.The media format provided does not match the detected media format
. The media format specified in MediaFormat
doesn't match the format of the input file. Check the media format of your media file and correct the specified value.Invalid sample rate for audio file
. The sample rate specified in MediaSampleRateHertz
isn't valid. The sample rate must be between 8,000 and 48,000 Hertz.The sample rate provided does not match the detected sample rate
. The sample rate specified in MediaSampleRateHertz
doesn't match the sample rate detected in your input media file. Check the sample rate of your media file and correct the specified value.Invalid file size: file size too large
. The size of your media file is larger than what Amazon Transcribe can process. For more information, refer to Guidelines and quotas .Invalid number of channels: number of channels too large
. Your audio contains more channels than Amazon Transcribe is able to process. For more information, refer to Guidelines and quotas .Settings (dict) --
Specify additional optional settings in your request, including channel identification, alternative transcriptions, speaker labeling; allows you to apply custom vocabularies and vocabulary filters.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use Settings
with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If you're using automatic language identification with your request and want to include a custom language model, a custom vocabulary, or a custom vocabulary filter, do not use the Settings
parameter; use instead the parameter with the LanguageModelName
, VocabularyName
or VocabularyFilterName
sub-parameters.
VocabularyName (string) --
The name of the custom vocabulary you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
ShowSpeakerLabels (boolean) --
Enables speaker identification (diarization) in your transcription output. Speaker identification labels the speech from individual speakers in your media file.
If you enable ShowSpeakerLabels
in your request, you must also include MaxSpeakerLabels
.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Identifying speakers (diarization) .
MaxSpeakerLabels (integer) --
Specify the maximum number of speakers you want to identify in your media.
Note that if your media contains more speakers than the specified number, multiple speakers will be identified as a single speaker.
If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
ChannelIdentification (boolean) --
Enables channel identification in multi-channel audio.
Channel identification transcribes the audio on each channel independently, then appends the output for each channel into one transcript.
You can't include both ShowSpeakerLabels
and ChannelIdentification
in the same request. Including both parameters returns a BadRequestException
.
For more information, see Transcribing multi-channel audio .
ShowAlternatives (boolean) --
To include alternative transcriptions within your transcription output, include ShowAlternatives
in your transcription request.
If you have multi-channel audio and do not enable channel identification, your audio is transcribed in a continuous manner and your transcript does not separate the speech by channel.
If you include ShowAlternatives
, you must also include MaxAlternatives
, which is the maximum number of alternative transcriptions you want Amazon Transcribe to generate.
For more information, see Alternative transcriptions .
MaxAlternatives (integer) --
Indicate the maximum number of alternative transcriptions you want Amazon Transcribe to include in your transcript.
If you select a number greater than the number of alternative transcriptions generated by Amazon Transcribe, only the actual number of alternative transcriptions are included.
If you include MaxAlternatives
in your request, you must also include ShowAlternatives
with a value of true
.
For more information, see Alternative transcriptions .
VocabularyFilterName (string) --
The name of the custom vocabulary filter you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
VocabularyFilterMethod (string) --
Specify how you want your vocabulary filter applied to your transcript.
To replace words with ***
, choose mask
.
To delete words, choose remove
.
To flag words without changing them, choose tag
.
ModelSettings (dict) --
The custom language model you want to include with your transcription job. If you include ModelSettings
in your request, you must include the LanguageModelName
sub-parameter.
LanguageModelName (string) --
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
JobExecutionSettings (dict) --
Provides information about how your transcription job is being processed. This parameter shows if your request is queued and what data access role is being used.
AllowDeferredExecution (boolean) --
Allows you to enable job queuing when your concurrent request limit is exceeded. When AllowDeferredExecution
is set to true
, transcription job requests are placed in a queue until the number of jobs falls below the concurrent request limit. If AllowDeferredExecution
is set to false
and the number of transcription job requests exceed the concurrent request limit, you get a LimitExceededException
error.
Note that job queuing is enabled by default for Call Analytics jobs.
If you include AllowDeferredExecution
in your request, you must also include DataAccessRoleArn
.
DataAccessRoleArn (string) --
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example: arn:aws:iam::111122223333:role/Admin
. For more information, see IAM ARNs .
Note that if you include DataAccessRoleArn
in your request, you must also include AllowDeferredExecution
.
ContentRedaction (dict) --
Redacts or flags specified personally identifiable information (PII) in your transcript.
RedactionType (string) --
Specify the category of information you want to redact; PII
(personally identifiable information) is the only valid value. You can use PiiEntityTypes
to choose which types of PII you want to redact.
RedactionOutput (string) --
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted
Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe creates a redacted and an unredacted transcript (as two separate files).
PiiEntityTypes (list) --
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL
.
IdentifyLanguage (boolean) --
Indicates whether automatic language identification was enabled (TRUE
) for the specified transcription job.
IdentifyMultipleLanguages (boolean) --
Indicates whether automatic multi-language identification was enabled (TRUE
) for the specified transcription job.
LanguageOptions (list) --
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.
If you include LanguageOptions
in your request, you must also include IdentifyLanguage
.
For more information, refer to Supported languages .
To transcribe speech in Modern Standard Arabic (ar-SA
), your media file must be encoded at a sample rate of 16,000 Hz or higher.
IdentifiedLanguageScore (float) --
The confidence score associated with the language identified in your media file.
Confidence scores are values between 0 and 1; a larger value indicates a higher probability that the identified language correctly matches the language spoken in your media.
LanguageCodes (list) --
The language codes used to create your transcription job. This parameter is used with multi-language identification. For single-language identification requests, refer to the singular version of this parameter, LanguageCode
.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
(dict) --
Provides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.
LanguageCode (string) --
Provides the language code for each language identified in your media.
DurationInSeconds (float) --
Provides the total time, in seconds, each identified language is spoken in your media.
Tags (list) --
Adds one or more custom tags, each in the form of a key:value pair, to a new transcription job at the time you start this new job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
(dict) --
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
Key (string) --
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
Value (string) --
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
Subtitles (dict) --
Generate subtitles for your media file with your transcription request.
Formats (list) --
Provides the format of your subtitle files. If your request included both WebVTT (vtt
) and SubRip (srt
) formats, both formats are shown.
SubtitleFileUris (list) --
The Amazon S3 location of your transcript. You can use this URI to access or download your subtitle file. Your subtitle file is stored in the same location as your transcript. If you specified both WebVTT and SubRip subtitle formats, two URIs are provided.
If you included OutputBucketName
in your transcription job request, this is the URI of that bucket. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If you didn't include OutputBucketName
in your transcription job request, your subtitle file is stored in a service-managed bucket, and TranscriptFileUri
provides you with a temporary URI you can use for secure access to your subtitle file.
Note
Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an AccesDenied
error, you can get a new temporary URI by running a GetTranscriptionJob
or ListTranscriptionJob
request.
OutputStartIndex (integer) --
Provides the start index value for your subtitle files. If you did not specify a value in your request, the default value of 0
is used.
LanguageIdSettings (dict) --
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
(string) --
(dict) --
If using automatic language identification (IdentifyLanguage
) in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings
with the relevant sub-parameters (VocabularyName
, LanguageModelName
, and VocabularyFilterName
).
You can specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The languages you specify must match the languages of the specified custom language models, custom vocabularies, and custom vocabulary filters.
To include language options using IdentifyLanguage
without including a custom language model, a custom vocabulary, or a custom vocabulary filter, use LanguageOptions
instead of LanguageIdSettings
. Including language options can improve the accuracy of automatic language identification.
If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName
sub-parameter.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
VocabularyName (string) --
The name of the custom vocabulary you want to use when processing your transcription job. Vocabulary names are case sensitive.
The language of the specified vocabulary must match the language code you specify in your transcription request. If the languages don't match, the vocabulary isn't applied. There are no errors or warnings associated with a language mismatch.
VocabularyFilterName (string) --
The name of the custom vocabulary filter you want to use when processing your transcription job. Vocabulary filter names are case sensitive.
The language of the specified vocabulary filter must match the language code you specify in your transcription request. If the languages don't match, the vocabulary filter isn't applied. There are no errors or warnings associated with a language mismatch.
Note that if you include VocabularyFilterName
in your request, you must also include VocabularyFilterMethod
.
LanguageModelName (string) --
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.ConflictException
tag_resource
(**kwargs)¶Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
See also: AWS API Documentation
Request Syntax
response = client.tag_resource(
ResourceArn='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource you want to tag. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
For example, arn:aws:transcribe:us-west-2:account-id:transcription-job/transcription-job-name
.
Valid values for resource-type
are: transcription-job
, medical-transcription-job
, vocabulary
, medical-vocabulary
, vocabulary-filter
, and language-model
.
[REQUIRED]
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources .
Adds metadata, in the form of a key:value pair, to the specified resource.
For example, you could add the tag Department:Sales
to a resource to indicate that it pertains to your organization's sales department. You can also use tags for tag-based access control.
To learn more about tagging, see Tagging resources .
The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the key is 'Department'.
The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag Department:Sales
, the value is 'Sales'.
Note that you can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string.
dict
Response Syntax
{}
Response Structure
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.ConflictException
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
untag_resource
(**kwargs)¶Removes the specified tags from the specified Amazon Transcribe resource.
If you include UntagResource
in your request, you must also include ResourceArn
and TagKeys
.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
ResourceArn='string',
TagKeys=[
'string',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
For example, arn:aws:transcribe:us-west-2:account-id:transcription-job/transcription-job-name
.
Valid values for resource-type
are: transcription-job
, medical-transcription-job
, vocabulary
, medical-vocabulary
, vocabulary-filter
, and language-model
.
[REQUIRED]
Removes the specified tag keys from the specified Amazon Transcribe resource.
dict
Response Syntax
{}
Response Structure
Exceptions
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.ConflictException
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.InternalFailureException
update_call_analytics_category
(**kwargs)¶Updates the specified Call Analytics category with new rules. Note that the UpdateCallAnalyticsCategory
operation overwrites all existing rules contained in the specified category. You cannot append additional rules onto an existing category.
To create a new category, see .
See also: AWS API Documentation
Request Syntax
response = client.update_call_analytics_category(
CategoryName='string',
Rules=[
{
'NonTalkTimeFilter': {
'Threshold': 123,
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'InterruptionFilter': {
'Threshold': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'TranscriptFilter': {
'TranscriptFilterType': 'EXACT',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False,
'Targets': [
'string',
]
},
'SentimentFilter': {
'Sentiments': [
'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED',
],
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False
}
},
]
)
[REQUIRED]
The name of the Call Analytics category you want to update. Category names are case sensitive.
[REQUIRED]
The rules used for the updated Call Analytics category. The rules you provide in this field replace the ones that are currently being used in the specified category.
A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and . To learn more about these parameters, refer to Rule criteria .
To learn more about Call Analytics categories, see Creating categories .
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics .
Note
This is a Tagged Union structure. Only one of the following top level keys can be set: NonTalkTimeFilter
, InterruptionFilter
, TranscriptFilter
, SentimentFilter
.
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Specify the duration, in milliseconds, of the period of silence you want to flag. For example, you can flag a silent period that lasts 30000 milliseconds.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Set to TRUE
to flag periods of speech. Set to FALSE
to flag periods of silence
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10000 milliseconds of interruptions.
Specify the interrupter you want to flag. Omitting this parameter is equivalent to specifying both participants.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Set to TRUE
to flag speech that does not contain interruptions. Set to FALSE
to flag speech that contains interruptions.
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
Flag the presence or absence of an exact match to the phrases you specify. For example, if you specify the phrase "speak to a manager" as your Targets
value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Set to TRUE
to flag the absence of the phrase you specified in your request. Set to FALSE
to flag the presence of the phrase you specified in your request.
Specify the phrases you want to flag.
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Specify the sentiments you want to flag.
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail.
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail.
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Set to TRUE
to flag the sentiments you didn't include in your request. Set to FALSE
to flag the sentiments you specified in your request.
dict
Response Syntax
{
'CategoryProperties': {
'CategoryName': 'string',
'Rules': [
{
'NonTalkTimeFilter': {
'Threshold': 123,
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'InterruptionFilter': {
'Threshold': 123,
'ParticipantRole': 'AGENT'|'CUSTOMER',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'Negate': True|False
},
'TranscriptFilter': {
'TranscriptFilterType': 'EXACT',
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False,
'Targets': [
'string',
]
},
'SentimentFilter': {
'Sentiments': [
'POSITIVE'|'NEGATIVE'|'NEUTRAL'|'MIXED',
],
'AbsoluteTimeRange': {
'StartTime': 123,
'EndTime': 123,
'First': 123,
'Last': 123
},
'RelativeTimeRange': {
'StartPercentage': 123,
'EndPercentage': 123,
'First': 123,
'Last': 123
},
'ParticipantRole': 'AGENT'|'CUSTOMER',
'Negate': True|False
}
},
],
'CreateTime': datetime(2015, 1, 1),
'LastUpdateTime': datetime(2015, 1, 1)
}
}
Response Structure
(dict) --
CategoryProperties (dict) --
Provides you with the properties of the Call Analytics category you specified in your UpdateCallAnalyticsCategory
request.
CategoryName (string) --
The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.
Rules (list) --
The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.
(dict) --
A rule is a set of criteria you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and . To learn more about these parameters, refer to Rule criteria .
To learn more about Call Analytics categories, see Creating categories .
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics .
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: NonTalkTimeFilter
, InterruptionFilter
, TranscriptFilter
, SentimentFilter
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
NonTalkTimeFilter (dict) --
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Threshold (integer) --
Specify the duration, in milliseconds, of the period of silence you want to flag. For example, you can flag a silent period that lasts 30000 milliseconds.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Negate (boolean) --
Set to TRUE
to flag periods of speech. Set to FALSE
to flag periods of silence
InterruptionFilter (dict) --
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Threshold (integer) --
Specify the duration of the interruptions in milliseconds. For example, you can flag speech that contains more than 10000 milliseconds of interruptions.
ParticipantRole (string) --
Specify the interrupter you want to flag. Omitting this parameter is equivalent to specifying both participants.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an interruption. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an interruption. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
Negate (boolean) --
Set to TRUE
to flag speech that does not contain interruptions. Set to FALSE
to flag speech that contains interruptions.
TranscriptFilter (dict) --
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
TranscriptFilterType (string) --
Flag the presence or absence of an exact match to the phrases you specify. For example, if you specify the phrase "speak to a manager" as your Targets
value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
ParticipantRole (string) --
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Negate (boolean) --
Set to TRUE
to flag the absence of the phrase you specified in your request. Set to FALSE
to flag the presence of the phrase you specified in your request.
Targets (list) --
Specify the phrases you want to flag.
SentimentFilter (dict) --
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Sentiments (list) --
Specify the sentiments you want to flag.
AbsoluteTimeRange (dict) --
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the specified sentiments. See for more detail.
StartTime (integer) --
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime
in your request, you must also include EndTime
.
EndTime (integer) --
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime
in your request, you must also include StartTime
.
First (integer) --
The time, in milliseconds, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
RelativeTimeRange (dict) --
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the specified sentiments. See for more detail.
StartPercentage (integer) --
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage
in your request, you must also include EndPercentage
.
EndPercentage (integer) --
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage
in your request, you must also include StartPercentage
.
First (integer) --
The time, in percentage, from the start of your media file until the value you specify in which Amazon Transcribe searches for your specified criteria.
Last (integer) --
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe searches for your specified criteria.
ParticipantRole (string) --
Specify the participant you want to flag. Omitting this parameter is equivalent to specifying both participants.
Negate (boolean) --
Set to TRUE
to flag the sentiments you didn't include in your request. Set to FALSE
to flag the sentiments you specified in your request.
CreateTime (datetime) --
The date and time the specified Call Analytics category was created.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
LastUpdateTime (datetime) --
The date and time the specified Call Analytics category was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-05T12:45:32.691000-07:00
represents 12:45 PM UTC-7 on May 5, 2022.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.ConflictException
update_medical_vocabulary
(**kwargs)¶Updates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing vocabulary.
See also: AWS API Documentation
Request Syntax
response = client.update_medical_vocabulary(
VocabularyName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
VocabularyFileUri='string'
)
[REQUIRED]
The name of the custom medical vocabulary you want to update. Vocabulary names are case sensitive.
[REQUIRED]
The language code that represents the language of the entries in the custom vocabulary you want to update. US English (en-US
) is the only language supported with Amazon Transcribe Medical.
[REQUIRED]
The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
dict
Response Syntax
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1),
'VocabularyState': 'PENDING'|'READY'|'FAILED'
}
Response Structure
(dict) --
VocabularyName (string) --
The name of the updated custom medical vocabulary.
LanguageCode (string) --
The language code you selected for your medical vocabulary. US English (en-US
) is the only language supported with Amazon Transcribe Medical.
LastModifiedTime (datetime) --
The date and time the specified custom medical vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
VocabularyState (string) --
The processing state of your custom medical vocabulary. If the state is READY
, you can use the vocabulary in a StartMedicalTranscriptionJob
request.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.ConflictException
update_vocabulary
(**kwargs)¶Updates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing vocabulary.
See also: AWS API Documentation
Request Syntax
response = client.update_vocabulary(
VocabularyName='string',
LanguageCode='af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
Phrases=[
'string',
],
VocabularyFileUri='string'
)
[REQUIRED]
The name of the custom vocabulary you want to update. Vocabulary names are case sensitive.
[REQUIRED]
The language code that represents the language of the entries in the custom vocabulary you want to update. Each vocabulary must contain terms in only one language.
A custom vocabulary can only be used to transcribe files in the same language as the vocabulary. For example, if you create a vocabulary using US English (en-US
), you can only apply this vocabulary to files that contain English audio.
For a list of supported languages and their associated language codes, refer to the Supported languages table.
Use this parameter if you want to update your vocabulary by including all desired terms, as comma-separated values, within your request. The other option for updating your vocabulary is to save your entries in a text file and upload them to an Amazon S3 bucket, then specify the location of your file using the VocabularyFileUri
parameter.
Note that if you include Phrases
in your request, you cannot use VocabularyFileUri
; you must choose one or the other.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
The Amazon S3 location of the text file that contains your custom vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
Note that if you include VocabularyFileUri
in your request, you cannot use the Phrases
flag; you must choose one or the other.
dict
Response Syntax
{
'VocabularyName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1),
'VocabularyState': 'PENDING'|'READY'|'FAILED'
}
Response Structure
(dict) --
VocabularyName (string) --
The name of the updated custom vocabulary.
LanguageCode (string) --
The language code you selected for your custom vocabulary.
LastModifiedTime (datetime) --
The date and time the specified vocabulary was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
VocabularyState (string) --
The processing state of your custom vocabulary. If the state is READY
, you can use the vocabulary in a StartTranscriptionJob
request.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
TranscribeService.Client.exceptions.ConflictException
update_vocabulary_filter
(**kwargs)¶Updates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing vocabulary filter.
See also: AWS API Documentation
Request Syntax
response = client.update_vocabulary_filter(
VocabularyFilterName='string',
Words=[
'string',
],
VocabularyFilterFileUri='string'
)
[REQUIRED]
The name of the custom vocabulary filter you want to update. Vocabulary filter names are case sensitive.
Use this parameter if you want to update your vocabulary filter by including all desired terms, as comma-separated values, within your request. The other option for updating your vocabulary filter is to save your entries in a text file and upload them to an Amazon S3 bucket, then specify the location of your file using the VocabularyFilterFileUri
parameter.
Note that if you include Words
in your request, you cannot use VocabularyFilterFileUri
; you must choose one or the other.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
The Amazon S3 location of the text file that contains your custom vocabulary filter terms. The URI must be located in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-filter-file.txt
Note that if you include VocabularyFilterFileUri
in your request, you cannot use Words
; you must choose one or the other.
dict
Response Syntax
{
'VocabularyFilterName': 'string',
'LanguageCode': 'af-ZA'|'ar-AE'|'ar-SA'|'da-DK'|'de-CH'|'de-DE'|'en-AB'|'en-AU'|'en-GB'|'en-IE'|'en-IN'|'en-US'|'en-WL'|'es-ES'|'es-US'|'fa-IR'|'fr-CA'|'fr-FR'|'he-IL'|'hi-IN'|'id-ID'|'it-IT'|'ja-JP'|'ko-KR'|'ms-MY'|'nl-NL'|'pt-BR'|'pt-PT'|'ru-RU'|'ta-IN'|'te-IN'|'tr-TR'|'zh-CN'|'zh-TW'|'th-TH'|'en-ZA'|'en-NZ',
'LastModifiedTime': datetime(2015, 1, 1)
}
Response Structure
(dict) --
VocabularyFilterName (string) --
The name of the updated custom vocabulary filter.
LanguageCode (string) --
The language code you selected for your vocabulary filter.
LastModifiedTime (datetime) --
The date and time the specified vocabulary filter was last updated.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents 12:32 PM UTC-7 on May 4, 2022.
Exceptions
TranscribeService.Client.exceptions.BadRequestException
TranscribeService.Client.exceptions.LimitExceededException
TranscribeService.Client.exceptions.InternalFailureException
TranscribeService.Client.exceptions.NotFoundException
The available paginators are: