|
<< Click to display table of contents >> TRVFFmpegSpeechToTextProperty |
A class of TRVCamera.FFMpegProperty.SpeechToText and TRVAudioPlayer.SpeechToTextProperty property. Contains properties configuring speech recognition using FFmpeg and Whisper.
Unit [VCL and LCL] MRVFFmpegSTT;
Unit [FMX] fmxMRVFFmpegSTT;
Syntax
TRVFFmpegSpeechToTextProperty = class(TPersistent)
TObject TPersistent |
Speech recognition requires FFmpeg 8+ with integrated Whisper model, and a model file specified in ModelFileName property.
Speech recognition is enabled if Active = True.