PlayHTVoiceDto

constructor(inputPreprocessingEnabled: Boolean? = null, inputReformattingEnabled: Boolean? = null, inputMinCharacters: Int = -1, inputPunctuationBoundaries: MutableSet<PunctuationType> = mutableSetOf(), fillerInjectionEnabled: Boolean? = null, voiceId: String = "", voiceIdType: PlayHTVoiceIdType = PlayHTVoiceIdType.UNSPECIFIED, customVoiceId: String = "", speed: Double = -1.0, temperature: Double = -1.0, emotion: PlayHTVoiceEmotionType = PlayHTVoiceEmotionType.UNSPECIFIED, voiceGuidance: Double = -1.0, styleGuidance: Double = -1.0, textGuidance: Double = -1.0)(source)