Skip to content

File voice_query.hpp

File List > data_format > serialization > voice_query.hpp

Go to the documentation of this file

// Copyright 2020-2026, The Board of Trustees of the University of Illinois.
// SPDX-License-Identifier: BSL-1.0
// This file was generated by generate_python_bridges.py -- do not edit directly.
// Bridge type: illixr.bridge.semantic_xr.voice_query

#pragma once

#include "illixr/data_format/voice_query.hpp"

#include 
#include 
#include 
#include 
#include 

namespace boost {
namespace serialization {

    template<class Archive>
    void serialize(Archive& ar, ILLIXR::data_format::semantic_xr::voice_query& data, const unsigned int) {
        ar& boost::serialization::base_object<ILLIXR::switchboard::event>(data);
        ar & data.query_id;
        ar & data.pcm_data;
        ar & data.similarity_threshold;
        ar & data.min_match_similarity;
    }

} // namespace serialization
} // namespace boost

BOOST_CLASS_EXPORT_KEY(ILLIXR::data_format::semantic_xr::voice_query)