Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ Once you've added the SDK library, follow these steps:
compile 'ai.api:libai:1.6.12'
```

to yor app level gradle file.
to your app level gradle file.


)

```java
```java
public interface AIListener {
void onResult(AIResponse result); // here process response
void onError(AIError error); // here process error
Expand All @@ -97,7 +97,7 @@ to yor app level gradle file.
void onListeningCanceled(); // indicate stop listening here
void onListeningFinished(); // indicate stop listening here
}
```
```

3. Create an instance of AIConfiguration, specifying the access token, locale, and recognition engine.

Expand Down Expand Up @@ -587,4 +587,4 @@ See [LICENSE](LICENSE).
## Terms
Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/).

This is not an official Google product.
This is not an official Google product.