YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ISpeechTranscriptionMsgs.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6// Autogenerated by Thrift Compiler (0.14.1-yarped)
7//
8// This is an automatically generated file.
9// It could get re-generated if the ALLOW_IDL_GENERATION flag is on.
10
11#ifndef YARP_THRIFT_GENERATOR_SERVICE_ISPEECHTRANSCRIPTIONMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_ISPEECHTRANSCRIPTIONMSGS_H
13
14#include <yarp/os/Wire.h>
17#include <return_get_language.h>
18#include <return_set_language.h>
19#include <return_transcribe.h>
20#include <yarp/sig/Sound.h>
21
23 public yarp::os::Wire
24{
25public:
26 //ProtocolVersion
29 virtual bool checkProtocolVersion();
30
31 // Constructor
33
34 //Service methods
35 virtual return_set_language set_language(const std::string& language);
36
38
39 virtual return_transcribe transcribe(const yarp::sig::Sound& sound);
40
41 // help method
42 virtual std::vector<std::string> help(const std::string& functionName = "--all");
43
44 // read from ConnectionReader
45 bool read(yarp::os::ConnectionReader& connection) override;
46};
47
48#endif // YARP_THRIFT_GENERATOR_SERVICE_ISPEECHTRANSCRIPTIONMSGS_H
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual return_transcribe transcribe(const yarp::sig::Sound &sound)
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual return_set_language set_language(const std::string &language)
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual return_get_language get_language()
virtual std::vector< std::string > help(const std::string &functionName="--all")
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18
Class for storing sounds See Audio in YARP for additional documentation on YARP audio.
Definition Sound.h:25