asr_slot_entry

A transcription slot entry.

Synopsis:

typedef struct asr_slot_entry {
    char * word ;
    uint64_t id ;
    asr_transcription_t * transcription ;
    size_t num_transcriptions ;
}asr_slot_entry_t;

Data:

char * word
The word buffer.
uint64_t id
The ID of the entry.
asr_transcription_t * transcription
A pointer to the transcriptions for this entry.
size_t num_transcriptions
The number of transcriptions for this entry.

Library:

libasr

Description:

A slot entry is used internally by the ASR sub-system to manage context slots. The word buffer contains the terminal string associated with the slot. There are no restrictions on the contents of the word buffer. The asr_slot_entry_t structure is a member of the structure _Entry stucture in slot-factory.h