|
<< Click to display table of contents >> TRVCamera.OnSpeechRecognized |
Occurs when a fragment of text from speech is recognized.
property OnSpeechRecognized: TRVSpeechToTextEvent;
TRVCamera can recognize speech in videos received using FFmpeg.
Speech recognition requires FFmpeg 8+ with integrated Whisper model, and a model file specified in FFMpegProperty.SpeechToText.ModelFileName property.
Warning: This event is called in the context of a background thread. You cannot interact with the user interface in this event.
See also: