|
1 | 1 | ## 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) |
2 | 2 |
|
| 3 | +By the way .... how they have implemented it ffffffffffffffffffffffffffffffffffff i don't like it at all. |
| 4 | + |
3 | 5 | ##### 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 :) |
4 | 6 |
|
| 7 | +# Add it to your project using JitPack : |
| 8 | + |
| 9 | +https://jitpack.io/private#goxr3plus/java-google-speech-api |
| 10 | + |
| 11 | +>Step 1. Add the JitPack repository to your build file |
| 12 | +``` XML |
| 13 | +<repositories> |
| 14 | + <repository> |
| 15 | + <id>jitpack.io</id> |
| 16 | + <url>https://jitpack.io</url> |
| 17 | + </repository> |
| 18 | +</repositories> |
| 19 | +``` |
| 20 | + |
| 21 | +>Step 2. Add the dependency |
| 22 | +``` XML |
| 23 | +<dependency> |
| 24 | + <groupId>com.github.goxr3plus</groupId> |
| 25 | + <artifactId>java-google-speech-api</artifactId> |
| 26 | + <version>8.0.0</version> |
| 27 | +</dependency> |
| 28 | +``` |
| 29 | + |
| 30 | + |
5 | 31 | # Java Google Speech API |
6 | 32 |
|
7 | 33 | [](https://github.com/goxr3plus/java-google-speech-api/releases) |
@@ -60,42 +86,6 @@ This project is separated on 3 parts : |
60 | 86 |
|
61 | 87 | >The program supports dozens of languages and even has the ability to auto-detect languages! |
62 | 88 |
|
63 | | -# Java Versions Supported |
64 | | - |
65 | | ->Only releases until [2.1](https://github.com/goxr3plus/java-google-speech-api/releases/tag/V2.1) Supports Java 7 and below |
66 | | -
|
67 | | ->Future releases will support only Java 8,9,10 and above. |
68 | | -
|
69 | | -You are free to contribute if you want to maintain Java 7 background compatibility for your project |
70 | | - |
71 | | -###### For Java 1.5 ++ compatible version look here -> https://github.com/goxr3plus/java-speech-api |
72 | | - |
73 | | -###### This project is a completely upgraded fork of Java-Speech-API -> https://github.com/goxr3plus/java-speech-api |
74 | | - |
75 | | - |
76 | | -# Add it to your project using JitPack : |
77 | | - |
78 | | -https://jitpack.io/private#goxr3plus/java-google-speech-api |
79 | | - |
80 | | ->Step 1. Add the JitPack repository to your build file |
81 | | -``` XML |
82 | | -<repositories> |
83 | | - <repository> |
84 | | - <id>jitpack.io</id> |
85 | | - <url>https://jitpack.io</url> |
86 | | - </repository> |
87 | | -</repositories> |
88 | | -``` |
89 | | - |
90 | | ->Step 2. Add the dependency |
91 | | -``` XML |
92 | | -<dependency> |
93 | | - <groupId>com.github.goxr3plus</groupId> |
94 | | - <artifactId>java-google-speech-api</artifactId> |
95 | | - <version>V2.1</version> |
96 | | -</dependency> |
97 | | -``` |
98 | | - |
99 | 89 | # Maven Build |
100 | 90 |
|
101 | 91 | > Maven Clean Package [ With Javadocs produced ] |
|
0 commit comments