5#include "CoreMinimal.h"
15#pragma region helper classes
26#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
const TranscriptionState TRANSCRIPTION_STATE
The state of the transcription (partial, end, cancelled).
Definition ServerResponseSpeechTranscription.h:44
TranscriptionState
Contains the possible states of the transcribed speech, as reported by the VoxtaClient.
Definition ServerResponseSpeechTranscription.h:19
@ Partial
Definition ServerResponseSpeechTranscription.h:20
@ End
Definition ServerResponseSpeechTranscription.h:21
@ Cancelled
Definition ServerResponseSpeechTranscription.h:22
ServerResponseSpeechTranscription(FStringView transcribedSpeech, TranscriptionState transcriptionState)
Construct a speech transcription response.
Definition ServerResponseSpeechTranscription.h:34
const FString TRANSCRIBED_SPEECH
The transcribed speech text.
Definition ServerResponseSpeechTranscription.h:46