Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Nov 3, 2018
2 parents 3d09b5d + 860d9bb commit 1863c92
Showing 1 changed file with 26 additions and 36 deletions.
62 changes: 26 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
## Google has released it's official library for [Google Speech Recognition](https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-speech) . Check this issue for Official Google Speech Library code solution -> [#4](https://github.com/goxr3plus/java-google-speech-api/issues/4)

By the way .... how they have implemented it ffffffffffffffffffffffffffffffffffff i don't like it at all.

##### Warning : The default secret key i was using is not working anymore (because ... i have to pay lol ) , you have to make your own , check tutorials :)

# Add it to your project using JitPack :

https://jitpack.io/private#goxr3plus/java-google-speech-api

>Step 1. Add the JitPack repository to your build file
``` XML
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

>Step 2. Add the dependency
``` XML
<dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>java-google-speech-api</artifactId>
<version>8.0.0</version>
</dependency>
```


# Java Google Speech API

[![Latest Version](https://img.shields.io/github/release/goxr3plus/java-google-speech-api.svg?style=flat-square)](https://github.com/goxr3plus/java-google-speech-api/releases)
Expand Down Expand Up @@ -60,42 +86,6 @@ This project is separated on 3 parts :

>The program supports dozens of languages and even has the ability to auto-detect languages!
# Java Versions Supported

>Only releases until [2.1](https://github.com/goxr3plus/java-google-speech-api/releases/tag/V2.1) Supports Java 7 and below
>Future releases will support only Java 8,9,10 and above.
You are free to contribute if you want to maintain Java 7 background compatibility for your project

###### For Java 1.5 ++ compatible version look here -> https://github.com/goxr3plus/java-speech-api

###### This project is a completely upgraded fork of Java-Speech-API -> https://github.com/goxr3plus/java-speech-api


# Add it to your project using JitPack :

https://jitpack.io/private#goxr3plus/java-google-speech-api

>Step 1. Add the JitPack repository to your build file
``` XML
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

>Step 2. Add the dependency
``` XML
<dependency>
<groupId>com.github.goxr3plus</groupId>
<artifactId>java-google-speech-api</artifactId>
<version>V2.1</version>
</dependency>
```

# Maven Build

> Maven Clean Package [ With Javadocs produced ]
Expand Down

0 comments on commit 1863c92

Please sign in to comment.