TsgcAIOpenAITranslator › Events
TsgcAIOpenAITranslator Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
Translation
| Name | Description |
| OnTranslation | Fires when the OpenAI Whisper API returns the translated text; lets the application inspect, edit, or discard the translation. |
Audio
| Name | Description |
| OnAudioStart | Fires as soon as the assigned audio recorder begins capturing microphone input. |
| OnAudioStop | Fires when the audio recorder has finished capturing, right before the file is sent to the Whisper API. |
All Events (alphabetical)
| Name | Description |
| OnAudioStart | Fires as soon as the assigned audio recorder begins capturing microphone input. |
| OnAudioStop | Fires when the audio recorder has finished capturing, right before the file is sent to the Whisper API. |
| OnTranslation | Fires when the OpenAI Whisper API returns the translated text; lets the application inspect, edit, or discard the translation. |