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.
Public Member Attributes
language
|
Source language code/name, or auto to detect it.
Definition at line 25 of file GenAIOptions.h.
streaming
|
Emit incremental text samples when true.
Definition at line 29 of file GenAIOptions.h.
task
|
Decode in the source language or translate speech into English.
Definition at line 27 of file GenAIOptions.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.