You are reading help file online using chmlib.com
|
The ISpeechRecoResultTimes automation interface contains the time information for speech recognition results.
The ISpeechRecoResult.Times property returns an ISpeechRecoResultTimes object.
The ISpeechRecoResultTimes automation interface contains the following elements:
| Properties | Description |
|---|---|
| Length Property | Returns the time length of the last recognition. |
| OffsetFromStart Property | Returns the time from the start of the stream to the start of the phrase. |
| StreamTime Property | Returns the time of the stream in Universal Coordinated Time. |
| TickCount Property | Returns the elapsed time from the start of the system to the start of the current result. |
You are reading help file online using chmlib.com
|