AzureVoiceDto

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