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
4
votes
1 answer

Google calendar chart date popup(tool tip) issues

When the cursor is placed over the calendar chart date should be popup like second attached image (like tool-tip), in my code it showing like (refer First figure)below the chart, I want my output as in Second Figure. Please guide me to fix this…
user6439238
4
votes
4 answers

How to bring 3D effect in google chart?

In google chart, for pie-chart it is easy to bring 3D view by just adding 'is3D':true. But how we can able to get 3D effects for bar, column & combo charts, shown in this demo
BobDroid
  • 1,898
  • 5
  • 19
  • 39
3
votes
1 answer

Google jsapi failed to load in Jquery Dialog

I'm trying to show a Chart from google visualization api into a jQuery dialog that load the content from another page, but I receive a javascript error that said 'google is not defined' when try to load the chart. The example has 2 simple pages.…
Edika
  • 303
  • 5
  • 16
3
votes
1 answer

youtube embed video autoplay is not working with sound unmuted in google chrome, while it works for firefox

I am trying from 3 days to autoplay the youtube embedded video in google chrome with "Sound Unmuted" but it is not working. While the same video with same code works in mozilla firefox. I have tried different codes but no success till now. Here is…
dev
  • 555
  • 1
  • 13
  • 31
3
votes
1 answer

Google charts - Plot trendlines on column chart

I am trying to plot trendline on column chart. But lines not displaying. Please refer jsfiddle https://jsfiddle.net/sashant9/m04py64w/ I have used 'trendlines: { 1:{},2:{}}' as per google charts documentation. Please check code below. function…
Sashant Pardeshi
  • 1,075
  • 7
  • 21
3
votes
2 answers

Plot vertical lines with different colors on area chart, google charts

I am trying to plot an area chart which have vertical lines for each date. I want to represent each line with different color. Please refer image below for details. Please check my code below. $session variable contains the json data which…
Sashant Pardeshi
  • 1,075
  • 7
  • 21
3
votes
2 answers

Get facebook friends list in js api

I am getting user info but unable to get friend list.