swirec_word_lattice_density
                                                    Density of the word lattice.
| 
                                                                     Value  | 
                                                                
                                                                     Float: 0.0–1000.0.  | 
                                                            
| 
                                                                     Default  | 
                                                                
                                                                     100.0  | 
                                                            
| 
                                                                     How to set  | 
                                                                
                                                                     Shown in precedence order (see Rules of parameter precedence): Set in the browser, using the Vendor-Specific-Parameters header in a RECOGNIZE or SET-PARAMS method. In a parameter grammar. In a grammar using a <meta> tag (see the text on recognition-time parameters in Parameters set in grammar files). In Management Station set on the Nuance recognition service. If not using Management Station, set in a Recognizer configuration file (User-nrsxx.xml).  | 
                                                            
| 
                                                                     Usage  | 
                                                                
                                                                     This is an advanced feature for use by developers who are familiar with word lattice recognition results (see Getting wordlattice recognition results).  | 
                                                            
| 
                                                                     Performance  | 
                                                                
                                                                     Higher values create larger lattices, which might add CPU cycles.  | 
                                                            
Browsers usually set this parameter in a RECOGNIZE request, and the parameter automatically reverts to the previous value after the recognition event. (Alternatively, browsers can use the SET-PARAMS method. See Configuring Recognizer with the browser.)
Vendor-Specific-Parameters: swirec_word_lattice_density=125.0
Sample definition in a grammar file, which is the most typical usage:
<meta name="swirec_word_lattice_density" content="125.0"/>
Related parameter