Author Topic: GVP 8.1 shadow variable confidence ASR  (Read 1860 times)

Offline Sampa

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
GVP 8.1 shadow variable confidence ASR
« on: September 23, 2019, 03:45:36 PM »

I am using the shadow variable of the input block to see the confidence level but I am not getting the correct value.

from MCP
[code]
<?xml version="1.0" encoding="UTF-8"?>
<result>
<interpretation grammar="session:0x00000342" confidence="0.92">
<instance>abc</instance>
<input mode="speech">a b c</input>
</interpretation>
</result>
[/code]

SHADOW VAR IVR
[code]
"ASR_2$": [{
"confidence": 0,
"inputmode": "voice",
"interpretation": "abc",
"utterance": "a b c"
}],
[/code]


any idea to receive correclty??

[]īS!