#include <messages/ISpeechTranscriptionMsgs/idl_generated_code/ISpeechTranscriptionMsgs.h>
Public Member Functions | |
ISpeechTranscriptionMsgs () | |
virtual return_set_language | set_language (const std::string &language) |
virtual return_get_language | get_language () |
virtual return_transcribe | transcribe (const yarp::sig::Sound &sound) |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
bool | read (yarp::os::ConnectionReader &connection) override |
Read this object from a network connection. | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 21 of file ISpeechTranscriptionMsgs.h.
ISpeechTranscriptionMsgs::ISpeechTranscriptionMsgs | ( | ) |
Definition at line 643 of file ISpeechTranscriptionMsgs.cpp.
|
virtual |
Reimplemented in ISpeechTranscriptionMsgsd.
Definition at line 658 of file ISpeechTranscriptionMsgs.cpp.
|
virtual |
Definition at line 679 of file ISpeechTranscriptionMsgs.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 713 of file ISpeechTranscriptionMsgs.cpp.
|
virtual |
Reimplemented in ISpeechTranscriptionMsgsd.
Definition at line 648 of file ISpeechTranscriptionMsgs.cpp.
|
virtual |
Reimplemented in ISpeechTranscriptionMsgsd.
Definition at line 668 of file ISpeechTranscriptionMsgs.cpp.