Class FileGroup

Class Documentation

class FileGroup

Public Functions

void addFile(std::string fileTag, std::string data, std::string mimeType)
void addFile(std::string fileTag, std::filesystem::path filePath)
void addFile(const std::optional<std::string> &fileTag, const std::shared_ptr<ImgFrame> &imgFrame)
void addFile(const std::optional<std::string> &fileTag, const std::shared_ptr<EncodedFrame> &encodedFrame)
void addFile(const std::optional<std::string> &fileTag, const std::shared_ptr<ImgDetections> &imgDetections)
void addImageDetectionsPair(const std::optional<std::string> &fileTag, const std::shared_ptr<ImgFrame> &imgFrame, const std::shared_ptr<ImgDetections> &imgDetections)
void addImageDetectionsPair(const std::optional<std::string> &fileTag, const std::shared_ptr<EncodedFrame> &encodedFrame, const std::shared_ptr<ImgDetections> &imgDetections)