|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
Speech Automation 5.1
Interface: ISpeechRecoResultTimes
StreamTime Property
The StreamTime property returns the time of the stream in Universal Coordinated Time.
This value is zero if a wave file input is used.
Syntax
Set: |
(This property is read-only)
|
Get: |
Variant = ISpeechRecoResultTimes.StreamTime
|
Parts
- ISpeechRecoResultTimes
- The owning object.
- Variant
-
Set: (This property is read-only)
Get: A Variant type containing the Universal Coordinated Time time of the phrase start for the stream.
Example
When a recognition occurs with a valid RecoResult, the StreamTime can be extracted.
The first example retrieves the recognition stream time using the StreamTime property.
Dim myTimes As ISpeechRecoResultTimes
Set myTimes = RecoResult.Times
Dim streamTime As Variant
streamTime = myTimes.StreamTime
The second example retrieves the recognition stream time by directly accessing the RecoResult structure.
Dim streamTime As Variant
streamTime = RecoResult.Times.StreamTime
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com