See: Description
| Interface | Description |
|---|---|
| TTSListener |
Text-to-speech event callback interface.
|
| Class | Description |
|---|---|
| AudioResponse |
A simple data class that represents an HTTP response from a TTS service, with
the URI containing the synthesized audio at the top level.
|
| SpokestackSynthesisResponse |
A simple wrapper class used for parsing GraphQL responses from the Spokestack
TTS service.
|
| SpokestackTTSClient |
Spokestack TTS client.
|
| SpokestackTTSOutput |
Audio player component for the TTS subsystem.
|
| SpokestackTTSService |
A TTS service component that uses the
SpokestackTTSClient to
synthesize text. |
| SynthesisRequest |
A simple wrapper class comprising the options available when making a
synthesis request.
|
| SynthesisRequest.Builder |
A fluent interface for constructing a
TTSInput object piecemeal. |
| TTSCallback |
An interface used to receive playback URLs asynchronously from the Spokestack
TTS service.
|
| TTSComponent |
The basic interface required of all TTS components.
|
| TTSEvent |
A wrapper for events in the TTS subsystem.
|
| TTSManager |
Manager for text-to-speech output in Spokestack.
|
| TTSManager.Builder |
TTS manager builder.
|
| TTSService |
Text-to-speech service interface.
|
| Enum | Description |
|---|---|
| SynthesisRequest.Mode |
The types of input available for synthesized speech.
|
| TTSEvent.Type |
Enum representing the type of event being dispatched.
|
Copyright © 2021. All rights reserved.