Skip to main content

SpeechTranscriberOptions Struct

Options for genai::graphs::SpeechTranscriber(...). More...

Declaration

struct simaai::neat::genai::SpeechTranscriberOptions { ... }

Included Headers

#include <GenAIOptions.h>

Public Member Attributes Index

std::stringlanguage = "en"
boolstreaming = true

Description

Options for genai::graphs::SpeechTranscriber(...).

Definition at line 21 of file GenAIOptions.h.

Public Member Attributes

language

std::string simaai::neat::genai::SpeechTranscriberOptions::language = "en"

Definition at line 22 of file GenAIOptions.h.

22 std::string language = "en";

streaming

bool simaai::neat::genai::SpeechTranscriberOptions::streaming = true

Definition at line 23 of file GenAIOptions.h.

23 bool streaming = true;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.