// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Windows.Speech.DictationRecognizer

namespace UnityEngine.Windows.Speech
{
public class DictationRecognizer // TypeDefIndex: 8945
{
	// Fields
	type#20926 m_Recognizer;
	type#30881 DictationHypothesis;
	type#30883 DictationResult;
	type#30877 DictationComplete;
	type#30879 DictationError;

	// Methods
	// RVA: -1
	private type#28660 DictationRecognizer_InvokeHypothesisGeneratedEvent(type#20925 keyword, type#20867 keywordLength) { }
	// RVA: -1
	private type#28660 DictationRecognizer_InvokeResultGeneratedEvent(type#20925 keyword, type#20867 keywordLength, type#16300 minimumConfidence) { }
	// RVA: -1
	private type#28660 DictationRecognizer_InvokeCompletedEvent(type#17341 cause) { }
	// RVA: -1
	private type#28660 DictationRecognizer_InvokeErrorEvent(type#26576 error, type#20867 hresult) { }
}
}
