Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
E
G
I
P
R
S
T
S
setCookie(String, String)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds a cookie to the requst
setCookies(Map)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds cookies to the request
setCookies(String[])
- Method in class com.getflourish.stt.
ClientHttpRequest
adds cookies to the request
setLanguage(String)
- Method in class com.getflourish.stt.
STT
setParameter(String, String)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds a string parameter to the request
setParameter(String, String, InputStream)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds a file parameter to the request
setParameter(String, File)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds a file parameter to the request
setParameter(String, Object)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds a parameter to the request; if the parameter is a File, the file is uploaded, otherwise the string value of the parameter is passed in the request
setParameters(Map)
- Method in class com.getflourish.stt.
ClientHttpRequest
adds parameters to the request
setParameters(Object[])
- Method in class com.getflourish.stt.
ClientHttpRequest
adds parameters to the request
setThreshold(float)
- Method in class com.getflourish.stt.
STT
Sets the volume threshold that is used to recognize speech and to filter background noise.
start()
- Method in class com.getflourish.stt.
Timer
startTranscription(String)
- Method in class com.getflourish.stt.
TranscriptionThread
STT
- Class in
com.getflourish.stt
Converts speech to text using the x-webkit-speech technology found in Chrome.
STT(PApplet, boolean)
- Constructor for class com.getflourish.stt.
STT
STT(PApplet)
- Constructor for class com.getflourish.stt.
STT
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
E
G
I
P
R
S
T