classafFancomSapi::ISpeechResourceLoader
sys::Obj afFancomSapi::ISpeechResourceLoader
Gives applications control over loading resources. For example, applications may want to cache remote resources, enforce custom security policies, or redirect resources to other locations.
http://msdn.microsoft.com/en-us/library/ee125518%28v=vs.85%29.aspx
@clsid {B9AC5783-FCD0-4B21-B119-B4F8DA8FD2C3}
- getLocalCopy
Void getLocalCopy(Str? bstrResourceUri, Str? pbstrLocalPath, Str? pbstrMIMEType, Str? pbstrRedirectUrl)
Gets a local copy of the specified speech resource.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- releaseLocalCopy
Void releaseLocalCopy(Str? pbstrLocalPath)
Releases the local copy of the specified speech resource.