TextToAudioService Interface
Implements
public interface TextToAudioService
extends AIService
Provides audio to text service.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Builder |
builder()
Gets the builder for the Text |
|
abstract
reactor.core.publisher.Mono<Audio |
getAudioContentAsync(String sampleText, TextToAudioExecutionSettings executionSettings)
Get audio content from text. |
Method Details
builder
public static TextToAudioService.Builder builder()
Gets the builder for the TextToAudioService.
Returns:
getAudioContentAsync
public abstract Mono
Get audio content from text.
Parameters:
Returns: