README.md

# GoogleApi.Language

Cloud Natural Language API client library.

Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_language` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_language, "~> 0.8"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/natural-language/](https://cloud.google.com/natural-language/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_language](https://hexdocs.pm/google_api_language).