Partager via


manifest Element

  Microsoft Speech Technologies Homepage

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

<manifest>

<manifest>
    <!--configuration settings-->
</manifest>

Child Elements

Element Description
application Specifies application name and Start Page for an ASP.NET speech application.
resourceset Specifies a type of resource used by ASP.NET Speech applications.
resource Specifies the URL of a resource to preload and cache for an ASP.NET Speech application.

Remarks

Each manifest file must contain exactly one manifest element.

Default values for most manifest elements are pre-populated with file names and options specified when running the Speech Web Application Wizard. These include application name, frontpage, and src attribute. Providing meaningful names when running the wizard helps the system administrator identify application resources later, in the deployment environment.

For more information, see:

Using the Project Wizard to Add Grammar Files to a New Project

Using the Project Wizard to Add a Prompt Project

Additionally, the file is pre-populated with an entry (resourceset element) for each type of speech engine that might be used by the application: TelephonyRecognizer or MultiModalRecognizer for recognition engines, and Voice for prompt, or speech output engines.

The values for resourceset element correspond to engine configuration settings in the Microsoft Speech Server (MSS) environment. When the application is deployed, these entries must match the configuration settings or the application may not run as expected.

For more information, see Creating a New Engine Configuration in the MSS help file, MSS.chm.

See Also

Manifest File Elements