#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/ISpeechTranscription.h>
#include <yarp/sig/Sound.h>
#include <yarp/os/Network.h>
#include <algorithm>
#include <memory>
#include <vector>
#include "google/cloud/speech/v1/speech_client.h"
#include "google/protobuf/repeated_ptr_field.h"
#include "GoogleSpeechTranscription_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | GoogleSpeechTranscription |
googleSpeechTranscription : A yarp device for speech transcription using google cloud cpp libraries More... | |