ServerResponseSpeechTranscription Read-only data struct containing the relevant data of the 'SpeechTranscription' response from the VoxtaServer.
More...
#include <ServerResponseSpeechTranscription.h>
ServerResponseSpeechTranscription Read-only data struct containing the relevant data of the 'SpeechTranscription' response from the VoxtaServer.
Contains the transcribed speech and its state (partial, end, cancelled).
◆ TranscriptionState
Contains the possible states of the transcribed speech, as reported by the VoxtaClient.
Enumerator |
---|
Partial | |
End | |
Cancelled | |
◆ ServerResponseSpeechTranscription()
ServerResponseSpeechTranscription::ServerResponseSpeechTranscription |
( |
FStringView | transcribedSpeech, |
|
|
TranscriptionState | transcriptionState ) |
|
inlineexplicit |
Construct a speech transcription response.
- Parameters
-
transcribedSpeech | The transcribed speech text. |
transcriptionState | The state of the transcription. |
◆ TRANSCRIBED_SPEECH
const FString ServerResponseSpeechTranscription::TRANSCRIBED_SPEECH |
The transcribed speech text.
◆ TRANSCRIPTION_STATE
The state of the transcription (partial, end, cancelled).
The documentation for this struct was generated from the following file: