Class Summary |
ClientHttpRequest |
Client HTTP Request class
This class helps to send POST HTTP requests with various form data,
including files. |
LibTest |
|
Response |
Template for parsing JSON response |
STT |
Converts speech to text using the x-webkit-speech technology found in Chrome. |
Timer |
Example 10-5: Object-oriented timer
http://www.learningprocessing.com |
TranscriptionThread |
Each transcription is handled in a separate thread to ensure that the program remains responsive while the thread is waiting for
a response from the server. |