SpeechTranscriberOptions Struct
Options for genai::graphs::SpeechTranscriber(...). More...
Declaration
struct simaai::neat::genai::SpeechTranscriberOptions { ... }
Included Headers
#include <GenAIOptions.h>
Public Member Attributes Index
| std::string | language = "auto" |
|
Source language code/name, or auto to detect it. More... | |
| ASRTask | task = ASRTask::Transcribe |
|
Decode in the source language or translate speech into English. More... | |
| bool | streaming = true |
|
Emit incremental text samples when true. More... | |
Description
Options for genai::graphs::SpeechTranscriber(...).
Definition at line 23 of file GenAIOptions.h.