DictationEventData Class
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.
Describes an Input Event with voice dictation.
public ref class DictationEventData : Microsoft::MixedReality::Toolkit::Input::BaseInputEventData
public class DictationEventData : Microsoft.MixedReality.Toolkit.Input.BaseInputEventData
type DictationEventData = class
inherit BaseInputEventData
Public Class DictationEventData
Inherits BaseInputEventData
- Inheritance
Constructors
DictationEventData(EventSystem) |
Constructor. |
Properties
DictationAudioClip |
Audio Clip of the last Dictation recording Session. |
DictationResult |
String result of the current dictation. |
EventTime |
The UTC time at which the event occurred. (Inherited from BaseInputEventData) |
InputSource |
The source the input event originates from. (Inherited from BaseInputEventData) |
MixedRealityInputAction |
The input action for this event. (Inherited from BaseInputEventData) |
SourceId |
The id of the source the event is from, for instance the hand id. (Inherited from BaseInputEventData) |
Methods
BaseInitialize(IMixedRealityInputSource, MixedRealityInputAction) |
Used to initialize/reset the event and populate the data. (Inherited from BaseInputEventData) |
Initialize(IMixedRealityInputSource, String, AudioClip) |
Used to initialize/reset the event and populate the data. |