FP Perception 0.1.2
Loading...
Searching...
No Matches
sentiment_analysis_driver.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace fp_perception
7{
8
9class SentimentAnalysisDriver : public virtual DriverBase
10{
11public:
12 virtual sentiment_result analyze(const sentiment_request& request) = 0;
13};
14
15} // namespace fp_perception
Definition driver_base.hpp:19
Definition sentiment_analysis_driver.hpp:10
virtual sentiment_result analyze(const sentiment_request &request)=0
Definition audio_buffer.hpp:16
Definition structs.hpp:11
Definition structs.hpp:20