ISpeechResourceLoader Interface

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gives applications control over loading resources.

Namespace:  Microsoft.Speech
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Interface ISpeechResourceLoader
Visual Basic (Usage)
Dim instance As ISpeechResourceLoader
C#
public interface ISpeechResourceLoader

Remarks

For example, application authors may want to cache remote resources, enforce custom security policies, or redirect resources to other locations.

See Also