TRVFFmpegSpeechToTextProperty

Properties   Methods

<< Click to display table of contents >>

TRVFFmpegSpeechToTextProperty

Properties   Methods

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)

hmtoggle_arrow1Hierarchy

Description

Speech recognition requires FFmpeg 8+ with integrated Whisper model, and a model file specified in ModelFileName property.

Speech recognition is enabled if Active = True.