<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ProcessType</key>
	<string>Interactive</string>
	<key>Label</key>
	<string>com.apple.DictationIM</string>
	<key>ProgramArguments</key>
	<array>
		<string>/System/Library/Input Methods/DictationIM.app/Contents/MacOS/DictationIM</string>
	</array>
	<key>MachServices</key>
	<dict>
        <key>com.apple.speech.CommandAndControl.utility</key>
        <dict>
            <key>ResetAtClose</key>
            <true/>
        </dict>
		<key>com.apple.DictationIM.startup</key>
		<dict>
			<key>ResetAtClose</key>
			<true/>
		</dict>
		<key>com.apple.DictationIM.feedback</key>
		<dict>
			<key>ResetAtClose</key>
			<true/>
		</dict>
	</dict>
	<key>EnableTransactions</key>
	<true/>
	<key>ThrottleInterval</key>
	<integer>1</integer>
	<key>LimitLoadToSessionType</key>
	<array>
		<string>Aqua</string>
		<string>LoginWindow</string>
	</array>
</dict>
</plist>
