Agents 1.4.0
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::SttConfig Struct Reference

Configuration for the STT Service. More...

#include <stt_service.h>

Public Attributes

std::string model_path
 Path to the STT model.
std::string vad_model_path
 Path to the VAD model.
std::string language
 Language code (e.g., "en").
std::string webhook_url
 Webhook URL for sending transcript.
int device_idx = -1
 Optional: specific device.
bool enable_gpu = false
 Enable GPU acceleration.
int thread_count = std::thread::hardware_concurrency() - 1
 Number of threads to use.

Detailed Description

Configuration for the STT Service.