@aws-sdk/client-transcribe 3.47.0 → 3.49.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.
- package/CHANGELOG.md +35 -0
- package/dist-cjs/models/models_0.js +18 -3
- package/dist-cjs/protocols/Aws_json1_1.js +27 -0
- package/dist-es/models/models_0.js +15 -0
- package/dist-es/protocols/Aws_json1_1.js +27 -1
- package/dist-types/Transcribe.d.ts +37 -28
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +3 -3
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +3 -2
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +2 -1
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +2 -2
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +4 -3
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +2 -2
- package/dist-types/commands/ListVocabulariesCommand.d.ts +2 -2
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +5 -4
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +3 -2
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +4 -3
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +855 -664
- package/dist-types/ts3.4/models/models_0.d.ts +16 -0
- package/package.json +40 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-transcribe
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-transcribe
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @aws-sdk/client-transcribe
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
42
|
|
|
8
43
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateVocabularyFilterResponse = exports.UpdateVocabularyFilterRequest = exports.UpdateVocabularyResponse = exports.UpdateVocabularyRequest = exports.UpdateMedicalVocabularyResponse = exports.UpdateMedicalVocabularyRequest = exports.UpdateCallAnalyticsCategoryResponse = exports.UpdateCallAnalyticsCategoryRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartTranscriptionJobResponse = exports.StartTranscriptionJobRequest = exports.Subtitles = exports.StartMedicalTranscriptionJobResponse = exports.StartMedicalTranscriptionJobRequest = exports.StartCallAnalyticsJobResponse = exports.StartCallAnalyticsJobRequest = exports.ListVocabularyFiltersResponse = exports.VocabularyFilterInfo = exports.ListVocabularyFiltersRequest = exports.ListVocabulariesResponse = void 0;
|
|
3
|
+
exports.DeleteTranscriptionJobRequest = exports.DeleteMedicalVocabularyRequest = exports.DeleteMedicalTranscriptionJobRequest = exports.DeleteLanguageModelRequest = exports.DeleteCallAnalyticsJobResponse = exports.DeleteCallAnalyticsJobRequest = exports.DeleteCallAnalyticsCategoryResponse = exports.DeleteCallAnalyticsCategoryRequest = exports.CreateVocabularyFilterResponse = exports.CreateVocabularyFilterRequest = exports.CreateVocabularyResponse = exports.CreateVocabularyRequest = exports.CreateMedicalVocabularyResponse = exports.VocabularyState = exports.CreateMedicalVocabularyRequest = exports.CreateLanguageModelResponse = exports.ModelStatus = exports.CreateLanguageModelRequest = exports.Tag = exports.InputDataConfig = exports.CreateCallAnalyticsCategoryResponse = exports.CreateCallAnalyticsCategoryRequest = exports.CLMLanguageCode = exports.CategoryProperties = exports.Rule = exports.TranscriptFilter = exports.TranscriptFilterType = exports.SentimentFilter = exports.SentimentValue = exports.NonTalkTimeFilter = exports.InterruptionFilter = exports.RelativeTimeRange = exports.CallAnalyticsJobSummary = exports.CallAnalyticsJob = exports.Transcript = exports.CallAnalyticsJobSettings = exports.VocabularyFilterMethod = exports.LanguageIdSettings = exports.ContentRedaction = exports.RedactionType = exports.RedactionOutput = exports.PiiEntityType = exports.MediaFormat = exports.Media = exports.LanguageCode = exports.ChannelDefinition = exports.ParticipantRole = exports.CallAnalyticsJobStatus = exports.BaseModelName = exports.AbsoluteTimeRange = void 0;
|
|
4
|
+
exports.ListTranscriptionJobsResponse = exports.TranscriptionJobSummary = exports.ListTranscriptionJobsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListMedicalVocabulariesResponse = exports.VocabularyInfo = exports.ListMedicalVocabulariesRequest = exports.ListMedicalTranscriptionJobsResponse = exports.MedicalTranscriptionJobSummary = exports.OutputLocationType = exports.ListMedicalTranscriptionJobsRequest = exports.ListLanguageModelsResponse = exports.ListLanguageModelsRequest = exports.ListCallAnalyticsJobsResponse = exports.ListCallAnalyticsJobsRequest = exports.ListCallAnalyticsCategoriesResponse = exports.ListCallAnalyticsCategoriesRequest = exports.GetVocabularyFilterResponse = exports.GetVocabularyFilterRequest = exports.GetVocabularyResponse = exports.GetVocabularyRequest = exports.GetTranscriptionJobResponse = exports.TranscriptionJob = exports.SubtitlesOutput = exports.SubtitleFormat = exports.Settings = exports.ModelSettings = exports.JobExecutionSettings = exports.GetTranscriptionJobRequest = exports.GetMedicalVocabularyResponse = exports.GetMedicalVocabularyRequest = exports.GetMedicalTranscriptionJobResponse = exports.MedicalTranscriptionJob = exports.Type = exports.TranscriptionJobStatus = exports.MedicalTranscript = exports.Specialty = exports.MedicalTranscriptionSetting = exports.MedicalContentIdentificationType = exports.GetMedicalTranscriptionJobRequest = exports.GetCallAnalyticsJobResponse = exports.GetCallAnalyticsJobRequest = exports.GetCallAnalyticsCategoryResponse = exports.GetCallAnalyticsCategoryRequest = exports.DescribeLanguageModelResponse = exports.LanguageModel = exports.DescribeLanguageModelRequest = exports.DeleteVocabularyFilterRequest = exports.DeleteVocabularyRequest = void 0;
|
|
5
|
+
exports.UpdateVocabularyFilterResponse = exports.UpdateVocabularyFilterRequest = exports.UpdateVocabularyResponse = exports.UpdateVocabularyRequest = exports.UpdateMedicalVocabularyResponse = exports.UpdateMedicalVocabularyRequest = exports.UpdateCallAnalyticsCategoryResponse = exports.UpdateCallAnalyticsCategoryRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartTranscriptionJobResponse = exports.StartTranscriptionJobRequest = exports.Subtitles = exports.StartMedicalTranscriptionJobResponse = exports.StartMedicalTranscriptionJobRequest = exports.StartCallAnalyticsJobResponse = exports.StartCallAnalyticsJobRequest = exports.ListVocabularyFiltersResponse = exports.VocabularyFilterInfo = exports.ListVocabularyFiltersRequest = exports.ListVocabulariesResponse = exports.ListVocabulariesRequest = void 0;
|
|
6
6
|
var AbsoluteTimeRange;
|
|
7
7
|
(function (AbsoluteTimeRange) {
|
|
8
8
|
AbsoluteTimeRange.filterSensitiveLog = (obj) => ({
|
|
@@ -91,6 +91,21 @@ var MediaFormat;
|
|
|
91
91
|
MediaFormat["WAV"] = "wav";
|
|
92
92
|
MediaFormat["WEBM"] = "webm";
|
|
93
93
|
})(MediaFormat = exports.MediaFormat || (exports.MediaFormat = {}));
|
|
94
|
+
var PiiEntityType;
|
|
95
|
+
(function (PiiEntityType) {
|
|
96
|
+
PiiEntityType["ADDRESS"] = "ADDRESS";
|
|
97
|
+
PiiEntityType["ALL"] = "ALL";
|
|
98
|
+
PiiEntityType["BANK_ACCOUNT_NUMBER"] = "BANK_ACCOUNT_NUMBER";
|
|
99
|
+
PiiEntityType["BANK_ROUTING"] = "BANK_ROUTING";
|
|
100
|
+
PiiEntityType["CREDIT_DEBIT_CVV"] = "CREDIT_DEBIT_CVV";
|
|
101
|
+
PiiEntityType["CREDIT_DEBIT_EXPIRY"] = "CREDIT_DEBIT_EXPIRY";
|
|
102
|
+
PiiEntityType["CREDIT_DEBIT_NUMBER"] = "CREDIT_DEBIT_NUMBER";
|
|
103
|
+
PiiEntityType["EMAIL"] = "EMAIL";
|
|
104
|
+
PiiEntityType["NAME"] = "NAME";
|
|
105
|
+
PiiEntityType["PHONE"] = "PHONE";
|
|
106
|
+
PiiEntityType["PIN"] = "PIN";
|
|
107
|
+
PiiEntityType["SSN"] = "SSN";
|
|
108
|
+
})(PiiEntityType = exports.PiiEntityType || (exports.PiiEntityType = {}));
|
|
94
109
|
var RedactionOutput;
|
|
95
110
|
(function (RedactionOutput) {
|
|
96
111
|
RedactionOutput["REDACTED"] = "redacted";
|
|
@@ -3196,6 +3196,10 @@ const serializeAws_json1_1ChannelDefinitions = (input, context) => {
|
|
|
3196
3196
|
};
|
|
3197
3197
|
const serializeAws_json1_1ContentRedaction = (input, context) => {
|
|
3198
3198
|
return {
|
|
3199
|
+
...(input.PiiEntityTypes !== undefined &&
|
|
3200
|
+
input.PiiEntityTypes !== null && {
|
|
3201
|
+
PiiEntityTypes: serializeAws_json1_1PiiEntityTypes(input.PiiEntityTypes, context),
|
|
3202
|
+
}),
|
|
3199
3203
|
...(input.RedactionOutput !== undefined &&
|
|
3200
3204
|
input.RedactionOutput !== null && { RedactionOutput: input.RedactionOutput }),
|
|
3201
3205
|
...(input.RedactionType !== undefined && input.RedactionType !== null && { RedactionType: input.RedactionType }),
|
|
@@ -3543,6 +3547,16 @@ const serializeAws_json1_1Phrases = (input, context) => {
|
|
|
3543
3547
|
return entry;
|
|
3544
3548
|
});
|
|
3545
3549
|
};
|
|
3550
|
+
const serializeAws_json1_1PiiEntityTypes = (input, context) => {
|
|
3551
|
+
return input
|
|
3552
|
+
.filter((e) => e != null)
|
|
3553
|
+
.map((entry) => {
|
|
3554
|
+
if (entry === null) {
|
|
3555
|
+
return null;
|
|
3556
|
+
}
|
|
3557
|
+
return entry;
|
|
3558
|
+
});
|
|
3559
|
+
};
|
|
3546
3560
|
const serializeAws_json1_1RelativeTimeRange = (input, context) => {
|
|
3547
3561
|
return {
|
|
3548
3562
|
...(input.EndPercentage !== undefined && input.EndPercentage !== null && { EndPercentage: input.EndPercentage }),
|
|
@@ -3984,6 +3998,9 @@ const deserializeAws_json1_1ConflictException = (output, context) => {
|
|
|
3984
3998
|
};
|
|
3985
3999
|
const deserializeAws_json1_1ContentRedaction = (output, context) => {
|
|
3986
4000
|
return {
|
|
4001
|
+
PiiEntityTypes: output.PiiEntityTypes !== undefined && output.PiiEntityTypes !== null
|
|
4002
|
+
? deserializeAws_json1_1PiiEntityTypes(output.PiiEntityTypes, context)
|
|
4003
|
+
: undefined,
|
|
3987
4004
|
RedactionOutput: smithy_client_1.expectString(output.RedactionOutput),
|
|
3988
4005
|
RedactionType: smithy_client_1.expectString(output.RedactionType),
|
|
3989
4006
|
};
|
|
@@ -4390,6 +4407,16 @@ const deserializeAws_json1_1NotFoundException = (output, context) => {
|
|
|
4390
4407
|
Message: smithy_client_1.expectString(output.Message),
|
|
4391
4408
|
};
|
|
4392
4409
|
};
|
|
4410
|
+
const deserializeAws_json1_1PiiEntityTypes = (output, context) => {
|
|
4411
|
+
return (output || [])
|
|
4412
|
+
.filter((e) => e != null)
|
|
4413
|
+
.map((entry) => {
|
|
4414
|
+
if (entry === null) {
|
|
4415
|
+
return null;
|
|
4416
|
+
}
|
|
4417
|
+
return smithy_client_1.expectString(entry);
|
|
4418
|
+
});
|
|
4419
|
+
};
|
|
4393
4420
|
const deserializeAws_json1_1RelativeTimeRange = (output, context) => {
|
|
4394
4421
|
return {
|
|
4395
4422
|
EndPercentage: smithy_client_1.expectInt32(output.EndPercentage),
|
|
@@ -81,6 +81,21 @@ export var MediaFormat;
|
|
|
81
81
|
MediaFormat["WAV"] = "wav";
|
|
82
82
|
MediaFormat["WEBM"] = "webm";
|
|
83
83
|
})(MediaFormat || (MediaFormat = {}));
|
|
84
|
+
export var PiiEntityType;
|
|
85
|
+
(function (PiiEntityType) {
|
|
86
|
+
PiiEntityType["ADDRESS"] = "ADDRESS";
|
|
87
|
+
PiiEntityType["ALL"] = "ALL";
|
|
88
|
+
PiiEntityType["BANK_ACCOUNT_NUMBER"] = "BANK_ACCOUNT_NUMBER";
|
|
89
|
+
PiiEntityType["BANK_ROUTING"] = "BANK_ROUTING";
|
|
90
|
+
PiiEntityType["CREDIT_DEBIT_CVV"] = "CREDIT_DEBIT_CVV";
|
|
91
|
+
PiiEntityType["CREDIT_DEBIT_EXPIRY"] = "CREDIT_DEBIT_EXPIRY";
|
|
92
|
+
PiiEntityType["CREDIT_DEBIT_NUMBER"] = "CREDIT_DEBIT_NUMBER";
|
|
93
|
+
PiiEntityType["EMAIL"] = "EMAIL";
|
|
94
|
+
PiiEntityType["NAME"] = "NAME";
|
|
95
|
+
PiiEntityType["PHONE"] = "PHONE";
|
|
96
|
+
PiiEntityType["PIN"] = "PIN";
|
|
97
|
+
PiiEntityType["SSN"] = "SSN";
|
|
98
|
+
})(PiiEntityType || (PiiEntityType = {}));
|
|
84
99
|
export var RedactionOutput;
|
|
85
100
|
(function (RedactionOutput) {
|
|
86
101
|
RedactionOutput["REDACTED"] = "redacted";
|
|
@@ -3574,7 +3574,10 @@ var serializeAws_json1_1ChannelDefinitions = function (input, context) {
|
|
|
3574
3574
|
});
|
|
3575
3575
|
};
|
|
3576
3576
|
var serializeAws_json1_1ContentRedaction = function (input, context) {
|
|
3577
|
-
return __assign(__assign({}, (input.
|
|
3577
|
+
return __assign(__assign(__assign({}, (input.PiiEntityTypes !== undefined &&
|
|
3578
|
+
input.PiiEntityTypes !== null && {
|
|
3579
|
+
PiiEntityTypes: serializeAws_json1_1PiiEntityTypes(input.PiiEntityTypes, context),
|
|
3580
|
+
})), (input.RedactionOutput !== undefined &&
|
|
3578
3581
|
input.RedactionOutput !== null && { RedactionOutput: input.RedactionOutput })), (input.RedactionType !== undefined && input.RedactionType !== null && { RedactionType: input.RedactionType }));
|
|
3579
3582
|
};
|
|
3580
3583
|
var serializeAws_json1_1CreateCallAnalyticsCategoryRequest = function (input, context) {
|
|
@@ -3786,6 +3789,16 @@ var serializeAws_json1_1Phrases = function (input, context) {
|
|
|
3786
3789
|
return entry;
|
|
3787
3790
|
});
|
|
3788
3791
|
};
|
|
3792
|
+
var serializeAws_json1_1PiiEntityTypes = function (input, context) {
|
|
3793
|
+
return input
|
|
3794
|
+
.filter(function (e) { return e != null; })
|
|
3795
|
+
.map(function (entry) {
|
|
3796
|
+
if (entry === null) {
|
|
3797
|
+
return null;
|
|
3798
|
+
}
|
|
3799
|
+
return entry;
|
|
3800
|
+
});
|
|
3801
|
+
};
|
|
3789
3802
|
var serializeAws_json1_1RelativeTimeRange = function (input, context) {
|
|
3790
3803
|
return __assign(__assign(__assign(__assign({}, (input.EndPercentage !== undefined && input.EndPercentage !== null && { EndPercentage: input.EndPercentage })), (input.First !== undefined && input.First !== null && { First: input.First })), (input.Last !== undefined && input.Last !== null && { Last: input.Last })), (input.StartPercentage !== undefined &&
|
|
3791
3804
|
input.StartPercentage !== null && { StartPercentage: input.StartPercentage }));
|
|
@@ -4131,6 +4144,9 @@ var deserializeAws_json1_1ConflictException = function (output, context) {
|
|
|
4131
4144
|
};
|
|
4132
4145
|
var deserializeAws_json1_1ContentRedaction = function (output, context) {
|
|
4133
4146
|
return {
|
|
4147
|
+
PiiEntityTypes: output.PiiEntityTypes !== undefined && output.PiiEntityTypes !== null
|
|
4148
|
+
? deserializeAws_json1_1PiiEntityTypes(output.PiiEntityTypes, context)
|
|
4149
|
+
: undefined,
|
|
4134
4150
|
RedactionOutput: __expectString(output.RedactionOutput),
|
|
4135
4151
|
RedactionType: __expectString(output.RedactionType),
|
|
4136
4152
|
};
|
|
@@ -4536,6 +4552,16 @@ var deserializeAws_json1_1NotFoundException = function (output, context) {
|
|
|
4536
4552
|
Message: __expectString(output.Message),
|
|
4537
4553
|
};
|
|
4538
4554
|
};
|
|
4555
|
+
var deserializeAws_json1_1PiiEntityTypes = function (output, context) {
|
|
4556
|
+
return (output || [])
|
|
4557
|
+
.filter(function (e) { return e != null; })
|
|
4558
|
+
.map(function (entry) {
|
|
4559
|
+
if (entry === null) {
|
|
4560
|
+
return null;
|
|
4561
|
+
}
|
|
4562
|
+
return __expectString(entry);
|
|
4563
|
+
});
|
|
4564
|
+
};
|
|
4539
4565
|
var deserializeAws_json1_1RelativeTimeRange = function (output, context) {
|
|
4540
4566
|
return {
|
|
4541
4567
|
EndPercentage: __expectInt32(output.EndPercentage),
|
|
@@ -45,23 +45,25 @@ import { TranscribeClient } from "./TranscribeClient";
|
|
|
45
45
|
export declare class Transcribe extends TranscribeClient {
|
|
46
46
|
/**
|
|
47
47
|
* <p>Creates an analytics category. Amazon Transcribe applies the conditions specified by your
|
|
48
|
-
* analytics categories to your call analytics jobs. For each analytics category, you specify one
|
|
49
|
-
* more rules. For example, you can specify a rule that the customer sentiment was neutral
|
|
50
|
-
* negative within that category. If you start a call analytics job, Amazon Transcribe applies the
|
|
48
|
+
* analytics categories to your call analytics jobs. For each analytics category, you specify one
|
|
49
|
+
* or more rules. For example, you can specify a rule that the customer sentiment was neutral
|
|
50
|
+
* or negative within that category. If you start a call analytics job, Amazon Transcribe applies the
|
|
51
51
|
* category to the analytics job that you've specified.</p>
|
|
52
52
|
*/
|
|
53
53
|
createCallAnalyticsCategory(args: CreateCallAnalyticsCategoryCommandInput, options?: __HttpHandlerOptions): Promise<CreateCallAnalyticsCategoryCommandOutput>;
|
|
54
54
|
createCallAnalyticsCategory(args: CreateCallAnalyticsCategoryCommandInput, cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void): void;
|
|
55
55
|
createCallAnalyticsCategory(args: CreateCallAnalyticsCategoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void): void;
|
|
56
56
|
/**
|
|
57
|
-
* <p>Creates a new custom language model. Use Amazon S3 prefixes to provide the location of
|
|
58
|
-
* takes to create your model depends on the size of your training
|
|
57
|
+
* <p>Creates a new custom language model. Use Amazon S3 prefixes to provide the location of
|
|
58
|
+
* your input files. The time it takes to create your model depends on the size of your training
|
|
59
|
+
* data.</p>
|
|
59
60
|
*/
|
|
60
61
|
createLanguageModel(args: CreateLanguageModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateLanguageModelCommandOutput>;
|
|
61
62
|
createLanguageModel(args: CreateLanguageModelCommandInput, cb: (err: any, data?: CreateLanguageModelCommandOutput) => void): void;
|
|
62
63
|
createLanguageModel(args: CreateLanguageModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLanguageModelCommandOutput) => void): void;
|
|
63
64
|
/**
|
|
64
|
-
* <p>Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes
|
|
65
|
+
* <p>Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes
|
|
66
|
+
* your audio file.</p>
|
|
65
67
|
*/
|
|
66
68
|
createMedicalVocabulary(args: CreateMedicalVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<CreateMedicalVocabularyCommandOutput>;
|
|
67
69
|
createMedicalVocabulary(args: CreateMedicalVocabularyCommandInput, cb: (err: any, data?: CreateMedicalVocabularyCommandOutput) => void): void;
|
|
@@ -74,8 +76,8 @@ export declare class Transcribe extends TranscribeClient {
|
|
|
74
76
|
createVocabulary(args: CreateVocabularyCommandInput, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
|
|
75
77
|
createVocabulary(args: CreateVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
|
|
76
78
|
/**
|
|
77
|
-
* <p>Creates a new vocabulary filter that you can use to filter words, such as profane words,
|
|
78
|
-
* a transcription job.</p>
|
|
79
|
+
* <p>Creates a new vocabulary filter that you can use to filter words, such as profane words,
|
|
80
|
+
* from the output of a transcription job.</p>
|
|
79
81
|
*/
|
|
80
82
|
createVocabularyFilter(args: CreateVocabularyFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateVocabularyFilterCommandOutput>;
|
|
81
83
|
createVocabularyFilter(args: CreateVocabularyFilterCommandInput, cb: (err: any, data?: CreateVocabularyFilterCommandOutput) => void): void;
|
|
@@ -193,7 +195,8 @@ export declare class Transcribe extends TranscribeClient {
|
|
|
193
195
|
/**
|
|
194
196
|
* <p>Provides more information about the call analytics categories that you've created. You
|
|
195
197
|
* can use the information in this list to find a specific category. You can then use the
|
|
196
|
-
* operation to get more information about
|
|
198
|
+
* operation to get more information about
|
|
199
|
+
* it.</p>
|
|
197
200
|
*/
|
|
198
201
|
listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListCallAnalyticsCategoriesCommandOutput>;
|
|
199
202
|
listCallAnalyticsCategories(args: ListCallAnalyticsCategoriesCommandInput, cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void): void;
|
|
@@ -205,22 +208,24 @@ export declare class Transcribe extends TranscribeClient {
|
|
|
205
208
|
listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void): void;
|
|
206
209
|
listCallAnalyticsJobs(args: ListCallAnalyticsJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void): void;
|
|
207
210
|
/**
|
|
208
|
-
* <p>Provides more information about the custom language models you've created. You can
|
|
209
|
-
* this list to find a specific custom language model. You can then use
|
|
210
|
-
*
|
|
211
|
+
* <p>Provides more information about the custom language models you've created. You can
|
|
212
|
+
* use the information in this list to find a specific custom language model. You can then use
|
|
213
|
+
* the operation to get more information about
|
|
214
|
+
* it.</p>
|
|
211
215
|
*/
|
|
212
216
|
listLanguageModels(args: ListLanguageModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListLanguageModelsCommandOutput>;
|
|
213
217
|
listLanguageModels(args: ListLanguageModelsCommandInput, cb: (err: any, data?: ListLanguageModelsCommandOutput) => void): void;
|
|
214
218
|
listLanguageModels(args: ListLanguageModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLanguageModelsCommandOutput) => void): void;
|
|
215
219
|
/**
|
|
216
|
-
* <p>Lists medical transcription jobs with a specified status or substring that matches their
|
|
220
|
+
* <p>Lists medical transcription jobs with a specified status or substring that matches their
|
|
221
|
+
* names.</p>
|
|
217
222
|
*/
|
|
218
223
|
listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMedicalTranscriptionJobsCommandOutput>;
|
|
219
224
|
listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void): void;
|
|
220
225
|
listMedicalTranscriptionJobs(args: ListMedicalTranscriptionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void): void;
|
|
221
226
|
/**
|
|
222
|
-
* <p>Returns a list of vocabularies that match the specified criteria. If you don't enter a value in
|
|
223
|
-
* parameters, returns the entire list of vocabularies.</p>
|
|
227
|
+
* <p>Returns a list of vocabularies that match the specified criteria. If you don't enter a value in
|
|
228
|
+
* any of the request parameters, returns the entire list of vocabularies.</p>
|
|
224
229
|
*/
|
|
225
230
|
listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListMedicalVocabulariesCommandOutput>;
|
|
226
231
|
listMedicalVocabularies(args: ListMedicalVocabulariesCommandInput, cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void): void;
|
|
@@ -238,8 +243,8 @@ export declare class Transcribe extends TranscribeClient {
|
|
|
238
243
|
listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void): void;
|
|
239
244
|
listTranscriptionJobs(args: ListTranscriptionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void): void;
|
|
240
245
|
/**
|
|
241
|
-
* <p>Returns a list of vocabularies that match the specified criteria. If no criteria are specified,
|
|
242
|
-
* of vocabularies.</p>
|
|
246
|
+
* <p>Returns a list of vocabularies that match the specified criteria. If no criteria are specified,
|
|
247
|
+
* returns the entire list of vocabularies.</p>
|
|
243
248
|
*/
|
|
244
249
|
listVocabularies(args: ListVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListVocabulariesCommandOutput>;
|
|
245
250
|
listVocabularies(args: ListVocabulariesCommandInput, cb: (err: any, data?: ListVocabulariesCommandOutput) => void): void;
|
|
@@ -251,10 +256,11 @@ export declare class Transcribe extends TranscribeClient {
|
|
|
251
256
|
listVocabularyFilters(args: ListVocabularyFiltersCommandInput, cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void): void;
|
|
252
257
|
listVocabularyFilters(args: ListVocabularyFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void): void;
|
|
253
258
|
/**
|
|
254
|
-
* <p>Starts an asynchronous analytics job that not only transcribes the audio recording of a
|
|
255
|
-
* also returns additional insights. These insights include how quickly or
|
|
256
|
-
*
|
|
257
|
-
*
|
|
259
|
+
* <p>Starts an asynchronous analytics job that not only transcribes the audio recording of a
|
|
260
|
+
* caller and agent, but also returns additional insights. These insights include how quickly or
|
|
261
|
+
* loudly the caller or agent was speaking. To retrieve additional insights with your analytics
|
|
262
|
+
* jobs, create categories. A category is a way to classify analytics jobs based on attributes,
|
|
263
|
+
* such as a customer's sentiment or a particular phrase being used during the call. For more
|
|
258
264
|
* information, see the operation. </p>
|
|
259
265
|
*/
|
|
260
266
|
startCallAnalyticsJob(args: StartCallAnalyticsJobCommandInput, options?: __HttpHandlerOptions): Promise<StartCallAnalyticsJobCommandOutput>;
|
|
@@ -285,23 +291,26 @@ export declare class Transcribe extends TranscribeClient {
|
|
|
285
291
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
286
292
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
287
293
|
/**
|
|
288
|
-
* <p>Updates the call analytics category with new values. The
|
|
289
|
-
* operation overwrites all of the existing
|
|
294
|
+
* <p>Updates the call analytics category with new values. The
|
|
295
|
+
* <code>UpdateCallAnalyticsCategory</code> operation overwrites all of the existing
|
|
296
|
+
* information with the values that you provide in the request.</p>
|
|
290
297
|
*/
|
|
291
298
|
updateCallAnalyticsCategory(args: UpdateCallAnalyticsCategoryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCallAnalyticsCategoryCommandOutput>;
|
|
292
299
|
updateCallAnalyticsCategory(args: UpdateCallAnalyticsCategoryCommandInput, cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void): void;
|
|
293
300
|
updateCallAnalyticsCategory(args: UpdateCallAnalyticsCategoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void): void;
|
|
294
301
|
/**
|
|
295
|
-
* <p>Updates a vocabulary with new values that you provide in a different text file from
|
|
296
|
-
* the vocabulary. The <code>UpdateMedicalVocabulary</code>
|
|
297
|
-
* with the values that you provide in the
|
|
302
|
+
* <p>Updates a vocabulary with new values that you provide in a different text file from
|
|
303
|
+
* the one you used to create the vocabulary. The <code>UpdateMedicalVocabulary</code>
|
|
304
|
+
* operation overwrites all of the existing information with the values that you provide in the
|
|
305
|
+
* request.</p>
|
|
298
306
|
*/
|
|
299
307
|
updateMedicalVocabulary(args: UpdateMedicalVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMedicalVocabularyCommandOutput>;
|
|
300
308
|
updateMedicalVocabulary(args: UpdateMedicalVocabularyCommandInput, cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void): void;
|
|
301
309
|
updateMedicalVocabulary(args: UpdateMedicalVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void): void;
|
|
302
310
|
/**
|
|
303
|
-
* <p>Updates an existing vocabulary with new values. The
|
|
304
|
-
* all of the existing information with
|
|
311
|
+
* <p>Updates an existing vocabulary with new values. The
|
|
312
|
+
* <code>UpdateVocabulary</code> operation overwrites all of the existing information with
|
|
313
|
+
* the values that you provide in the request. </p>
|
|
305
314
|
*/
|
|
306
315
|
updateVocabulary(args: UpdateVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVocabularyCommandOutput>;
|
|
307
316
|
updateVocabulary(args: UpdateVocabularyCommandInput, cb: (err: any, data?: UpdateVocabularyCommandOutput) => void): void;
|
|
@@ -8,9 +8,9 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates an analytics category. Amazon Transcribe applies the conditions specified by your
|
|
11
|
-
* analytics categories to your call analytics jobs. For each analytics category, you specify one
|
|
12
|
-
* more rules. For example, you can specify a rule that the customer sentiment was neutral
|
|
13
|
-
* negative within that category. If you start a call analytics job, Amazon Transcribe applies the
|
|
11
|
+
* analytics categories to your call analytics jobs. For each analytics category, you specify one
|
|
12
|
+
* or more rules. For example, you can specify a rule that the customer sentiment was neutral
|
|
13
|
+
* or negative within that category. If you start a call analytics job, Amazon Transcribe applies the
|
|
14
14
|
* category to the analytics job that you've specified.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,8 +7,9 @@ export interface CreateLanguageModelCommandInput extends CreateLanguageModelRequ
|
|
|
7
7
|
export interface CreateLanguageModelCommandOutput extends CreateLanguageModelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a new custom language model. Use Amazon S3 prefixes to provide the location of
|
|
11
|
-
* takes to create your model depends on the size of your training
|
|
10
|
+
* <p>Creates a new custom language model. Use Amazon S3 prefixes to provide the location of
|
|
11
|
+
* your input files. The time it takes to create your model depends on the size of your training
|
|
12
|
+
* data.</p>
|
|
12
13
|
* @example
|
|
13
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
15
|
* ```javascript
|
|
@@ -7,7 +7,8 @@ export interface CreateMedicalVocabularyCommandInput extends CreateMedicalVocabu
|
|
|
7
7
|
export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocabularyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes
|
|
10
|
+
* <p>Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes
|
|
11
|
+
* your audio file.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -7,8 +7,8 @@ export interface CreateVocabularyFilterCommandInput extends CreateVocabularyFilt
|
|
|
7
7
|
export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFilterResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a new vocabulary filter that you can use to filter words, such as profane words,
|
|
11
|
-
* a transcription job.</p>
|
|
10
|
+
* <p>Creates a new vocabulary filter that you can use to filter words, such as profane words,
|
|
11
|
+
* from the output of a transcription job.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -9,7 +9,8 @@ export interface ListCallAnalyticsCategoriesCommandOutput extends ListCallAnalyt
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Provides more information about the call analytics categories that you've created. You
|
|
11
11
|
* can use the information in this list to find a specific category. You can then use the
|
|
12
|
-
* operation to get more information about
|
|
12
|
+
* operation to get more information about
|
|
13
|
+
* it.</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,9 +7,10 @@ export interface ListLanguageModelsCommandInput extends ListLanguageModelsReques
|
|
|
7
7
|
export interface ListLanguageModelsCommandOutput extends ListLanguageModelsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Provides more information about the custom language models you've created. You can
|
|
11
|
-
* this list to find a specific custom language model. You can then use
|
|
12
|
-
*
|
|
10
|
+
* <p>Provides more information about the custom language models you've created. You can
|
|
11
|
+
* use the information in this list to find a specific custom language model. You can then use
|
|
12
|
+
* the operation to get more information about
|
|
13
|
+
* it.</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,7 +7,8 @@ export interface ListMedicalTranscriptionJobsCommandInput extends ListMedicalTra
|
|
|
7
7
|
export interface ListMedicalTranscriptionJobsCommandOutput extends ListMedicalTranscriptionJobsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists medical transcription jobs with a specified status or substring that matches their
|
|
10
|
+
* <p>Lists medical transcription jobs with a specified status or substring that matches their
|
|
11
|
+
* names.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -7,8 +7,8 @@ export interface ListMedicalVocabulariesCommandInput extends ListMedicalVocabula
|
|
|
7
7
|
export interface ListMedicalVocabulariesCommandOutput extends ListMedicalVocabulariesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns a list of vocabularies that match the specified criteria. If you don't enter a value in
|
|
11
|
-
* parameters, returns the entire list of vocabularies.</p>
|
|
10
|
+
* <p>Returns a list of vocabularies that match the specified criteria. If you don't enter a value in
|
|
11
|
+
* any of the request parameters, returns the entire list of vocabularies.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -7,8 +7,8 @@ export interface ListVocabulariesCommandInput extends ListVocabulariesRequest {
|
|
|
7
7
|
export interface ListVocabulariesCommandOutput extends ListVocabulariesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns a list of vocabularies that match the specified criteria. If no criteria are specified,
|
|
11
|
-
* of vocabularies.</p>
|
|
10
|
+
* <p>Returns a list of vocabularies that match the specified criteria. If no criteria are specified,
|
|
11
|
+
* returns the entire list of vocabularies.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -7,10 +7,11 @@ 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
|
-
* also returns additional insights. These insights include how quickly or
|
|
12
|
-
*
|
|
13
|
-
*
|
|
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
|
|
14
15
|
* information, see the operation. </p>
|
|
15
16
|
* @example
|
|
16
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,8 +7,9 @@ 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
|
-
* operation overwrites all of the existing
|
|
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>
|
|
12
13
|
* @example
|
|
13
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
15
|
* ```javascript
|
|
@@ -7,9 +7,10 @@ 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 vocabulary. The <code>UpdateMedicalVocabulary</code>
|
|
12
|
-
* with the values that you provide in the
|
|
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>
|
|
13
14
|
* @example
|
|
14
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
16
|
* ```javascript
|
|
@@ -7,8 +7,9 @@ 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
|
-
* all of the existing information with
|
|
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>
|
|
12
13
|
* @example
|
|
13
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
15
|
* ```javascript
|