Class FileData

Class Documentation

class FileData

Public Functions

FileData(std::string data, std::string fileName, std::string mimeType)
explicit FileData(std::filesystem::path filePath, std::string fileName)
explicit FileData(const std::shared_ptr<ImgFrame> &imgFrame, std::string fileName)
explicit FileData(const std::shared_ptr<EncodedFrame> &encodedFrame, std::string fileName)
explicit FileData(const std::shared_ptr<ImgDetections> &imgDetections, std::string fileName)
bool toFile(const std::filesystem::path &inputPath)