UNPKG

6.71 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2017-10-26",
5 "endpointPrefix": "transcribe",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "Amazon Transcribe Service",
9 "serviceId": "Transcribe",
10 "signatureVersion": "v4",
11 "signingName": "transcribe",
12 "targetPrefix": "Transcribe",
13 "uid": "transcribe-2017-10-26"
14 },
15 "operations": {
16 "CreateVocabulary": {
17 "input": {
18 "type": "structure",
19 "required": [
20 "VocabularyName",
21 "LanguageCode",
22 "Phrases"
23 ],
24 "members": {
25 "VocabularyName": {},
26 "LanguageCode": {},
27 "Phrases": {
28 "shape": "S4"
29 }
30 }
31 },
32 "output": {
33 "type": "structure",
34 "members": {
35 "VocabularyName": {},
36 "LanguageCode": {},
37 "VocabularyState": {},
38 "LastModifiedTime": {
39 "type": "timestamp"
40 },
41 "FailureReason": {}
42 }
43 }
44 },
45 "DeleteTranscriptionJob": {
46 "input": {
47 "type": "structure",
48 "required": [
49 "TranscriptionJobName"
50 ],
51 "members": {
52 "TranscriptionJobName": {}
53 }
54 }
55 },
56 "DeleteVocabulary": {
57 "input": {
58 "type": "structure",
59 "required": [
60 "VocabularyName"
61 ],
62 "members": {
63 "VocabularyName": {}
64 }
65 }
66 },
67 "GetTranscriptionJob": {
68 "input": {
69 "type": "structure",
70 "required": [
71 "TranscriptionJobName"
72 ],
73 "members": {
74 "TranscriptionJobName": {}
75 }
76 },
77 "output": {
78 "type": "structure",
79 "members": {
80 "TranscriptionJob": {
81 "shape": "Sf"
82 }
83 }
84 }
85 },
86 "GetVocabulary": {
87 "input": {
88 "type": "structure",
89 "required": [
90 "VocabularyName"
91 ],
92 "members": {
93 "VocabularyName": {}
94 }
95 },
96 "output": {
97 "type": "structure",
98 "members": {
99 "VocabularyName": {},
100 "LanguageCode": {},
101 "VocabularyState": {},
102 "LastModifiedTime": {
103 "type": "timestamp"
104 },
105 "FailureReason": {},
106 "DownloadUri": {}
107 }
108 }
109 },
110 "ListTranscriptionJobs": {
111 "input": {
112 "type": "structure",
113 "members": {
114 "Status": {},
115 "JobNameContains": {},
116 "NextToken": {},
117 "MaxResults": {
118 "type": "integer"
119 }
120 }
121 },
122 "output": {
123 "type": "structure",
124 "members": {
125 "Status": {},
126 "NextToken": {},
127 "TranscriptionJobSummaries": {
128 "type": "list",
129 "member": {
130 "type": "structure",
131 "members": {
132 "TranscriptionJobName": {},
133 "CreationTime": {
134 "type": "timestamp"
135 },
136 "CompletionTime": {
137 "type": "timestamp"
138 },
139 "LanguageCode": {},
140 "TranscriptionJobStatus": {},
141 "FailureReason": {},
142 "OutputLocationType": {}
143 }
144 }
145 }
146 }
147 }
148 },
149 "ListVocabularies": {
150 "input": {
151 "type": "structure",
152 "members": {
153 "NextToken": {},
154 "MaxResults": {
155 "type": "integer"
156 },
157 "StateEquals": {},
158 "NameContains": {}
159 }
160 },
161 "output": {
162 "type": "structure",
163 "members": {
164 "Status": {},
165 "NextToken": {},
166 "Vocabularies": {
167 "type": "list",
168 "member": {
169 "type": "structure",
170 "members": {
171 "VocabularyName": {},
172 "LanguageCode": {},
173 "LastModifiedTime": {
174 "type": "timestamp"
175 },
176 "VocabularyState": {}
177 }
178 }
179 }
180 }
181 }
182 },
183 "StartTranscriptionJob": {
184 "input": {
185 "type": "structure",
186 "required": [
187 "TranscriptionJobName",
188 "LanguageCode",
189 "MediaFormat",
190 "Media"
191 ],
192 "members": {
193 "TranscriptionJobName": {},
194 "LanguageCode": {},
195 "MediaSampleRateHertz": {
196 "type": "integer"
197 },
198 "MediaFormat": {},
199 "Media": {
200 "shape": "Sj"
201 },
202 "OutputBucketName": {},
203 "Settings": {
204 "shape": "Sm"
205 }
206 }
207 },
208 "output": {
209 "type": "structure",
210 "members": {
211 "TranscriptionJob": {
212 "shape": "Sf"
213 }
214 }
215 }
216 },
217 "UpdateVocabulary": {
218 "input": {
219 "type": "structure",
220 "required": [
221 "VocabularyName",
222 "LanguageCode",
223 "Phrases"
224 ],
225 "members": {
226 "VocabularyName": {},
227 "LanguageCode": {},
228 "Phrases": {
229 "shape": "S4"
230 }
231 }
232 },
233 "output": {
234 "type": "structure",
235 "members": {
236 "VocabularyName": {},
237 "LanguageCode": {},
238 "LastModifiedTime": {
239 "type": "timestamp"
240 },
241 "VocabularyState": {}
242 }
243 }
244 }
245 },
246 "shapes": {
247 "S4": {
248 "type": "list",
249 "member": {}
250 },
251 "Sf": {
252 "type": "structure",
253 "members": {
254 "TranscriptionJobName": {},
255 "TranscriptionJobStatus": {},
256 "LanguageCode": {},
257 "MediaSampleRateHertz": {
258 "type": "integer"
259 },
260 "MediaFormat": {},
261 "Media": {
262 "shape": "Sj"
263 },
264 "Transcript": {
265 "type": "structure",
266 "members": {
267 "TranscriptFileUri": {}
268 }
269 },
270 "CreationTime": {
271 "type": "timestamp"
272 },
273 "CompletionTime": {
274 "type": "timestamp"
275 },
276 "FailureReason": {},
277 "Settings": {
278 "shape": "Sm"
279 }
280 }
281 },
282 "Sj": {
283 "type": "structure",
284 "members": {
285 "MediaFileUri": {}
286 }
287 },
288 "Sm": {
289 "type": "structure",
290 "members": {
291 "VocabularyName": {},
292 "ShowSpeakerLabels": {
293 "type": "boolean"
294 },
295 "MaxSpeakerLabels": {
296 "type": "integer"
297 },
298 "ChannelIdentification": {
299 "type": "boolean"
300 }
301 }
302 }
303 }
304}
\No newline at end of file