Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. "LabelAnnotations": [
  3. {
  4. "Mid": "/m/07s6nbt",
  5. "Locale": "",
  6. "Description": "text",
  7. "Score": 0.9241721,
  8. "Confidence": 0,
  9. "Topicality": 0.9241721,
  10. "BoundingPoly": null,
  11. "Locations": [],
  12. "Properties": []
  13. },
  14. ...
  15. ],
  16. "TextAnnotations": [
  17. {
  18. "Mid": "",
  19. "Locale": "en",
  20. "Description": "JUST DO IT.\n",
  21. "Score": 0,
  22. "Confidence": 0,
  23. "Topicality": 0,
  24. "BoundingPoly": {
  25. "Vertices": [
  26. {
  27. "X": 8,
  28. "Y": 6
  29. },
  30. ...
  31. ]
  32. },
  33. "Locations": [],
  34. "Properties": []
  35. },
  36. ...
  37. ],
  38. "FullTextAnnotation": {
  39. "Pages": [
  40. {
  41. "Property": {
  42. "DetectedLanguages": [
  43. {
  44. "LanguageCode": "en",
  45. "Confidence": 0
  46. }
  47. ],
  48. "DetectedBreak": null
  49. },
  50. "Width": 555,
  51. "Height": 222,
  52. "Blocks": [
  53. {
  54. ...
  55. }
  56. ]
  57. }
  58. ],
  59. "Text": "JUST DO IT.\n"
  60. },
  61. "SafeSearchAnnotation": null,
  62. "ImagePropertiesAnnotation": {
  63. "DominantColors": {
  64. "Colors": [
  65. {
  66. "Color": {
  67. "Red": 253,
  68. "Green": 253,
  69. "Blue": 253,
  70. "Alpha": null
  71. },
  72. "Score": 0.6228647,
  73. "PixelFraction": 0.250957578
  74. },
  75. ...
  76. ]
  77. }
  78. },
  79. "CropHintsAnnotation": {
  80. "CropHints": [
  81. {
  82. "BoundingPoly": {
  83. "Vertices": [
  84. {
  85. "X": 0,
  86. "Y": 0
  87. },
  88. ...
  89. ]
  90. },
  91. "Confidence": 0.799999952,
  92. "ImportanceFraction": 1
  93. }
  94. ]
  95. },
  96. "WebDetection": {
  97. "WebEntities": [
  98. {
  99. "EntityId": "/m/013s93",
  100. "Score": 0.867,
  101. "Description": "T-shirt"
  102. },
  103. ...
  104. ],
  105. "FullMatchingImages": [
  106. {
  107. "Url": "http://2.bp.blogspot.com/-iKFwiYpC-BU/US4hd-Q4aUI/AAAAAAAAABU/S0oMacJeVNk/s1600/download.jpg",
  108. "Score": 0
  109. },
  110. ...
  111. ],
  112. "PartialMatchingImages": [],
  113. "PagesWithMatchingImages": [
  114. {
  115. "Url": "https://en.wikipedia.org/wiki/Just_Do_It",
  116. "Score": 0
  117. },
  118. ...
  119. ]
  120. },
  121. "Error": null
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement