Skip to content

Commit 1863c92

Browse files
committed
2 parents 3d09b5d + 860d9bb commit 1863c92

File tree

1 file changed

+26
-36
lines changed

1 file changed

+26
-36
lines changed

README.md

Lines changed: 26 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
## 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)
22

3+
By the way .... how they have implemented it ffffffffffffffffffffffffffffffffffff i don't like it at all.
4+
35
##### 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 :)
46

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+
531
# Java Google Speech API
632

733
[![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)
@@ -60,42 +86,6 @@ This project is separated on 3 parts :
6086

6187
>The program supports dozens of languages and even has the ability to auto-detect languages!
6288
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-
9989
# Maven Build
10090

10191
> Maven Clean Package [ With Javadocs produced ]

0 commit comments

Comments
 (0)