Vous ne pouvez pas sélectionner plus de 25 sujets
			Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213141516171819202122 | 
							- class NoAudioUploadedServiceError(Exception):
 -     pass
 - 
 - 
 - class AudioTooLargeServiceError(Exception):
 -     pass
 - 
 - 
 - class UnsupportedAudioTypeServiceError(Exception):
 -     pass
 - 
 - 
 - class ProviderNotSupportSpeechToTextServiceError(Exception):
 -     pass
 - 
 - 
 - class ProviderNotSupportTextToSpeechServiceError(Exception):
 -     pass
 - 
 - 
 - class ProviderNotSupportTextToSpeechLanageServiceError(Exception):
 -     pass
 
 
  |