Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.TranscribeStreamingException
-
Packages that use TranscribeStreamingException Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TranscribeStreamingException in software.amazon.awssdk.services.transcribestreaming.model
Subclasses of TranscribeStreamingException in software.amazon.awssdk.services.transcribestreaming.model Modifier and Type Class Description classBadRequestExceptionOne or more arguments to theStartStreamTranscription,StartMedicalStreamTranscription, orStartCallAnalyticsStreamTranscriptionoperation was not valid.classConflictExceptionA new stream started with the same session ID.classInternalFailureExceptionA problem occurred while processing the audio.classLimitExceededExceptionYour client has exceeded one of the Amazon Transcribe limits.classResourceNotFoundExceptionThe request references a resource which doesn't exist.classServiceUnavailableExceptionThe service is currently unavailable.Methods in software.amazon.awssdk.services.transcribestreaming.model that return TranscribeStreamingException Modifier and Type Method Description TranscribeStreamingExceptionTranscribeStreamingException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.transcribestreaming.model with parameters of type TranscribeStreamingException Constructor Description BuilderImpl(TranscribeStreamingException ex)
-