@aws-sdk/client-transcribe 3.95.0 → 3.102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +24 -1
  3. package/dist-cjs/models/models_0.js +8 -2
  4. package/dist-cjs/protocols/Aws_json1_1.js +27 -0
  5. package/dist-cjs/runtimeConfig.js +2 -0
  6. package/dist-es/models/models_0.js +4 -0
  7. package/dist-es/protocols/Aws_json1_1.js +28 -2
  8. package/dist-es/runtimeConfig.js +2 -0
  9. package/dist-types/Transcribe.d.ts +359 -109
  10. package/dist-types/TranscribeClient.d.ts +24 -1
  11. package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +25 -7
  12. package/dist-types/commands/CreateLanguageModelCommand.d.ts +18 -5
  13. package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +10 -8
  14. package/dist-types/commands/CreateVocabularyCommand.d.ts +8 -5
  15. package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +9 -3
  16. package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +3 -2
  17. package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +2 -2
  18. package/dist-types/commands/DeleteLanguageModelCommand.d.ts +3 -2
  19. package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +2 -3
  22. package/dist-types/commands/DeleteVocabularyCommand.d.ts +3 -2
  23. package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +3 -2
  24. package/dist-types/commands/DescribeLanguageModelCommand.d.ts +7 -5
  25. package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +3 -1
  26. package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +11 -6
  27. package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +8 -4
  28. package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +7 -1
  29. package/dist-types/commands/GetTranscriptionJobCommand.d.ts +10 -5
  30. package/dist-types/commands/GetVocabularyCommand.d.ts +7 -1
  31. package/dist-types/commands/GetVocabularyFilterCommand.d.ts +7 -1
  32. package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +3 -4
  33. package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +4 -1
  34. package/dist-types/commands/ListLanguageModelsCommand.d.ts +4 -4
  35. package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +4 -2
  36. package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +4 -2
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -1
  38. package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +4 -1
  39. package/dist-types/commands/ListVocabulariesCommand.d.ts +4 -2
  40. package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +4 -1
  41. package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +48 -6
  42. package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +49 -1
  43. package/dist-types/commands/StartTranscriptionJobCommand.d.ts +35 -1
  44. package/dist-types/commands/TagResourceCommand.d.ts +3 -1
  45. package/dist-types/commands/UntagResourceCommand.d.ts +3 -1
  46. package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +4 -3
  47. package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +3 -4
  48. package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -3
  49. package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +3 -1
  50. package/dist-types/models/models_0.d.ts +2001 -1183
  51. package/dist-types/ts3.4/models/models_0.d.ts +22 -1
  52. package/package.json +6 -6
@@ -7,12 +7,54 @@ export interface StartCallAnalyticsJobCommandInput extends StartCallAnalyticsJob
7
7
  export interface StartCallAnalyticsJobCommandOutput extends StartCallAnalyticsJobResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Starts an asynchronous analytics job that not only transcribes the audio recording of a
11
- * caller and agent, but also returns additional insights. These insights include how quickly or
12
- * loudly the caller or agent was speaking. To retrieve additional insights with your analytics
13
- * jobs, create categories. A category is a way to classify analytics jobs based on attributes,
14
- * such as a customer's sentiment or a particular phrase being used during the call. For more
15
- * information, see the operation. </p>
10
+ * <p>Transcribes the audio from a customer service call and applies any additional Request
11
+ * Parameters you choose to include in your request.</p>
12
+ * <p>In addition to many of the standard transcription features, Call Analytics provides you with
13
+ * call characteristics, call summarization, speaker sentiment, and optional redaction of your text
14
+ * transcript and your audio file. You can also apply custom categories to flag specified conditions. To
15
+ * learn more about these features and insights, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html">Analyzing call center audio with Call
16
+ * Analytics</a>.</p>
17
+ * <p>If you want to apply categories to your Call Analytics job, you must create them
18
+ * before submitting your job request. Categories cannot be retroactively applied to a job. To
19
+ * create a new category, use the operation.
20
+ * To learn more about Call Analytics categories, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics-create-categories.html">Creating
21
+ * categories</a>.</p>
22
+ * <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media file
23
+ * into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file
24
+ * using the <code>Media</code> parameter.</p>
25
+ * <p>You must include the following parameters in your <code>StartCallAnalyticsJob</code>
26
+ * request:</p>
27
+ * <ul>
28
+ * <li>
29
+ * <p>
30
+ * <code>region</code>: The Amazon Web Services Region where you are making your
31
+ * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer
32
+ * to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe
33
+ * endpoints and quotas</a>.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>CallAnalyticsJobName</code>: A custom name you create for your transcription job
38
+ * that is unique within your Amazon Web Services account.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>DataAccessRoleArn</code>: The Amazon Resource Name (ARN) of an IAM role that
43
+ * has permissions to access the Amazon S3 bucket that contains your input files.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>Media</code> (<code>MediaFileUri</code> or <code>RedactedMediaFileUri</code>):
48
+ * The Amazon S3 location of your media file.</p>
49
+ * </li>
50
+ * </ul>
51
+ * <note>
52
+ * <p>With Call Analytics, you can redact the audio contained in your media file by including
53
+ * <code>RedactedMediaFileUri</code>, instead of <code>MediaFileUri</code>, to specify the
54
+ * location of your input audio. If you choose to redact your audio, you can find your redacted
55
+ * media at the location specified in the <code>RedactedMediaFileUri</code> field of your
56
+ * response.</p>
57
+ * </note>
16
58
  * @example
