Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@baarongit
baarongit / gist:db8f7e72e713f1adeccb
Last active October 14, 2015 16:29
@germanattanasio I am trying to use your Java client -- I cannot create a session to bind to a search engine when using the Java RESTful service. Further, I also attempted to use websockets but could not establish a connection.
public class Speech2Text extends WatsonService {
private static final Logger logger = LoggerFactory
.getLogger(Speech2Text.class);
public static void main(String[] args) throws FileNotFoundException,
UnsupportedEncodingException, InterruptedException {
System.out.println("Hello World!");