You.i Engine
CYISpeechSynthesizer::Utterance Class Reference

Detailed Description

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>

Public Member Functions

 Utterance (const CYIString &textToSpeak)
 
virtual ~Utterance ()
 
const CYIStringGetText () const
 
ssize_t GetId () const
 

Constructor & Destructor Documentation

CYISpeechSynthesizer::Utterance::Utterance ( const CYIString textToSpeak)

Creates a specific phrase of text for speech output.

virtual CYISpeechSynthesizer::Utterance::~Utterance ( )
virtual

Member Function Documentation

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: