Duration Property
         
         
         
Summary
Contains the total duration of the stream in seconds, if available.
Syntax
public Nullable<TimeSpan> Duration { get; } 
public:  
   property Nullable<TimeSpan^>^ Duration 
   { 
      Nullable<TimeSpan^>^ get() 
   } 
Property Value
Duration of the stream in seconds. If null, it means it is not available.
Requirements
Target Platforms
See Also
SpeechRecognizedEventArgs Class
SpeechRecognizedEventArgs Members
Leadtools.SpeechRecognition Namespace