Browse
 
Tools
Rss Categories

Recognizer GET-PARAMS

Reference Number: AA-01651 Views: 11359 0 Rating/ Voters

The GET-PARAMS recognizer method is used by the client to request current session parameters from the server, such as recognition timers and other settings as listed below. 

The value of these parameters can be modified as described in the SET-PARAMS method.

Header

MRCP V1

MRCP V2

LumenVox Support

Confidence-Threshold

Sensitivity-Level

Speed-Vs-Accuracy

N-Best-List-Length

Input-Type

 

No-Input-Timeout

Recognition-Timeout

Waveform-URI

Input-Waveform-URI

 

 

Completion-Cause

Completion-Reason

 

Recognizer-Context-Block

 

Start-Input-Timers

 

Recognizer-Start-Timers

 

Speech-Complete-Timeout

Speech-Incomplete-Timeout

 

Dtmf-Interdigit-Timeout

Dtmf-Term-Timeout

Dtmf-Term-Char

Failed-URI

 

Failed-URI-Cause

 

Save-Waveform

Media-Type  (v2)

 

 

New-Audio-Channel

 

Speech-Language

Ver-Buffer-Utterance

 

Recognition-Mode

 

 

Cancel-If-Queue

 

Hotword-Max-Duration

 

 

Hotword-Min-Duration

 

 

Interpret-Text  *

Dtmf-Buffer-Time

 

 

Clear-Dtmf-Buffer

 

 

Early-No-Match

 

 


MRCPV1 GET-PARAMS Example:

   C->S:  GET-PARAMS 543256 MRCP/1.0
          Sensitivity-Level:
          Recognition-Timeout:
          Confidence-threshold:

   S->C:  MRCP/1.0 543256 200 COMPLETE
          Sensitivity-Level:20
          Recognition-Timeout:30
          Confidence-Threshold:85


MRCPV2 GET-PARAMS Example:

   C->S:  MRCP/2.0 ... GET-PARAMS 543256
          Channel-Identifier:32AECB23433802@speechrecog
          Sensitivity-Level:
          Recognition-Timeout:
          Confidence-Threshold:

   S->C:  MRCP/2.0 ... 543256 200 COMPLETE
          Channel-Identifier:32AECB23433802@speechrecog
          Sensitivity-Level:0.2
          Recognition-Timeout:30
          Confidence-Threshold:0.85