// sherpa-onnx/python/csrc/offline-speaker-diarization-result.h // // Copyright (c) 2024 Xiaomi Corporation #ifndef SHERPA_ONNX_PYTHON_CSRC_OFFLINE_SPEAKER_DIARIZATION_RESULT_H_ #define SHERPA_ONNX_PYTHON_CSRC_OFFLINE_SPEAKER_DIARIZATION_RESULT_H_ #include "sherpa-onnx/python/csrc/sherpa-onnx.h" namespace sherpa_onnx { void PybindOfflineSpeakerDiarizationResult(py::module *m); } #endif // SHERPA_ONNX_PYTHON_CSRC_OFFLINE_SPEAKER_DIARIZATION_RESULT_H_