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