MedicalTranscriptResultStream¶
Union Type¶
MedicalTranscriptResultStream
module-attribute
¶
MedicalTranscriptResultStream = Union[MedicalTranscriptResultStreamTranscriptEvent | MedicalTranscriptResultStreamBadRequestException | MedicalTranscriptResultStreamLimitExceededException | MedicalTranscriptResultStreamInternalFailureException | MedicalTranscriptResultStreamConflictException | MedicalTranscriptResultStreamServiceUnavailableException | MedicalTranscriptResultStreamUnknown]
Contains detailed information about your streaming session.
Union Member Types¶
MedicalTranscriptResultStreamTranscriptEvent
dataclass
¶
The MedicalTranscriptEvent associated with a
MedicalTranscriptResultStream.
Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
Attributes¶
MedicalTranscriptResultStreamBadRequestException
dataclass
¶
One or more arguments to the StartStreamTranscription,
StartMedicalStreamTranscription, or
StartCallAnalyticsStreamTranscription operation was not valid. For
example, MediaEncoding or LanguageCode used unsupported values.
Check the specified parameters and try your request again.
Attributes¶
MedicalTranscriptResultStreamLimitExceededException
dataclass
¶
Your client has exceeded one of the Amazon Transcribe limits, typically the concurrent stream service quota. This error can also occur if a stream exceeds the maximum session duration. In rare cases, this error can also occur if you increase your number of concurrent streams too quickly. Reduce your number of concurrent streams and try your request again using an exponential backoff strategy.
Attributes¶
MedicalTranscriptResultStreamInternalFailureException
dataclass
¶
A problem occurred while processing the audio. Amazon Transcribe terminated processing.
Attributes¶
MedicalTranscriptResultStreamConflictException
dataclass
¶
A new stream started with the same session ID. The current stream has been terminated.