Enum TextToSpeechSynthesisProfile
- Namespace
- Uralstech.UCloud.TextToSpeech.Synthesis
'audio effects' profiles that are applied on (post synthesized) text to speech.
public enum TextToSpeechSynthesisProfileFields
- [EnumMember(Value = "handset-class-device")] Handset = 1
- Optimized for smartphones, like Google Pixel, Samsung Galaxy, Apple iPhone. 
- [EnumMember(Value = "large-automotive-class-device")] LargeAutomotiveDevice = 5
- Optimized for car speakers. 
- [EnumMember(Value = "large-home-entertainment-class-device")] LargeHomeEntertainmentDevice = 4
- Optimized for home entertainment systems or smart TVs, like Google Home Max, LG TV. 
- [EnumMember(Value = "medium-bluetooth-speaker-class-device")] MediumBluetoothSpeaker = 3
- Optimized for smart home speakers, like Google Home. 
- [EnumMember(Value = "small-bluetooth-speaker-class-device")] SmallBluetoothSpeaker = 2
- Optimized for small home speakers, like Google Home Mini. 
- [EnumMember(Value = "telephony-class-application")] TelephonyApplication = 6
- Optimized for Interactive Voice Response (IVR) systems. 
- [EnumMember(Value = "wearable-class-device")] Wearable = 0
- Optimized for smart watches and other wearables, like Apple Watch, Wear OS watch.