Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. {
  2. "_class": "SpokenKeywordsInsight",
  3. "_links": {
  4. "clarify:bundle": {
  5. "href": "/v1/bundles/abcde12345"
  6. },
  7. "curies": [
  8. {
  9. "href": "/docs/rels/{rel}",
  10. "name": "clarify",
  11. "templated": true
  12. }
  13. ],
  14. "parent": {
  15. "href": "/v1/bundles/abcde12345/insights"
  16. },
  17. "self": {
  18. "href": "/v1/bundles/abcde12345/insights/54321edcba"
  19. }
  20. },
  21. "bundle_id": "abcde12345",
  22. "created": "2015-05-16T20:39:37.507Z",
  23. "id": "54321edcba",
  24. "name": "spoken_keywords",
  25. "status": "ready",
  26. "track_data": [
  27. {
  28. "keywords": [
  29. {
  30. "count": 11,
  31. "term": "horse",
  32. "weight": 0.917
  33. },
  34. {
  35. "count": 9,
  36. "term": "uncle",
  37. "weight": 0.75
  38. },
  39. {
  40. "count": 7,
  41. "term": "dorothy",
  42. "weight": 0.583
  43. },
  44. {
  45. "count": 5,
  46. "term": "little",
  47. "weight": 0.417
  48. },
  49. {
  50. "count": 4,
  51. "term": "train",
  52. "weight": 0.333
  53. }
  54. ]
  55. }
  56. ],
  57. "updated": "2015-05-16T20:39:37.508Z"
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement