Interface TextToAudioService

  • All Superinterfaces:
    AIService

    public interface TextToAudioService
    extends AIService
    Provides audio to text service.
    • Method Detail

      • getAudioContentAsync

        reactor.core.publisher.Mono<AudioContent> getAudioContentAsync​(String sampleText,
                                                                       TextToAudioExecutionSettings executionSettings)
        Get audio content from text.
        Parameters:
        sampleText - The sample text.
        executionSettings - The AI execution settings.
        Returns:
        Audio content from text.