Provides information about a specific phrase of text that can be used to send speech to the audio device using CYISpeechSynthesizer.
- See also
- CYISpeechSynthesizer
#include <audio/YiSpeechSynthesizer.h>
| CYISpeechSynthesizer::Utterance::Utterance |
( |
const CYIString & |
textToSpeak | ) |
|
Creates a specific phrase of text for speech output.
| virtual CYISpeechSynthesizer::Utterance::~Utterance |
( |
| ) |
|
|
virtual |
| ssize_t CYISpeechSynthesizer::Utterance::GetId |
( |
| ) |
const |
Returns the unique id for this specific utterance.
| const CYIString& CYISpeechSynthesizer::Utterance::GetText |
( |
| ) |
const |
Returns the text used for the spoken phrase.
The documentation for this class was generated from the following file: