googleapis / nodejs-vision

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/vision/
Apache License 2.0
495 stars 139 forks source link

Any plan to enhance API documentation? #998

Closed bvamos closed 2 years ago

bvamos commented 2 years ago

Hi, can I find precise API documentation? Here is an example from the current one:

EntityAnnotation Members
  boundingPoly
  EntityAnnotation boundingPoly.

It is very hard to figure out what are the methods and properties for.

kweinmeister commented 2 years ago

Hi, please check out the latest version of the documentation on cloud.google.com. Here is the getBoundingPoly() method, which provides more detail.

BTW, we've replaced the link on this repo's README to point to the updated documentation. Is there another link pointing to the older documentation we need to replace?