Search code examples
google-cloud-visiongoogle-vision

Empty description in Web Entities of Google Vision API


If you try Google Vision API with follwoing demo-image.jpg shown in QuickStart, you will get a record with empty description and score of 0.7024 in “Web Entities”. Why!?

enter image description here


Solution

  • I think this is working as intended. If you check the getDescrition() method from Java API libraries, you see that getDescrition() could return value or null for none.