Skip to content

File voice_query.hpp

File List > data_format > 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/switchboard.hpp"

#include 
#include 

namespace ILLIXR::data_format::semantic_xr {

struct voice_query : switchboard::event {
    uint64_t             query_id;
    std::vector<uint8_t> pcm_data;
    float                similarity_threshold;
    float                min_match_similarity;

    voice_query() = default;
};

} // namespace ILLIXR::data_format::semantic_xr