asr_transcription_s

The transcription type.

Synopsis:

typedef struct asr_transcription_s {
    int type ;
    void * data ;
    size_t data_len ;
}asr_transcription_t;

Data:

int type
The type of the transcription.
void * data
A pointer to the transcriptions.
size_t data_len
The length of the data.

Library:

libasr

Description:

A transcription represents the different ways a context entry word can be spelled. The transcription is associated with a slot entry and is used to update a recognizer context with additional speech information (e.g., names from a phonebook for voice dialing).