sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
Loading...
Searching...
No Matches
SherpaOnnxSpeakerEmbeddingManagerBestMatchesResult Struct Reference

Collection of best speaker matches. More...

#include <c-api.h>

+ Collaboration diagram for SherpaOnnxSpeakerEmbeddingManagerBestMatchesResult:

Public Attributes

const SherpaOnnxSpeakerEmbeddingManagerSpeakerMatchmatches
 
int32_t count
 

Detailed Description

Free this object with SherpaOnnxSpeakerEmbeddingManagerFreeBestMatches().

Definition at line 3273 of file c-api.h.

Member Data Documentation

◆ count

int32_t SherpaOnnxSpeakerEmbeddingManagerBestMatchesResult::count

Number of valid entries in matches.

Definition at line 3277 of file c-api.h.

◆ matches

const SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch* SherpaOnnxSpeakerEmbeddingManagerBestMatchesResult::matches

Pointer to an array of count matches.

Definition at line 3275 of file c-api.h.


The documentation for this struct was generated from the following file: