Advertisement
Guest User

Untitled

a guest
Nov 4th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. {
  2. "sessionId": "00198564-00df-4f22-839a-ed7a0bd9286f",
  3. "customData": null,
  4. "siteId": "bad",
  5. "input": "radio küche an",
  6. "asrTokens": [
  7. [{
  8. "value": "radio",
  9. "confidence": 1.0,
  10. "rangeStart": 0,
  11. "rangeEnd": 5,
  12. "time": {
  13. "start": 0.0,
  14. "end": 1.35
  15. }
  16. }, {
  17. "value": "küche",
  18. "confidence": 0.90353155,
  19. "rangeStart": 6,
  20. "rangeEnd": 11,
  21. "time": {
  22. "start": 1.35,
  23. "end": 1.5
  24. }
  25. }, {
  26. "value": "an",
  27. "confidence": 1.0,
  28. "rangeStart": 12,
  29. "rangeEnd": 14,
  30. "time": {
  31. "start": 1.5,
  32. "end": 2.52
  33. }
  34. }]
  35. ],
  36. "asrConfidence": 0.96675056,
  37. "intent": {
  38. "intentName": "chbla:radioAn",
  39. "confidenceScore": 1.0
  40. },
  41. "slots": [{
  42. "rawValue": "küche",
  43. "value": {
  44. "kind": "Custom",
  45. "value": "Küche"
  46. },
  47. "alternatives": [],
  48. "range": {
  49. "start": 6,
  50. "end": 11
  51. },
  52. "entity": "objectLocation",
  53. "slotName": "deviceLocation",
  54. "confidenceScore": 0.90353155
  55. }],
  56. "alternatives": [{
  57. "intentName": "chbla:LampenAnSchalten",
  58. "confidenceScore": 0.19207942,
  59. "slots": [{
  60. "rawValue": "küche",
  61. "value": {
  62. "kind": "Custom",
  63. "value": "Küche"
  64. },
  65. "alternatives": [],
  66. "range": {
  67. "start": 6,
  68. "end": 11
  69. },
  70. "entity": "objectLocation",
  71. "slotName": "deviceLocation",
  72. "confidenceScore": 0.90353155
  73. }]
  74. }, {
  75. "intentName": "chbla:senderWahl",
  76. "confidenceScore": 0.18862705,
  77. "slots": [{
  78. "rawValue": "küche",
  79. "value": {
  80. "kind": "Custom",
  81. "value": "Küche"
  82. },
  83. "alternatives": [],
  84. "range": {
  85. "start": 6,
  86. "end": 11
  87. },
  88. "entity": "objectLocation",
  89. "slotName": "deviceLocation",
  90. "confidenceScore": 0.90353155
  91. }]
  92. }]
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement