1{
2  "version": "2.0",
3  "service": "<p>Operations and objects for transcribing streaming speech to text.</p>",
4  "operations": {
5    "StartMedicalStreamTranscription": "<p>Starts a bidirectional HTTP/2 stream where audio is streamed to Amazon Transcribe Medical and the transcription results are streamed to your application.</p>",
6    "StartStreamTranscription": "<p>Starts a bidirectional HTTP2 stream where audio is streamed to Amazon Transcribe and the transcription results are streamed to your application.</p> <p>The following are encoded as HTTP2 headers:</p> <ul> <li> <p>x-amzn-transcribe-language-code</p> </li> <li> <p>x-amzn-transcribe-media-encoding</p> </li> <li> <p>x-amzn-transcribe-sample-rate</p> </li> <li> <p>x-amzn-transcribe-session-id</p> </li> </ul>"
7  },
8  "shapes": {
9    "Alternative": {
10      "base": "<p>A list of possible transcriptions for the audio.</p>",
11      "refs": {
12        "AlternativeList$member": null
13      }
14    },
15    "AlternativeList": {
16      "base": null,
17      "refs": {
18        "Result$Alternatives": "<p>A list of possible transcriptions for the audio. Each alternative typically contains one <code>item</code> that contains the result of the transcription.</p>"
19      }
20    },
21    "AudioChunk": {
22      "base": null,
23      "refs": {
24        "AudioEvent$AudioChunk": "<p>An audio blob that contains the next part of the audio that you want to transcribe. The maximum audio chunk size is 32 KB.</p>"
25      }
26    },
27    "AudioEvent": {
28      "base": "<p>Provides a wrapper for the audio chunks that you are sending.</p> <p>For information on audio encoding in Amazon Transcribe, see <a>input</a>. For information on audio encoding formats in Amazon Transcribe Medical, see <a>input-med</a>.</p>",
29      "refs": {
30        "AudioStream$AudioEvent": "<p>A blob of audio from your application. You audio stream consists of one or more audio events.</p> <p>For information on audio encoding formats in Amazon Transcribe, see <a>input</a>. For information on audio encoding formats in Amazon Transcribe Medical, see <a>input-med</a>.</p> <p>For more information on stream encoding in Amazon Transcribe, see <a>event-stream</a>. For information on stream encoding in Amazon Transcribe Medical, see <a>event-stream-med</a>.</p>"
31      }
32    },
33    "AudioStream": {
34      "base": "<p>Represents the audio stream from your application to Amazon Transcribe.</p>",
35      "refs": {
36        "StartMedicalStreamTranscriptionRequest$AudioStream": null,
37        "StartStreamTranscriptionRequest$AudioStream": "<p>PCM-encoded stream of audio blobs. The audio stream is encoded as an HTTP2 data frame.</p>"
38      }
39    },
40    "BadRequestException": {
41      "base": "<p>One or more arguments to the <code>StartStreamTranscription</code> or <code>StartMedicalStreamTranscription</code> operation was invalid. For example, <code>MediaEncoding</code> was not set to a valid encoding, or <code>LanguageCode</code> was not set to a valid code. Check the parameters and try your request again.</p>",
42      "refs": {
43        "MedicalTranscriptResultStream$BadRequestException": null,
44        "TranscriptResultStream$BadRequestException": "<p>A client error occurred when the stream was created. Check the parameters of the request and try your request again.</p>"
45      }
46    },
47    "Boolean": {
48      "base": null,
49      "refs": {
50        "Item$VocabularyFilterMatch": "<p>Indicates whether a word in the item matches a word in the vocabulary filter you've chosen for your real-time stream. If <code>true</code> then a word in the item matches your vocabulary filter.</p>",
51        "MedicalResult$IsPartial": "<p>Amazon Transcribe Medical divides the incoming audio stream into segments at natural points in the audio. Transcription results are returned based on these segments.</p> <p>The <code>IsPartial</code> field is <code>true</code> to indicate that Amazon Transcribe Medical has additional transcription data to send. The <code>IsPartial</code> field is <code>false</code> to indicate that this is the last transcription result for the segment.</p>",
52        "Result$IsPartial": "<p>Amazon Transcribe divides the incoming audio stream into segments at natural points in the audio. Transcription results are returned based on these segments. </p> <p>The <code>IsPartial</code> field is <code>true</code> to indicate that Amazon Transcribe has additional transcription data to send, <code>false</code> to indicate that this is the last transcription result for the segment.</p>",
53        "StartMedicalStreamTranscriptionRequest$ShowSpeakerLabel": "<p>When <code>true</code>, enables speaker identification in your real-time stream.</p>",
54        "StartMedicalStreamTranscriptionRequest$EnableChannelIdentification": "<p>When <code>true</code>, instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.</p> <p>Amazon Transcribe Medical also produces a transcription of each item. An item includes the start time, end time, and any alternative transcriptions.</p> <p>You can't set both <code>ShowSpeakerLabel</code> and <code>EnableChannelIdentification</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>",
55        "StartMedicalStreamTranscriptionResponse$ShowSpeakerLabel": "<p>Shows whether speaker identification was enabled in the stream.</p>",
56        "StartMedicalStreamTranscriptionResponse$EnableChannelIdentification": "<p>Shows whether channel identification has been enabled in the stream.</p>",
57        "StartStreamTranscriptionRequest$ShowSpeakerLabel": "<p>When <code>true</code>, enables speaker identification in your real-time stream.</p>",
58        "StartStreamTranscriptionRequest$EnableChannelIdentification": "<p>When <code>true</code>, instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.</p> <p>Amazon Transcribe also produces a transcription of each item. An item includes the start time, end time, and any alternative transcriptions.</p> <p>You can't set both <code>ShowSpeakerLabel</code> and <code>EnableChannelIdentification</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>",
59        "StartStreamTranscriptionRequest$EnablePartialResultsStabilization": "<p>When <code>true</code>, instructs Amazon Transcribe to present transcription results that have the partial results stabilized. Normally, any word or phrase from one partial result can change in a subsequent partial result. With partial results stabilization enabled, only the last few words of one partial result can change in another partial result.</p>",
60        "StartStreamTranscriptionResponse$ShowSpeakerLabel": "<p>Shows whether speaker identification was enabled in the stream.</p>",
61        "StartStreamTranscriptionResponse$EnableChannelIdentification": "<p>Shows whether channel identification has been enabled in the stream.</p>",
62        "StartStreamTranscriptionResponse$EnablePartialResultsStabilization": "<p>Shows whether partial results stabilization has been enabled in the stream.</p>"
63      }
64    },
65    "Confidence": {
66      "base": null,
67      "refs": {
68        "Item$Confidence": "<p>A value between 0 and 1 for an item that is a confidence score that Amazon Transcribe assigns to each word or phrase that it transcribes.</p>",
69        "MedicalEntity$Confidence": "<p>A value between zero and one that Amazon Transcribe Medical assigned to the personal health information that it identified in the source audio. Larger values indicate that Amazon Transcribe Medical has higher confidence in the personal health information that it identified.</p>",
70        "MedicalItem$Confidence": "<p>A value between 0 and 1 for an item that is a confidence score that Amazon Transcribe Medical assigns to each word that it transcribes.</p>"
71      }
72    },
73    "ConflictException": {
74      "base": "<p>A new stream started with the same session ID. The current stream has been terminated.</p>",
75      "refs": {
76        "MedicalTranscriptResultStream$ConflictException": null,
77        "TranscriptResultStream$ConflictException": "<p>A new stream started with the same session ID. The current stream has been terminated.</p>"
78      }
79    },
80    "Double": {
81      "base": null,
82      "refs": {
83        "Item$StartTime": "<p>The offset from the beginning of the audio stream to the beginning of the audio that resulted in the item.</p>",
84        "Item$EndTime": "<p>The offset from the beginning of the audio stream to the end of the audio that resulted in the item.</p>",
85        "MedicalEntity$StartTime": "<p>The start time of the speech that was identified as a medical entity.</p>",
86        "MedicalEntity$EndTime": "<p>The end time of the speech that was identified as a medical entity.</p>",
87        "MedicalItem$StartTime": "<p>The number of seconds into an audio stream that indicates the creation time of an item.</p>",
88        "MedicalItem$EndTime": "<p>The number of seconds into an audio stream that indicates the creation time of an item.</p>",
89        "MedicalResult$StartTime": "<p>The time, in seconds, from the beginning of the audio stream to the beginning of the result.</p>",
90        "MedicalResult$EndTime": "<p>The time, in seconds, from the beginning of the audio stream to the end of the result.</p>",
91        "Result$StartTime": "<p>The offset in seconds from the beginning of the audio stream to the beginning of the result.</p>",
92        "Result$EndTime": "<p>The offset in seconds from the beginning of the audio stream to the end of the result.</p>"
93      }
94    },
95    "InternalFailureException": {
96      "base": "<p>A problem occurred while processing the audio. Amazon Transcribe or Amazon Transcribe Medical terminated processing. Try your request again.</p>",
97      "refs": {
98        "MedicalTranscriptResultStream$InternalFailureException": null,
99        "TranscriptResultStream$InternalFailureException": "<p>A problem occurred while processing the audio. Amazon Transcribe terminated processing.</p>"
100      }
101    },
102    "Item": {
103      "base": "<p>A word, phrase, or punctuation mark that is transcribed from the input audio.</p>",
104      "refs": {
105        "ItemList$member": null
106      }
107    },
108    "ItemList": {
109      "base": null,
110      "refs": {
111        "Alternative$Items": "<p>One or more alternative interpretations of the input audio. </p>"
112      }
113    },
114    "ItemType": {
115      "base": null,
116      "refs": {
117        "Item$Type": "<p>The type of the item. <code>PRONUNCIATION</code> indicates that the item is a word that was recognized in the input audio. <code>PUNCTUATION</code> indicates that the item was interpreted as a pause in the input audio.</p>",
118        "MedicalItem$Type": "<p>The type of the item. <code>PRONUNCIATION</code> indicates that the item is a word that was recognized in the input audio. <code>PUNCTUATION</code> indicates that the item was interpreted as a pause in the input audio, such as a period to indicate the end of a sentence.</p>"
119      }
120    },
121    "LanguageCode": {
122      "base": null,
123      "refs": {
124        "StartMedicalStreamTranscriptionRequest$LanguageCode": "<p> Indicates the source language used in the input audio stream. For Amazon Transcribe Medical, this is US English (en-US). </p>",
125        "StartMedicalStreamTranscriptionResponse$LanguageCode": "<p>The language code for the response transcript. For Amazon Transcribe Medical, this is US English (en-US).</p>",
126        "StartStreamTranscriptionRequest$LanguageCode": "<p>Indicates the source language used in the input audio stream.</p>",
127        "StartStreamTranscriptionResponse$LanguageCode": "<p>The language code for the input audio stream.</p>"
128      }
129    },
130    "LimitExceededException": {
131      "base": "<p>You have exceeded the maximum number of concurrent transcription streams, are starting transcription streams too quickly, or the maximum audio length of 4 hours. Wait until a stream has finished processing, or break your audio stream into smaller chunks and try your request again.</p>",
132      "refs": {
133        "MedicalTranscriptResultStream$LimitExceededException": null,
134        "TranscriptResultStream$LimitExceededException": "<p>Your client has exceeded one of the Amazon Transcribe limits, typically the limit on audio length. Break your audio stream into smaller chunks and try your request again.</p>"
135      }
136    },
137    "MediaEncoding": {
138      "base": null,
139      "refs": {
140        "StartMedicalStreamTranscriptionRequest$MediaEncoding": "<p>The encoding used for the input audio.</p>",
141        "StartMedicalStreamTranscriptionResponse$MediaEncoding": "<p>The encoding used for the input audio stream.</p>",
142        "StartStreamTranscriptionRequest$MediaEncoding": "<p>The encoding used for the input audio.</p>",
143        "StartStreamTranscriptionResponse$MediaEncoding": "<p>The encoding used for the input audio stream.</p>"
144      }
145    },
146    "MediaSampleRateHertz": {
147      "base": null,
148      "refs": {
149        "StartMedicalStreamTranscriptionRequest$MediaSampleRateHertz": "<p>The sample rate of the input audio in Hertz. Sample rates of 16000 Hz or higher are accepted.</p>",
150        "StartMedicalStreamTranscriptionResponse$MediaSampleRateHertz": "<p>The sample rate of the input audio in Hertz. Valid value: 16000 Hz.</p>",
151        "StartStreamTranscriptionRequest$MediaSampleRateHertz": "<p>The sample rate, in Hertz, of the input audio. We suggest that you use 8000 Hz for low quality audio and 16000 Hz for high quality audio.</p>",
152        "StartStreamTranscriptionResponse$MediaSampleRateHertz": "<p>The sample rate for the input audio stream. Use 8000 Hz for low quality audio and 16000 Hz for high quality audio.</p>"
153      }
154    },
155    "MedicalAlternative": {
156      "base": "<p>A list of possible transcriptions for the audio.</p>",
157      "refs": {
158        "MedicalAlternativeList$member": null
159      }
160    },
161    "MedicalAlternativeList": {
162      "base": null,
163      "refs": {
164        "MedicalResult$Alternatives": "<p>A list of possible transcriptions of the audio. Each alternative typically contains one <code>Item</code> that contains the result of the transcription.</p>"
165      }
166    },
167    "MedicalContentIdentificationType": {
168      "base": null,
169      "refs": {
170        "StartMedicalStreamTranscriptionRequest$ContentIdentificationType": "<p>Set this field to <code>PHI</code> to identify personal health information in the transcription output.</p>",
171        "StartMedicalStreamTranscriptionResponse$ContentIdentificationType": "<p>If the value is <code>PHI</code>, indicates that you've configured your stream to identify personal health information.</p>"
172      }
173    },
174    "MedicalEntity": {
175      "base": "<p>The medical entity identified as personal health information.</p>",
176      "refs": {
177        "MedicalEntityList$member": null
178      }
179    },
180    "MedicalEntityList": {
181      "base": null,
182      "refs": {
183        "MedicalAlternative$Entities": "<p>Contains the medical entities identified as personal health information in the transcription output.</p>"
184      }
185    },
186    "MedicalItem": {
187      "base": "<p>A word, phrase, or punctuation mark that is transcribed from the input audio.</p>",
188      "refs": {
189        "MedicalItemList$member": null
190      }
191    },
192    "MedicalItemList": {
193      "base": null,
194      "refs": {
195        "MedicalAlternative$Items": "<p>A list of objects that contains words and punctuation marks that represents one or more interpretations of the input audio.</p>"
196      }
197    },
198    "MedicalResult": {
199      "base": "<p>The results of transcribing a portion of the input audio stream.</p>",
200      "refs": {
201        "MedicalResultList$member": null
202      }
203    },
204    "MedicalResultList": {
205      "base": null,
206      "refs": {
207        "MedicalTranscript$Results": "<p> <a>MedicalResult</a> objects that contain the results of transcribing a portion of the input audio stream. The array can be empty.</p>"
208      }
209    },
210    "MedicalTranscript": {
211      "base": "<p>The medical transcript in a <a>MedicalTranscriptEvent</a>.</p>",
212      "refs": {
213        "MedicalTranscriptEvent$Transcript": "<p>The transcription of the audio stream. The transcription is composed of all of the items in the results list.</p>"
214      }
215    },
216    "MedicalTranscriptEvent": {
217      "base": "<p>Represents a set of transcription results from the server to the client. It contains one or more segments of the transcription.</p>",
218      "refs": {
219        "MedicalTranscriptResultStream$TranscriptEvent": "<p>A portion of the transcription of the audio stream. Events are sent periodically from Amazon Transcribe Medical to your application. The event can be a partial transcription of a section of the audio stream, or it can be the entire transcription of that portion of the audio stream.</p>"
220      }
221    },
222    "MedicalTranscriptResultStream": {
223      "base": "<p>Represents the transcription result stream from Amazon Transcribe Medical to your application.</p>",
224      "refs": {
225        "StartMedicalStreamTranscriptionResponse$TranscriptResultStream": "<p>Represents the stream of transcription events from Amazon Transcribe Medical to your application. </p>"
226      }
227    },
228    "NumberOfChannels": {
229      "base": null,
230      "refs": {
231        "StartMedicalStreamTranscriptionRequest$NumberOfChannels": "<p>The number of channels that are in your audio stream.</p>",
232        "StartMedicalStreamTranscriptionResponse$NumberOfChannels": "<p>The number of channels identified in the stream.</p>",
233        "StartStreamTranscriptionRequest$NumberOfChannels": "<p>The number of channels that are in your audio stream.</p>",
234        "StartStreamTranscriptionResponse$NumberOfChannels": "<p>The number of channels identified in the stream.</p>"
235      }
236    },
237    "PartialResultsStability": {
238      "base": null,
239      "refs": {
240        "StartStreamTranscriptionRequest$PartialResultsStability": "<p>You can use this field to set the stability level of the transcription results. A higher stability level means that the transcription results are less likely to change. Higher stability levels can come with lower overall transcription accuracy.</p>",
241        "StartStreamTranscriptionResponse$PartialResultsStability": "<p>If partial results stabilization has been enabled in the stream, shows the stability level.</p>"
242      }
243    },
244    "RequestId": {
245      "base": null,
246      "refs": {
247        "StartMedicalStreamTranscriptionResponse$RequestId": "<p>An identifier for the streaming transcription.</p>",
248        "StartStreamTranscriptionResponse$RequestId": "<p>An identifier for the streaming transcription.</p>"
249      }
250    },
251    "Result": {
252      "base": "<p>The result of transcribing a portion of the input audio stream. </p>",
253      "refs": {
254        "ResultList$member": null
255      }
256    },
257    "ResultList": {
258      "base": null,
259      "refs": {
260        "Transcript$Results": "<p> <a>Result</a> objects that contain the results of transcribing a portion of the input audio stream. The array can be empty.</p>"
261      }
262    },
263    "ServiceUnavailableException": {
264      "base": "<p>Service is currently unavailable. Try your request later.</p>",
265      "refs": {
266        "MedicalTranscriptResultStream$ServiceUnavailableException": null,
267        "TranscriptResultStream$ServiceUnavailableException": "<p>Service is currently unavailable. Try your request later.</p>"
268      }
269    },
270    "SessionId": {
271      "base": null,
272      "refs": {
273        "StartMedicalStreamTranscriptionRequest$SessionId": "<p> Optional. An identifier for the transcription session. If you don't provide a session ID, Amazon Transcribe generates one for you and returns it in the response. </p>",
274        "StartMedicalStreamTranscriptionResponse$SessionId": "<p>Optional. An identifier for the transcription session. If you don't provide a session ID, Amazon Transcribe generates one for you and returns it in the response.</p>",
275        "StartStreamTranscriptionRequest$SessionId": "<p>A identifier for the transcription session. Use this parameter when you want to retry a session. If you don't provide a session ID, Amazon Transcribe will generate one for you and return it in the response.</p>",
276        "StartStreamTranscriptionResponse$SessionId": "<p>An identifier for a specific transcription session.</p>"
277      }
278    },
279    "Specialty": {
280      "base": null,
281      "refs": {
282        "StartMedicalStreamTranscriptionRequest$Specialty": "<p>The medical specialty of the clinician or provider.</p>",
283        "StartMedicalStreamTranscriptionResponse$Specialty": "<p>The specialty in the medical domain.</p>"
284      }
285    },
286    "Stable": {
287      "base": null,
288      "refs": {
289        "Item$Stable": "<p>If partial result stabilization has been enabled, indicates whether the word or phrase in the item is stable. If <code>Stable</code> is <code>true</code>, the result is stable.</p>"
290      }
291    },
292    "StartMedicalStreamTranscriptionRequest": {
293      "base": null,
294      "refs": {
295      }
296    },
297    "StartMedicalStreamTranscriptionResponse": {
298      "base": null,
299      "refs": {
300      }
301    },
302    "StartStreamTranscriptionRequest": {
303      "base": null,
304      "refs": {
305      }
306    },
307    "StartStreamTranscriptionResponse": {
308      "base": null,
309      "refs": {
310      }
311    },
312    "String": {
313      "base": null,
314      "refs": {
315        "Alternative$Transcript": "<p>The text that was transcribed from the audio.</p>",
316        "BadRequestException$Message": null,
317        "ConflictException$Message": null,
318        "InternalFailureException$Message": null,
319        "Item$Content": "<p>The word or punctuation that was recognized in the input audio.</p>",
320        "Item$Speaker": "<p>If speaker identification is enabled, shows the speakers identified in the real-time stream.</p>",
321        "LimitExceededException$Message": null,
322        "MedicalAlternative$Transcript": "<p>The text that was transcribed from the audio.</p>",
323        "MedicalEntity$Category": "<p>The type of personal health information of the medical entity.</p>",
324        "MedicalEntity$Content": "<p>The word or words in the transcription output that have been identified as a medical entity.</p>",
325        "MedicalItem$Content": "<p>The word or punctuation mark that was recognized in the input audio.</p>",
326        "MedicalItem$Speaker": "<p>If speaker identification is enabled, shows the integer values that correspond to the different speakers identified in the stream. For example, if the value of <code>Speaker</code> in the stream is either a <code>0</code> or a <code>1</code>, that indicates that Amazon Transcribe Medical has identified two speakers in the stream. The value of <code>0</code> corresponds to one speaker and the value of <code>1</code> corresponds to the other speaker.</p>",
327        "MedicalResult$ResultId": "<p>A unique identifier for the result.</p>",
328        "MedicalResult$ChannelId": "<p>When channel identification is enabled, Amazon Transcribe Medical transcribes the speech from each audio channel separately.</p> <p>You can use <code>ChannelId</code> to retrieve the transcription results for a single channel in your audio stream.</p>",
329        "Result$ResultId": "<p>A unique identifier for the result. </p>",
330        "Result$ChannelId": "<p>When channel identification is enabled, Amazon Transcribe transcribes the speech from each audio channel separately.</p> <p>You can use <code>ChannelId</code> to retrieve the transcription results for a single channel in your audio stream.</p>",
331        "ServiceUnavailableException$Message": null
332      }
333    },
334    "Transcript": {
335      "base": "<p>The transcription in a <a>TranscriptEvent</a>.</p>",
336      "refs": {
337        "TranscriptEvent$Transcript": "<p>The transcription of the audio stream. The transcription is composed of all of the items in the results list.</p>"
338      }
339    },
340    "TranscriptEvent": {
341      "base": "<p>Represents a set of transcription results from the server to the client. It contains one or more segments of the transcription.</p>",
342      "refs": {
343        "TranscriptResultStream$TranscriptEvent": "<p>A portion of the transcription of the audio stream. Events are sent periodically from Amazon Transcribe to your application. The event can be a partial transcription of a section of the audio stream, or it can be the entire transcription of that portion of the audio stream. </p>"
344      }
345    },
346    "TranscriptResultStream": {
347      "base": "<p>Represents the transcription result stream from Amazon Transcribe to your application.</p>",
348      "refs": {
349        "StartStreamTranscriptionResponse$TranscriptResultStream": "<p>Represents the stream of transcription events from Amazon Transcribe to your application.</p>"
350      }
351    },
352    "Type": {
353      "base": null,
354      "refs": {
355        "StartMedicalStreamTranscriptionRequest$Type": "<p>The type of input audio. Choose <code>DICTATION</code> for a provider dictating patient notes. Choose <code>CONVERSATION</code> for a dialogue between a patient and one or more medical professionanls.</p>",
356        "StartMedicalStreamTranscriptionResponse$Type": "<p>The type of audio that was transcribed. </p>"
357      }
358    },
359    "VocabularyFilterMethod": {
360      "base": null,
361      "refs": {
362        "StartStreamTranscriptionRequest$VocabularyFilterMethod": "<p>The manner in which you use your vocabulary filter to filter words in your transcript. <code>Remove</code> removes filtered words from your transcription results. <code>Mask</code> masks those words with a <code>***</code> in your transcription results. <code>Tag</code> keeps the filtered words in your transcription results and tags them. The tag appears as <code>VocabularyFilterMatch</code> equal to <code>True</code> </p>",
363        "StartStreamTranscriptionResponse$VocabularyFilterMethod": "<p>The vocabulary filtering method used in the real-time stream.</p>"
364      }
365    },
366    "VocabularyFilterName": {
367      "base": null,
368      "refs": {
369        "StartStreamTranscriptionRequest$VocabularyFilterName": "<p>The name of the vocabulary filter you've created that is unique to your AWS account. Provide the name in this field to successfully use it in a stream.</p>",
370        "StartStreamTranscriptionResponse$VocabularyFilterName": "<p>The name of the vocabulary filter used in your real-time stream.</p>"
371      }
372    },
373    "VocabularyName": {
374      "base": null,
375      "refs": {
376        "StartMedicalStreamTranscriptionRequest$VocabularyName": "<p>The name of the medical custom vocabulary to use when processing the real-time stream.</p>",
377        "StartMedicalStreamTranscriptionResponse$VocabularyName": "<p>The name of the vocabulary used when processing the stream.</p>",
378        "StartStreamTranscriptionRequest$VocabularyName": "<p>The name of the vocabulary to use when processing the transcription job.</p>",
379        "StartStreamTranscriptionResponse$VocabularyName": "<p>The name of the vocabulary used when processing the stream.</p>"
380      }
381    }
382  }
383}
384