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

One audio-tagging prediction. More...

#include <c-api.h>

Public Attributes

const char * name
 
int32_t index
 
float prob
 

Detailed Description

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

Member Data Documentation

◆ index

int32_t SherpaOnnxAudioEvent::index

Integer label index.

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

◆ name

const char* SherpaOnnxAudioEvent::name

Event label.

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

◆ prob

float SherpaOnnxAudioEvent::prob

Probability or confidence score.

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


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