Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

@google-cloud/language v0.9.0

Compare
Choose a tag to compare
@lukesneeringer lukesneeringer released this 13 Oct 17:03
· 529 commits to main since this release

release level

⚠️ Breaking Changes!

No more verbose mode

We have removed the verbose option from our API. The Cloud Language API returns a condensed result already, so it was decided to pass it straight through to the callback. The details of the response objects are linked from our API documentation.

Features

  • Introduce default encoding support. (#2054)
  • Allow raw API terminology to annotate(). (#2055)
  • Remove verbose option. (#2056)