Uses of Class
com.microsoft.semantickernel.services.audio.TextToAudioExecutionSettings
-
Packages that use TextToAudioExecutionSettings Package Description com.microsoft.semantickernel.services.audio -
-
Uses of TextToAudioExecutionSettings in com.microsoft.semantickernel.services.audio
Methods in com.microsoft.semantickernel.services.audio that return TextToAudioExecutionSettings Modifier and Type Method Description TextToAudioExecutionSettingsTextToAudioExecutionSettings.Builder. build()Builds the settings.Methods in com.microsoft.semantickernel.services.audio with parameters of type TextToAudioExecutionSettings Modifier and Type Method Description reactor.core.publisher.Mono<AudioContent>TextToAudioService. getAudioContentAsync(String sampleText, TextToAudioExecutionSettings executionSettings)Get audio content from text.
-