Speech Recognition Server app in Yosemite

Dear all,

I looked into the library of Applescript in Yosemite. By the way, Speech Recognition Server app is not activated in the library. So I tried to find the app below

/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit ion.framework/Versions/A/SpeechRecognitionServer.app

But, I can’t choose the app there.
Is there anyone who know how to solve this issue?

Thank you,

Try


tell application "DictationIM" to activate

Hi.

This topic also came up on the AppleScript-Users list last month.

tell application "SpeechRecognitionServer"
	POSIX path of (path to it)
end tell
--> "/System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/SpeechRecognitionServer.app/"