L_ASRResult

Summary

The L_ASRResult structure provides the result of transcribing an audio stream.

Syntax

struct L_ASRResult 
{ 
   L_UINT StructSize; 
   L_ASRWord * Words; 
   L_UINT WordCount; 
}; 
typedef struct L_ASRResult L_ASRResult; 

Members

StructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

Words

Array of L_ASRWord structures representing the list of transcribed words, including time-stamps and confidence value.

WordCount

Unsigned integer representing the number of elements in Words member.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.