17
59
  * Use a bare-bones client and the command you need to make an API call.
18
60
  * ```javascript
@@ -7,7 +7,55 @@ export interface StartMedicalTranscriptionJobCommandInput extends StartMedicalTr
7
7
  export interface StartMedicalTranscriptionJobCommandOutput extends StartMedicalTranscriptionJobResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Starts a batch job to transcribe medical speech to text.</p>
10
+ * <p>Transcribes the audio from a medical dictation or conversation and applies any additional
11
+ * Request Parameters you choose to include in your request.</p>
12
+ * <p>In addition to many of the standard transcription features, Amazon Transcribe Medical provides
13
+ * you with a robust medical vocabulary and, optionally, content identification, which adds flags to
14
+ * personal health information (PHI). To learn more about these features, refer to
15
+ * <a href="https://docs.aws.amazon.com/transcribe/latest/dg/how-it-works-med.html">How
16
+ * Amazon Transcribe Medical works</a>.</p>
17
+ * <p>To make a <code>StartMedicalTranscriptionJob</code> request, you must first upload your media
18
+ * file into an Amazon S3 bucket; you can then specify the S3 location of the file using the
19
+ * <code>Media</code> parameter.</p>
20
+ * <p>You must include the following parameters in your <code>StartMedicalTranscriptionJob</code>
21
+ * request:</p>
22
+ * <ul>
23
+ * <li>
24
+ * <p>
25
+ * <code>region</code>: The Amazon Web Services Region where you are making your
26
+ * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer
27
+ * to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe
28
+ * endpoints and quotas</a>.</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>MedicalTranscriptionJobName</code>: A custom name you create for your
33
+ * transcription job that is unique within your Amazon Web Services account.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>Media</code> (<code>MediaFileUri</code>): The Amazon S3 location of
38
+ * your media file.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>LanguageCode</code>: This must be <code>en-US</code>.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>OutputBucketName</code>: The Amazon S3 bucket where you want
47
+ * your transcript stored. If you want your output stored in a sub-folder of this bucket, you must
48
+ * also include <code>OutputKey</code>.</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>Specialty</code>: This must be <code>PRIMARYCARE</code>.</p>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <code>Type</code>: Choose whether your audio is a conversation or a dictation.</p>
57
+ * </li>
58
+ * </ul>
11
59
  * @example
12
60
  * Use a bare-bones client and the command you need to make an API call.
13
61
  * ```javascript
@@ -7,7 +7,41 @@ export interface StartTranscriptionJobCommandInput extends StartTranscriptionJob
7
7
  export interface StartTranscriptionJobCommandOutput extends StartTranscriptionJobResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Starts an asynchronous job to transcribe speech to text.</p>
10
+ * <p>Transcribes the audio from a media file and applies any additional Request Parameters you
11
+ * choose to include in your request.</p>
12
+ * <p>To make a <code>StartTranscriptionJob</code> request, you must first upload your media file
13
+ * into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file
14
+ * using the <code>Media</code> parameter.</p>
15
+ * <p>You must include the following parameters in your <code>StartTranscriptionJob</code>
16
+ * request:</p>
17
+ * <ul>
18
+ * <li>
19
+ * <p>
20
+ * <code>region</code>: The Amazon Web Services Region where you are making your
21
+ * request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer
22
+ * to <a href="https://docs.aws.amazon.com/general/latest/gr/transcribe.html">Amazon Transcribe
23
+ * endpoints and quotas</a>.</p>
24
+ * </li>
25
+ * <li>
26
+ * <p>
27
+ * <code>TranscriptionJobName</code>: A custom name you create for your transcription
28
+ * job that is unique within your Amazon Web Services account.</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>Media</code> (<code>MediaFileUri</code>): The Amazon S3 location of
33
+ * your media file.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>One of <code>LanguageCode</code>, <code>IdentifyLanguage</code>, or
37
+ * <code>IdentifyMultipleLanguages</code>: If you know the language of your media file,
38
+ * specify it using the <code>LanguageCode</code> parameter; you can find all valid language
39
+ * codes in the <a href="https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html">Supported languages</a> table.
40
+ * If you don't know the languages spoken in your media, use either
41
+ * <code>IdentifyLanguage</code> or <code>IdentifyMultipleLanguages</code> and let
42
+ * Amazon Transcribe identify the languages for you.</p>
43
+ * </li>
44
+ * </ul>
11
45
  * @example
