SPRECORESULTTIMES (Windows Embedded CE 6.0)
1/6/2010
This structure contains the time information for speech recognition. The structure is used by the ISpRecoResult::GetResultTimes method.
Syntax
typedef struct SPRECORESULTTIMES{
FILETIME ftStreamTime;
ULONGLONG ullLength;
DWORD dwTickCount;
ULONGLONG ullStart;
} SPRECORESULTTIMES;
Members
- ftStreamTime
Number of 100-nanosecond units in universal time coordinate (UTC) time from January 1, 1601 to the start of the current result. This number is obtained by calling the Win32 GetSystemTimeAsFileTime function for the result.
- ullLength
Length of the phrase, specified in 100-nanosecond units.
- dwTickCount
Number of 100-nanosecond units that have elapsed from the start of the system to the start of the current result.
- ullStart
Value containing the total 100-nanosecond units from the start of the stream to the start of the phrase.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |