ElevenLabsVoiceDto

constructor(inputPreprocessingEnabled: Boolean? = null, inputReformattingEnabled: Boolean? = null, inputMinCharacters: Int = -1, inputPunctuationBoundaries: MutableSet<PunctuationType> = mutableSetOf(), fillerInjectionEnabled: Boolean? = null, voiceId: String = "", voiceIdType: ElevenLabsVoiceIdType = ElevenLabsVoiceIdType.UNSPECIFIED, customVoiceId: String = "", model: String = "", modelType: ElevenLabsVoiceModelType = ElevenLabsVoiceModelType.UNSPECIFIED, customModel: String = "", stability: Double = -1.0, similarityBoost: Double = -1.0, style: Double = -1.0, useSpeakerBoost: Boolean? = null, optimizeStreaming: Double = -1.0, enableSsmlParsing: Boolean? = null)(source)