UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
VoxtaServiceType.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Enumerations

enum class  VoxtaServiceType : uint8 {
  Unknown , TextGen , SpeechToText , TextToSpeech ,
  ActionInference
}
 VoxtaServiceType All the possible VoxtaServer Services that the UnrealVoxta client currently supports. More...
 

Enumeration Type Documentation

◆ VoxtaServiceType

enum class VoxtaServiceType : uint8
strong

VoxtaServiceType All the possible VoxtaServer Services that the UnrealVoxta client currently supports.

Used to identify and track service types in the chat session.

Services:

  • TextGen: Text generation/chat functionality
  • SpeechToText: Voice input transcription
  • TextToSpeech: Voice synthesis for AI responses
  • ActionInference: Make the AI trigger predefined actions based on the state of an ongoing conversation.
Enumerator
Unknown 
TextGen 
SpeechToText 
TextToSpeech 
ActionInference