Questions tagged [jsapi]

The Java Speech API (JSAPI) is an application programming interface for cross-platform support of command and control recognizers, dictation systems, and speech synthesizers.

The Java Speech API (JSAPI) is an application programming interface for cross-platform support of command and control recognizers, dictation systems, and speech synthesizers. Although JSAPI defines an interface only there are several implementations created by third parties, for example FreeTTS.

Wikipedia article: http://en.wikipedia.org/wiki/Java_Speech_API

116 questions
1
vote
1 answer

how to get companies id from linkedin jsapi

i was trying to get companies id from linkedin using jsapi,iam using below url "/company-search:(companies:(id,name))?keywords=ibm%20oracle%20infosys" i got ids of some other companies {"companies": { "_count": 10, "_start": 0, "_total":…
Vinay
  • 111
  • 1
  • 3
  • 15
1
vote
1 answer

How to search people in linkedin for multiple companies

Is that possible to search peoples for multiple companies at a time using linkedin jsapi iam using below url for searching its giving zero people "/people-search:" + …
Vinay
  • 111
  • 1
  • 3
  • 15
1
vote
0 answers

StackOverflowError when calling RuleGrammar.listRuleNames() using Sphinx

I am using Sphinx to parse grammar files. I have a function that loads all the grammar files. This function is called at the start of the program and every time the user requests a reload. When called initially it works. The StackOverflowError…
noahnu
  • 3,479
  • 2
  • 18
  • 40
1
vote
1 answer

How to get TTS (Text To Speech) working in java netbeans?

I am trying to get a TTS working in netbeans for java. I have unzipped the JSAPI files and added the following jars to the library cmu_us_kal.jar cmulex.jar en_us.jar freetts.jar cmulex.jar jsapi.jar When I run the follow code: package…
user1870404
  • 31
  • 1
  • 4
1
vote
1 answer

Javascript crashing silently with google jsapi

I just tried to get this example code to run in my site. I put all the JS in its own function. When I don't call the function the page loads fine, but of course it doesn't show the pie chart. When I put the function to load the pie chart inside…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
1
vote
1 answer

Trigger click on linkedin javascript auth button doesn't work in ios and android (at least)

I'm trying to create a trigger for the linkedin button generated by the js api. It works perfect in desktop browsers but on mobile browsers (ios, android browser) it doesnt work. Here is the code: Html: or
Chirag
  • 1,919
  • 6
  • 25
  • 33
0
votes
1 answer

Google visualization: how to provide user search on a DataTable object?

I have a DataTable object that contains all the data for a Table visualization. I want to provide a search facility for users of the table, filtering the rows from the Table based on the search query, and then update the visualization with the rows…
andrewdotnich
  • 16,195
  • 7
  • 38
  • 57
0
votes
3 answers

Runtime Error - JSAPI HelloWorld Program

While running basic HelloWorld program using JSAPI, it is showing error "java.lang.NullPointerException at HelloWorld.main(HelloWorld.java:11)" Following is the code: import javax.speech.*; import javax.speech.synthesis.*; import…
0
votes
1 answer

Using Google JSAPI breaks my infieldlabel javascript, why and how do I fix it?

I currently have a site that both needs JSAPI and infieldlabels javascript. I have the following code: