manifest Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The root element in every manifest file used by Speech Server applications.

<manifest version="2.0">
    <!--configuration settings-->
</manifest>

Required Attributes

Attribute Description

version

Specifies the version of the application manifest. For Speech Server, the valid value for the version attribute is 2.0.

Child Elements

Element Description

Resource

Specifies the location of a resource to preload and cache for a speech application.

Remarks

Each manifest file must contain exactly one manifest element.

Default values for most manifest elements are prepopulated with file names and options specified when running the Voice Response Workflow Application Project Wizard. Providing meaningful names when running the wizard helps the system administrator identify application resources later in the deployment environment.

See Also

Concepts

About Application Manifest Files
resource Element