L_ASRWord

Summary

The L_ASRWord structure provides information of the transcribed word.

Syntax

struct L_ASRWord 
{ 
   L_UINT StructSize; 
   L_TCHAR InternalBuffer[50]; 
   L_TCHAR * Value; 
   L_DOUBLE StartTime; 
   L_DOUBLE EndTime; 
   L_DOUBLE Confidence; 
}; 
typedef struct L_ASRWord L_ASRWord; 

Members

StructSize

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

InternalBuffer[50]

An internally used buffer that should not be modified.

Value

Pointer to a character string representing the recognized word.

StartTime

Indicates the recognition start time when the word was recognized.

EndTime

Indicates the recognition end time when the word was recognized.

Confidence

Indicates the confidence value. Possible values range from 0 to 1, where 1 is 100% confident and 0 is 0% confident.

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.