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
28
votes
9 answers

Google Charts API shows blank screen with $(document).ready method

I've got several functions that instantiate various charts using Google Charts API. When I call them without jQuery's $(document).ready method, everything works fine. But with that method, I'm looking at blank screen. Why?
Stann
  • 13,518
  • 19
  • 65
  • 73
25
votes
5 answers

Include jsapi google on local machine, not from google.com

I would like to know if it is possible to download and include the jsapi library, but not hosted by google.com, hosted on my local machine. Because it's possible that my project can not have access to the Web.
Elmux
  • 399
  • 1
  • 4
  • 14
19
votes
8 answers

Should I use Google's JSAPI in production code?

Possible duplicate of: should-i-link-to-google-apis-cloud-for-js-libraries also many other discussions, including: Where do you include the jQuery library from? Google JSAPI? CDN? Best way to use Google's hosted jQuery, but fall back to my hosted…
Frank Krueger
  • 69,552
  • 46
  • 163
  • 208
12
votes
2 answers

Understanding WordPress Customizer JS API

I have been trying to educate myself to create new panels sections and controls dynamically using the WordPress customizer's JS API. It has been frustrating and I was unable to get the exact way to achieve this via JS API. So far, this is some thing…
Aniruddh
  • 7,648
  • 1
  • 26
  • 43
9
votes
2 answers

How can I get the full backtrace in SpiderMonkey (JSAPI) from my reportError function?

I'm embedding javascript in my app using spidermonkey and I have a function called reportError that receives a JSErrorReport. It seems simple to grab the current line of the error, but is it possible to get the entire call path to display a full…
Chris Farmiloe
  • 13,935
  • 5
  • 48
  • 57
8
votes
7 answers

Javascript google transliterate API not served over https

JavaScript google transliterate API is not serving over https. Im getting below mixed content error . Its working over http website, but not working with https. I have tried to invoke the API in all the below ways. But the Google docs recommend doing this:
wiki
  • 3,379
  • 3
  • 20
  • 13
1
2 3 4 5 6 7 8