12
46
  * Use a bare-bones client and the command you need to make an API call.
13
47
  * ```javascript
@@ -7,7 +7,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Tags an Amazon Transcribe resource with the given list of tags.</p>
10
+ * <p>Adds one or more custom tags, each in the form of a key:value pair, to the specified
11
+ * resource.</p>
12
+ * <p>To learn more about using tags with Amazon Transcribe, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html">Tagging resources</a>.</p>
11
13
  * @example
12
14
  * Use a bare-bones client and the command you need to make an API call.
13
15
  * ```javascript
@@ -7,7 +7,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Removes specified tags from a specified Amazon Transcribe resource.</p>
10
+ * <p>Removes the specified tags from the specified Amazon Transcribe resource.</p>
11
+ * <p>If you include <code>UntagResource</code> in your request, you must also include
12
+ * <code>ResourceArn</code> and <code>TagKeys</code>.</p>
11
13
  * @example
12
14
  * Use a bare-bones client and the command you need to make an API call.
13
15
  * ```javascript
@@ -7,9 +7,10 @@ export interface UpdateCallAnalyticsCategoryCommandInput extends UpdateCallAnaly
7
7
  export interface UpdateCallAnalyticsCategoryCommandOutput extends UpdateCallAnalyticsCategoryResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates the call analytics category with new values. The
11
- * <code>UpdateCallAnalyticsCategory</code> operation overwrites all of the existing
12
- * information with the values that you provide in the request.</p>
10
+ * <p>Updates the specified Call Analytics category with new rules. Note that the
11
+ * <code>UpdateCallAnalyticsCategory</code> operation overwrites all existing rules contained in
12
+ * the specified category. You cannot append additional rules onto an existing category.</p>
13
+ * <p>To create a new category, see .</p>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
15
16
  * ```javascript
@@ -7,10 +7,9 @@ export interface UpdateMedicalVocabularyCommandInput extends UpdateMedicalVocabu
7
7
  export interface UpdateMedicalVocabularyCommandOutput extends UpdateMedicalVocabularyResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates a vocabulary with new values that you provide in a different text file from
11
- * the one you used to create the vocabulary. The <code>UpdateMedicalVocabulary</code>
12
- * operation overwrites all of the existing information with the values that you provide in the
13
- * request.</p>
10
+ * <p>Updates an existing custom medical vocabulary with new values. This operation overwrites
11
+ * all existing information with your new values; you cannot append new terms onto an existing
12
+ * vocabulary.</p>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -7,9 +7,8 @@ export interface UpdateVocabularyCommandInput extends UpdateVocabularyRequest {
7
7
  export interface UpdateVocabularyCommandOutput extends UpdateVocabularyResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates an existing vocabulary with new values. The
11
- * <code>UpdateVocabulary</code> operation overwrites all of the existing information with
12
- * the values that you provide in the request. </p>
10
+ * <p>Updates an existing custom vocabulary with new values. This operation overwrites all existing
11
+ * information with your new values; you cannot append new terms onto an existing vocabulary.</p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
15
14
  * ```javascript
@@ -7,7 +7,9 @@ export interface UpdateVocabularyFilterCommandInput extends UpdateVocabularyFilt
7
7
  export interface UpdateVocabularyFilterCommandOutput extends UpdateVocabularyFilterResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates a vocabulary filter with a new list of filtered words.</p>
10
+ * <p>Updates an existing custom vocabulary filter with a new list of words. The new list you provide
11
+ * overwrites all previous entries; you cannot append new terms onto an existing vocabulary
12
+ * filter.</p>
11
13
  * @example
12
14
  * Use a bare-bones client and the command you need to make an API call.
13
15
  * ```javascript