@aws-sdk/client-transcribe 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +146 -167
- package/dist-es/models/models_0.js +146 -167
- package/dist-types/commands/CreateCallAnalyticsCategoryCommand.d.ts +11 -11
- package/dist-types/commands/CreateLanguageModelCommand.d.ts +4 -4
- package/dist-types/commands/CreateMedicalVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateVocabularyCommand.d.ts +4 -4
- package/dist-types/commands/CreateVocabularyFilterCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLanguageModelCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsCategoryCommand.d.ts +1 -1
- package/dist-types/commands/GetCallAnalyticsJobCommand.d.ts +1 -1
- package/dist-types/commands/GetMedicalTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/GetMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/GetTranscriptionJobCommand.d.ts +1 -1
- package/dist-types/commands/GetVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/GetVocabularyFilterCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCallAnalyticsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLanguageModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMedicalVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTranscriptionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListVocabularyFiltersCommand.d.ts +1 -1
- package/dist-types/commands/StartCallAnalyticsJobCommand.d.ts +10 -10
- package/dist-types/commands/StartMedicalTranscriptionJobCommand.d.ts +6 -6
- package/dist-types/commands/StartTranscriptionJobCommand.d.ts +15 -15
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCallAnalyticsCategoryCommand.d.ts +11 -11
- package/dist-types/commands/UpdateMedicalVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateVocabularyFilterCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +252 -147
- package/dist-types/ts3.4/models/models_0.d.ts +179 -146
- package/package.json +34 -34
|
@@ -12,121 +12,109 @@ export class BadRequestException extends __BaseException {
|
|
|
12
12
|
this.Message = opts.Message;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
})(InputType || (InputType = {}));
|
|
119
|
-
export var SentimentValue;
|
|
120
|
-
(function (SentimentValue) {
|
|
121
|
-
SentimentValue["MIXED"] = "MIXED";
|
|
122
|
-
SentimentValue["NEGATIVE"] = "NEGATIVE";
|
|
123
|
-
SentimentValue["NEUTRAL"] = "NEUTRAL";
|
|
124
|
-
SentimentValue["POSITIVE"] = "POSITIVE";
|
|
125
|
-
})(SentimentValue || (SentimentValue = {}));
|
|
126
|
-
export var TranscriptFilterType;
|
|
127
|
-
(function (TranscriptFilterType) {
|
|
128
|
-
TranscriptFilterType["EXACT"] = "EXACT";
|
|
129
|
-
})(TranscriptFilterType || (TranscriptFilterType = {}));
|
|
15
|
+
export const BaseModelName = {
|
|
16
|
+
NARROW_BAND: "NarrowBand",
|
|
17
|
+
WIDE_BAND: "WideBand",
|
|
18
|
+
};
|
|
19
|
+
export const CallAnalyticsJobStatus = {
|
|
20
|
+
COMPLETED: "COMPLETED",
|
|
21
|
+
FAILED: "FAILED",
|
|
22
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
23
|
+
QUEUED: "QUEUED",
|
|
24
|
+
};
|
|
25
|
+
export const ParticipantRole = {
|
|
26
|
+
AGENT: "AGENT",
|
|
27
|
+
CUSTOMER: "CUSTOMER",
|
|
28
|
+
};
|
|
29
|
+
export const LanguageCode = {
|
|
30
|
+
AF_ZA: "af-ZA",
|
|
31
|
+
AR_AE: "ar-AE",
|
|
32
|
+
AR_SA: "ar-SA",
|
|
33
|
+
DA_DK: "da-DK",
|
|
34
|
+
DE_CH: "de-CH",
|
|
35
|
+
DE_DE: "de-DE",
|
|
36
|
+
EN_AB: "en-AB",
|
|
37
|
+
EN_AU: "en-AU",
|
|
38
|
+
EN_GB: "en-GB",
|
|
39
|
+
EN_IE: "en-IE",
|
|
40
|
+
EN_IN: "en-IN",
|
|
41
|
+
EN_NZ: "en-NZ",
|
|
42
|
+
EN_US: "en-US",
|
|
43
|
+
EN_WL: "en-WL",
|
|
44
|
+
EN_ZA: "en-ZA",
|
|
45
|
+
ES_ES: "es-ES",
|
|
46
|
+
ES_US: "es-US",
|
|
47
|
+
FA_IR: "fa-IR",
|
|
48
|
+
FR_CA: "fr-CA",
|
|
49
|
+
FR_FR: "fr-FR",
|
|
50
|
+
HE_IL: "he-IL",
|
|
51
|
+
HI_IN: "hi-IN",
|
|
52
|
+
ID_ID: "id-ID",
|
|
53
|
+
IT_IT: "it-IT",
|
|
54
|
+
JA_JP: "ja-JP",
|
|
55
|
+
KO_KR: "ko-KR",
|
|
56
|
+
MS_MY: "ms-MY",
|
|
57
|
+
NL_NL: "nl-NL",
|
|
58
|
+
PT_BR: "pt-BR",
|
|
59
|
+
PT_PT: "pt-PT",
|
|
60
|
+
RU_RU: "ru-RU",
|
|
61
|
+
SV_SE: "sv-SE",
|
|
62
|
+
TA_IN: "ta-IN",
|
|
63
|
+
TE_IN: "te-IN",
|
|
64
|
+
TH_TH: "th-TH",
|
|
65
|
+
TR_TR: "tr-TR",
|
|
66
|
+
VI_VN: "vi-VN",
|
|
67
|
+
ZH_CN: "zh-CN",
|
|
68
|
+
ZH_TW: "zh-TW",
|
|
69
|
+
};
|
|
70
|
+
export const MediaFormat = {
|
|
71
|
+
AMR: "amr",
|
|
72
|
+
FLAC: "flac",
|
|
73
|
+
MP3: "mp3",
|
|
74
|
+
MP4: "mp4",
|
|
75
|
+
OGG: "ogg",
|
|
76
|
+
WAV: "wav",
|
|
77
|
+
WEBM: "webm",
|
|
78
|
+
};
|
|
79
|
+
export const PiiEntityType = {
|
|
80
|
+
ADDRESS: "ADDRESS",
|
|
81
|
+
ALL: "ALL",
|
|
82
|
+
BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",
|
|
83
|
+
BANK_ROUTING: "BANK_ROUTING",
|
|
84
|
+
CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",
|
|
85
|
+
CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",
|
|
86
|
+
CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",
|
|
87
|
+
EMAIL: "EMAIL",
|
|
88
|
+
NAME: "NAME",
|
|
89
|
+
PHONE: "PHONE",
|
|
90
|
+
PIN: "PIN",
|
|
91
|
+
SSN: "SSN",
|
|
92
|
+
};
|
|
93
|
+
export const RedactionOutput = {
|
|
94
|
+
REDACTED: "redacted",
|
|
95
|
+
REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
|
|
96
|
+
};
|
|
97
|
+
export const RedactionType = {
|
|
98
|
+
PII: "PII",
|
|
99
|
+
};
|
|
100
|
+
export const VocabularyFilterMethod = {
|
|
101
|
+
MASK: "mask",
|
|
102
|
+
REMOVE: "remove",
|
|
103
|
+
TAG: "tag",
|
|
104
|
+
};
|
|
105
|
+
export const InputType = {
|
|
106
|
+
POST_CALL: "POST_CALL",
|
|
107
|
+
REAL_TIME: "REAL_TIME",
|
|
108
|
+
};
|
|
109
|
+
export const SentimentValue = {
|
|
110
|
+
MIXED: "MIXED",
|
|
111
|
+
NEGATIVE: "NEGATIVE",
|
|
112
|
+
NEUTRAL: "NEUTRAL",
|
|
113
|
+
POSITIVE: "POSITIVE",
|
|
114
|
+
};
|
|
115
|
+
export const TranscriptFilterType = {
|
|
116
|
+
EXACT: "EXACT",
|
|
117
|
+
};
|
|
130
118
|
export var Rule;
|
|
131
119
|
(function (Rule) {
|
|
132
120
|
Rule.visit = (value, visitor) => {
|
|
@@ -141,16 +129,15 @@ export var Rule;
|
|
|
141
129
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
142
130
|
};
|
|
143
131
|
})(Rule || (Rule = {}));
|
|
144
|
-
export
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
})(CLMLanguageCode || (CLMLanguageCode = {}));
|
|
132
|
+
export const CLMLanguageCode = {
|
|
133
|
+
DE_DE: "de-DE",
|
|
134
|
+
EN_AU: "en-AU",
|
|
135
|
+
EN_GB: "en-GB",
|
|
136
|
+
EN_US: "en-US",
|
|
137
|
+
ES_US: "es-US",
|
|
138
|
+
HI_IN: "hi-IN",
|
|
139
|
+
JA_JP: "ja-JP",
|
|
140
|
+
};
|
|
154
141
|
export class ConflictException extends __BaseException {
|
|
155
142
|
constructor(opts) {
|
|
156
143
|
super({
|
|
@@ -190,18 +177,16 @@ export class LimitExceededException extends __BaseException {
|
|
|
190
177
|
this.Message = opts.Message;
|
|
191
178
|
}
|
|
192
179
|
}
|
|
193
|
-
export
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
VocabularyState["READY"] = "READY";
|
|
204
|
-
})(VocabularyState || (VocabularyState = {}));
|
|
180
|
+
export const ModelStatus = {
|
|
181
|
+
COMPLETED: "COMPLETED",
|
|
182
|
+
FAILED: "FAILED",
|
|
183
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
184
|
+
};
|
|
185
|
+
export const VocabularyState = {
|
|
186
|
+
FAILED: "FAILED",
|
|
187
|
+
PENDING: "PENDING",
|
|
188
|
+
READY: "READY",
|
|
189
|
+
};
|
|
205
190
|
export class NotFoundException extends __BaseException {
|
|
206
191
|
constructor(opts) {
|
|
207
192
|
super({
|
|
@@ -215,33 +200,27 @@ export class NotFoundException extends __BaseException {
|
|
|
215
200
|
this.Message = opts.Message;
|
|
216
201
|
}
|
|
217
202
|
}
|
|
218
|
-
export
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
}
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
})(SubtitleFormat || (SubtitleFormat = {}));
|
|
243
|
-
export var OutputLocationType;
|
|
244
|
-
(function (OutputLocationType) {
|
|
245
|
-
OutputLocationType["CUSTOMER_BUCKET"] = "CUSTOMER_BUCKET";
|
|
246
|
-
OutputLocationType["SERVICE_BUCKET"] = "SERVICE_BUCKET";
|
|
247
|
-
})(OutputLocationType || (OutputLocationType = {}));
|
|
203
|
+
export const MedicalContentIdentificationType = {
|
|
204
|
+
PHI: "PHI",
|
|
205
|
+
};
|
|
206
|
+
export const Specialty = {
|
|
207
|
+
PRIMARYCARE: "PRIMARYCARE",
|
|
208
|
+
};
|
|
209
|
+
export const TranscriptionJobStatus = {
|
|
210
|
+
COMPLETED: "COMPLETED",
|
|
211
|
+
FAILED: "FAILED",
|
|
212
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
213
|
+
QUEUED: "QUEUED",
|
|
214
|
+
};
|
|
215
|
+
export const Type = {
|
|
216
|
+
CONVERSATION: "CONVERSATION",
|
|
217
|
+
DICTATION: "DICTATION",
|
|
218
|
+
};
|
|
219
|
+
export const SubtitleFormat = {
|
|
220
|
+
SRT: "srt",
|
|
221
|
+
VTT: "vtt",
|
|
222
|
+
};
|
|
223
|
+
export const OutputLocationType = {
|
|
224
|
+
CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
|
|
225
|
+
SERVICE_BUCKET: "SERVICE_BUCKET",
|
|
226
|
+
};
|
|
@@ -41,19 +41,19 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
|
|
|
41
41
|
* import { TranscribeClient, CreateCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
42
42
|
* // const { TranscribeClient, CreateCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
43
43
|
* const client = new TranscribeClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CreateCallAnalyticsCategoryRequest
|
|
45
45
|
* CategoryName: "STRING_VALUE", // required
|
|
46
|
-
* Rules: [ // required
|
|
47
|
-
* { // Union: only one key present
|
|
48
|
-
* NonTalkTimeFilter: {
|
|
46
|
+
* Rules: [ // RuleList // required
|
|
47
|
+
* { // Rule Union: only one key present
|
|
48
|
+
* NonTalkTimeFilter: { // NonTalkTimeFilter
|
|
49
49
|
* Threshold: Number("long"),
|
|
50
|
-
* AbsoluteTimeRange: {
|
|
50
|
+
* AbsoluteTimeRange: { // AbsoluteTimeRange
|
|
51
51
|
* StartTime: Number("long"),
|
|
52
52
|
* EndTime: Number("long"),
|
|
53
53
|
* First: Number("long"),
|
|
54
54
|
* Last: Number("long"),
|
|
55
55
|
* },
|
|
56
|
-
* RelativeTimeRange: {
|
|
56
|
+
* RelativeTimeRange: { // RelativeTimeRange
|
|
57
57
|
* StartPercentage: Number("int"),
|
|
58
58
|
* EndPercentage: Number("int"),
|
|
59
59
|
* First: Number("int"),
|
|
@@ -61,7 +61,7 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
|
|
|
61
61
|
* },
|
|
62
62
|
* Negate: true || false,
|
|
63
63
|
* },
|
|
64
|
-
* InterruptionFilter: {
|
|
64
|
+
* InterruptionFilter: { // InterruptionFilter
|
|
65
65
|
* Threshold: Number("long"),
|
|
66
66
|
* ParticipantRole: "AGENT" || "CUSTOMER",
|
|
67
67
|
* AbsoluteTimeRange: {
|
|
@@ -78,7 +78,7 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
|
|
|
78
78
|
* },
|
|
79
79
|
* Negate: true || false,
|
|
80
80
|
* },
|
|
81
|
-
* TranscriptFilter: {
|
|
81
|
+
* TranscriptFilter: { // TranscriptFilter
|
|
82
82
|
* TranscriptFilterType: "EXACT", // required
|
|
83
83
|
* AbsoluteTimeRange: {
|
|
84
84
|
* StartTime: Number("long"),
|
|
@@ -94,12 +94,12 @@ export interface CreateCallAnalyticsCategoryCommandOutput extends CreateCallAnal
|
|
|
94
94
|
* },
|
|
95
95
|
* ParticipantRole: "AGENT" || "CUSTOMER",
|
|
96
96
|
* Negate: true || false,
|
|
97
|
-
* Targets: [ // required
|
|
97
|
+
* Targets: [ // StringTargetList // required
|
|
98
98
|
* "STRING_VALUE",
|
|
99
99
|
* ],
|
|
100
100
|
* },
|
|
101
|
-
* SentimentFilter: {
|
|
102
|
-
* Sentiments: [ // required
|
|
101
|
+
* SentimentFilter: { // SentimentFilter
|
|
102
|
+
* Sentiments: [ // SentimentValueList // required
|
|
103
103
|
* "POSITIVE" || "NEGATIVE" || "NEUTRAL" || "MIXED",
|
|
104
104
|
* ],
|
|
105
105
|
* AbsoluteTimeRange: {
|
|
@@ -42,17 +42,17 @@ export interface CreateLanguageModelCommandOutput extends CreateLanguageModelRes
|
|
|
42
42
|
* import { TranscribeClient, CreateLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
43
43
|
* // const { TranscribeClient, CreateLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
44
44
|
* const client = new TranscribeClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // CreateLanguageModelRequest
|
|
46
46
|
* LanguageCode: "en-US" || "hi-IN" || "es-US" || "en-GB" || "en-AU" || "de-DE" || "ja-JP", // required
|
|
47
47
|
* BaseModelName: "NarrowBand" || "WideBand", // required
|
|
48
48
|
* ModelName: "STRING_VALUE", // required
|
|
49
|
-
* InputDataConfig: {
|
|
49
|
+
* InputDataConfig: { // InputDataConfig
|
|
50
50
|
* S3Uri: "STRING_VALUE", // required
|
|
51
51
|
* TuningDataS3Uri: "STRING_VALUE",
|
|
52
52
|
* DataAccessRoleArn: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
54
|
-
* Tags: [
|
|
55
|
-
* {
|
|
54
|
+
* Tags: [ // TagList
|
|
55
|
+
* { // Tag
|
|
56
56
|
* Key: "STRING_VALUE", // required
|
|
57
57
|
* Value: "STRING_VALUE", // required
|
|
58
58
|
* },
|
|
@@ -38,12 +38,12 @@ export interface CreateMedicalVocabularyCommandOutput extends CreateMedicalVocab
|
|
|
38
38
|
* import { TranscribeClient, CreateMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
39
39
|
* // const { TranscribeClient, CreateMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
40
40
|
* const client = new TranscribeClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // CreateMedicalVocabularyRequest
|
|
42
42
|
* VocabularyName: "STRING_VALUE", // required
|
|
43
43
|
* 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" || "vi-VN" || "sv-SE", // required
|
|
44
44
|
* VocabularyFileUri: "STRING_VALUE", // required
|
|
45
|
-
* Tags: [
|
|
46
|
-
* {
|
|
45
|
+
* Tags: [ // TagList
|
|
46
|
+
* { // Tag
|
|
47
47
|
* Key: "STRING_VALUE", // required
|
|
48
48
|
* Value: "STRING_VALUE", // required
|
|
49
49
|
* },
|
|
@@ -36,15 +36,15 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
|
|
|
36
36
|
* import { TranscribeClient, CreateVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
37
37
|
* // const { TranscribeClient, CreateVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
38
38
|
* const client = new TranscribeClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // CreateVocabularyRequest
|
|
40
40
|
* VocabularyName: "STRING_VALUE", // required
|
|
41
41
|
* 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" || "vi-VN" || "sv-SE", // required
|
|
42
|
-
* Phrases: [
|
|
42
|
+
* Phrases: [ // Phrases
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* VocabularyFileUri: "STRING_VALUE",
|
|
46
|
-
* Tags: [
|
|
47
|
-
* {
|
|
46
|
+
* Tags: [ // TagList
|
|
47
|
+
* { // Tag
|
|
48
48
|
* Key: "STRING_VALUE", // required
|
|
49
49
|
* Value: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
@@ -35,15 +35,15 @@ export interface CreateVocabularyFilterCommandOutput extends CreateVocabularyFil
|
|
|
35
35
|
* import { TranscribeClient, CreateVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
36
36
|
* // const { TranscribeClient, CreateVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
37
37
|
* const client = new TranscribeClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // CreateVocabularyFilterRequest
|
|
39
39
|
* VocabularyFilterName: "STRING_VALUE", // required
|
|
40
40
|
* 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" || "vi-VN" || "sv-SE", // required
|
|
41
|
-
* Words: [
|
|
41
|
+
* Words: [ // Words
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* VocabularyFilterFileUri: "STRING_VALUE",
|
|
45
|
-
* Tags: [
|
|
46
|
-
* {
|
|
45
|
+
* Tags: [ // TagList
|
|
46
|
+
* { // Tag
|
|
47
47
|
* Key: "STRING_VALUE", // required
|
|
48
48
|
* Value: "STRING_VALUE", // required
|
|
49
49
|
* },
|
|
@@ -28,7 +28,7 @@ export interface DeleteCallAnalyticsCategoryCommandOutput extends DeleteCallAnal
|
|
|
28
28
|
* import { TranscribeClient, DeleteCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteCallAnalyticsCategoryRequest
|
|
32
32
|
* CategoryName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteCallAnalyticsCategoryCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteCallAnalyticsJobCommandOutput extends DeleteCallAnalytics
|
|
|
28
28
|
* import { TranscribeClient, DeleteCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteCallAnalyticsJobRequest
|
|
32
32
|
* CallAnalyticsJobName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteCallAnalyticsJobCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteLanguageModelCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { TranscribeClient, DeleteLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteLanguageModelRequest
|
|
32
32
|
* ModelName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteLanguageModelCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteMedicalTranscriptionJobCommandOutput extends __MetadataBe
|
|
|
28
28
|
* import { TranscribeClient, DeleteMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteMedicalTranscriptionJobRequest
|
|
32
32
|
* MedicalTranscriptionJobName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteMedicalTranscriptionJobCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteMedicalVocabularyCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { TranscribeClient, DeleteMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteMedicalVocabularyRequest
|
|
32
32
|
* VocabularyName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteMedicalVocabularyCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteTranscriptionJobCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { TranscribeClient, DeleteTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteTranscriptionJobRequest
|
|
32
32
|
* TranscriptionJobName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteTranscriptionJobCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteVocabularyCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { TranscribeClient, DeleteVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteVocabularyRequest
|
|
32
32
|
* VocabularyName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteVocabularyCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteVocabularyFilterCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { TranscribeClient, DeleteVocabularyFilterCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
29
29
|
* // const { TranscribeClient, DeleteVocabularyFilterCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
30
30
|
* const client = new TranscribeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteVocabularyFilterRequest
|
|
32
32
|
* VocabularyFilterName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteVocabularyFilterCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface DescribeLanguageModelCommandOutput extends DescribeLanguageMode
|
|
|
32
32
|
* import { TranscribeClient, DescribeLanguageModelCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
33
33
|
* // const { TranscribeClient, DescribeLanguageModelCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
34
34
|
* const client = new TranscribeClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DescribeLanguageModelRequest
|
|
36
36
|
* ModelName: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DescribeLanguageModelCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetCallAnalyticsCategoryCommandOutput extends GetCallAnalyticsC
|
|
|
27
27
|
* import { TranscribeClient, GetCallAnalyticsCategoryCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
28
28
|
* // const { TranscribeClient, GetCallAnalyticsCategoryCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
29
29
|
* const client = new TranscribeClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetCallAnalyticsCategoryRequest
|
|
31
31
|
* CategoryName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetCallAnalyticsCategoryCommand(input);
|
|
@@ -37,7 +37,7 @@ export interface GetCallAnalyticsJobCommandOutput extends GetCallAnalyticsJobRes
|
|
|
37
37
|
* import { TranscribeClient, GetCallAnalyticsJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
38
38
|
* // const { TranscribeClient, GetCallAnalyticsJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
39
39
|
* const client = new TranscribeClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // GetCallAnalyticsJobRequest
|
|
41
41
|
* CallAnalyticsJobName: "STRING_VALUE", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new GetCallAnalyticsJobCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface GetMedicalTranscriptionJobCommandOutput extends GetMedicalTrans
|
|
|
33
33
|
* import { TranscribeClient, GetMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
34
34
|
* // const { TranscribeClient, GetMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
35
35
|
* const client = new TranscribeClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // GetMedicalTranscriptionJobRequest
|
|
37
37
|
* MedicalTranscriptionJobName: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new GetMedicalTranscriptionJobCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface GetMedicalVocabularyCommandOutput extends GetMedicalVocabularyR
|
|
|
31
31
|
* import { TranscribeClient, GetMedicalVocabularyCommand } from "@aws-sdk/client-transcribe"; // ES Modules import
|
|
32
32
|
* // const { TranscribeClient, GetMedicalVocabularyCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import
|
|
33
33
|
* const client = new TranscribeClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetMedicalVocabularyRequest
|
|
35
35
|
* VocabularyName: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetMedicalVocabularyCommand(input);
|