FP Perception 0.1.2
Loading...
Searching...
No Matches
structs.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6
7namespace fp_perception
8{
9
16
18{
19 std::string response;
20 bool success = false;
21 std::string error;
22};
23
24} // namespace fp_perception
Definition audio_buffer.hpp:16
Definition structs.hpp:11
std::string prompt
Definition structs.hpp:13
vision_frame frame
Definition structs.hpp:12
bool use_device_vision
Definition structs.hpp:14
Definition structs.hpp:18
std::string error
Definition structs.hpp:21
bool success
Definition structs.hpp:20
std::string response
Definition structs.hpp:19
Definition structs.hpp:12