Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. "relations_entities": [
  2. {
  3. "relation": {
  4. "label": string,
  5. "inEntityId": string,
  6. "outEntityId": string,
  7. "proof": [
  8. {
  9. "text": string,
  10. "confidence": number,
  11. }
  12. ],
  13. },
  14. "entity": {
  15. "entityId": string,
  16. "label": string,
  17. "text": string,
  18. },
  19. },
  20. {
  21. "relation": {
  22. "label": string,
  23. "inEntityId": string,
  24. "outEntityId": string,
  25. "proof": [
  26. {
  27. "text": string,
  28. "confidence": number,
  29. }
  30. ],
  31. },
  32. "entity": {
  33. "entityId": string,
  34. "label": string,
  35. "text": string,
  36. },
  37. },
  38. ]
  39.  
  40. "relations_entities": [
  41. {
  42. "relation": {
  43. "label": string,
  44. "inEntityId": string,
  45. "outEntityId": string,
  46. "proof": [
  47. {
  48. "text": string,
  49. "confidence": number,
  50. },
  51. {
  52. "text": string,
  53. "confidence": number,
  54. }
  55. ],
  56. },
  57. "entity": {
  58. "entityId": string,
  59. "label": string,
  60. "text": string,
  61. },
  62. },
  63. ]
Add Comment
Please, Sign In to add comment