DictationEventData.DictationResult Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String result of the current dictation.
public:
property System::String ^ DictationResult { System::String ^ get(); };
public string DictationResult { get; }
member this.DictationResult : string
Public ReadOnly Property DictationResult As String