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

namespace UnityEngine.Windows.Speech
{
public class PhraseRecognizedEventArgs // TypeDefIndex: 8951
{
	// Fields
	type#16301 confidence;
	type#13403 semanticMeanings;
	type#26588 text;
	type#17084 phraseStartTime;
	type#27443 phraseDuration;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#26576 text, type#16300 confidence, type#13402 semanticMeanings, type#17076 phraseStartTime, type#27436 phraseDuration) { }
}
}
